Uno Platform Pathicon no longer displays correctly - uno-platform

My app uses PathIcon for the bottomnavigationbar. There was an update on the package Uno.UI - it was the update from 3.10.0-dev.474 yo 3.10.0-dev.479. Once I updated to 479 or later- my pathicons are now washed out- to the point where I can barely see them. The code in my app has not changed. What should I do? For now I have reverted to 474.
Here is an example:

Related

How to display links in storybook next to title?

I'm trying to show 'copy' links when user hovers on heading:
In storybook ducumentation sometimes it works:
https://storybook.js.org/docs/react/writing-docs/mdx#documentation-only-mdx
And sometimes not:
https://storybook.js.org/addons/#storybook/addon-links
How do I enable them? What I've tried - I've copied code from storybook's github - I thought that top links somehow get mapped later to the headings, but no luck so far
- [Basic example](#basic-example)
- [MDX-Flavored CSF](#mdx-flavored-csf)
## Basic example
## MDX-Flavored CSF
do I need any addons to handle that?
The problem is that headings ids are not generated by remark-slug package here -- in HeaderMdx it doesn't go into if condition because no id was provided and function returns regular <Header> instead of <HeaderWithOcticonAhchor>
Based on this thread this was broken after 6.4.19 and fix was pushed into 7.0.0
So solutions are:
downgrade, though its not obvious to me how to do that yet
upgrade to 7.0.0 (which is in alpha18 as of now)
postinstall patching of latest 6.5.0

Code Composer Studio MSPFR6989 variables&expressions won’t come up

I am using CCS to program a MSPFR6989 and I’ve debugged and the code is working but I can’t get variables or registers to come up. It remains blank. enter image description here
use double click onto your variables and choose watch expression. You can find your variables under expression from now. If it shows you its name but a red error message try step by step debugging, works for me everytime.

WP Contact form is not working, Spinning wheel forever after submitting form

I have created a contact form on our website, I thought it worked in the past, but now when you click the submit button nothing happens and a blue spinning wheel comes up and nothing happens.
Does anyone know what it can be? Some manage to fix it by deleting the password-protect plugin but I do not have that enabled.
Java error from console
Link to the website with the contact form: https://www.hamarbilpleie.no/kontakt-oss/
Dubug plugin result
[03-Mar-2021 20:31:48 UTC] PHP Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/2/h/hamarbilpleie/www/wp-content/themes/carservice/contact_form.php on line 261
[03-Mar-2021 20:31:48 UTC] PHP Fatal error: Uncaught TypeError: Argument 1 passed to cs_phpmailer_init() must be an instance of PHPMailer, instance of PHPMailer\PHPMailer\PHPMailer given, called in /home/2/h/hamarbilpleie/www/wp-includes/class-wp-hook.php on line 287 and defined in /home/2/h/hamarbilpleie/www/wp-content/themes/carservice/functions.php:298 Stack trace:
#0 /home/2/h/hamarbilpleie/www/wp-includes/class-wp-hook.php(287): cs_phpmailer_init(Object(PHPMailer\PHPMailer\PHPMailer))
#1 /home/2/h/hamarbilpleie/www/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters('', Array)
#2 /home/2/h/hamarbilpleie/www/wp-includes/plugin.php(551): WP_Hook->do_action(Array)
#3 /home/2/h/hamarbilpleie/www/wp-includes/pluggable.php(494): do_action_ref_array('phpmailer_init', Array)
#4 /home/2/h/hamarbilpleie/www/wp-content/themes/carservice/contact_form.php(280): wp_mail(Array, 'Foresp\xC3\xB8rsel fr...', 'F\xC3\xB8lgende henve...', Array)
#5 /home/2/h/hamarbilpleie/www/wp-includes/class-wp-hook.php(287): cs_theme_contact_form('')
#6 /home/2/h/hamarbilple in /home/2/h/hamarbilpleie/www/wp-content/themes/carservice/functions.php on line 298
Probably you are having a bug in Javascript. What you have to do is, open up the Developer Tools in your browser, then goto Console tab. You would find the error messages there. Copy that error and share it with us.
EDIT
I can see that there's a 500 Internal Server Error (based on the screenshot you provided) when the data is submitted to the server. What you have to do is, see if there's any error log created inside your server. It would have some information regarding what is causing the issue. Please share it with us. If you are not able to see it, please follow this: Debugging in WordPress
EDIT 2
It appears that you are having two issues in your theme's functions.php file. It's using one depreciated function and for the other probably because of old code. The line numbers are #261 and #298 (/wp-content/themes/carservice/functions.php). The easy would be to ask your theme developer to get it fixed for you. If you have the update available for your theme and plugins, make sure you update it. Kindly note that, if you have done any modifications on the functions.php file, instead of doing it in a child theme, those changes would be overwritten when you update the theme.
After some digging and discussion, I found out that the theme had not been updated for ages. But to find an update for this was not easy. For some reason, it did not automatically update from WP. But it is fixed now. Thanks for the tips and hints, guys.

How to find references on table.insert() method?

I have a strange issue. I am trying to "Find references" on the insert method of the InventTransferTable table. However, the result set is all insert calls on Common which is essentially all of the uses of insert() in the codebase. A useless result set. Is there a way for me to find only the insert calls for InventTransferTable table specifically? I have done full builds and cross reference builds. I have tried right-clicking the code .insert() and right clicking the AOT node of the method and "Find reference". Is this a bug or am I doing something wrong?
This is a known issue since platform update 26. Microsoft mentioned in a discussion in the Yammer group of the Insider program that it would be fixed in platform update 29 (link for those with access). I can confirm that on a development vm based on the VHD with platform update 29 and updated to platform update 30, only four references are shown for the insert method of table InventTransferTable.
In case you don't have a quick way to access a system with platform update 29 or newer, they are:
/Classes/InventTransferTableEventHandler/Methods/postInsertHandlerBR -
(29, 56) /Classes/ReqTransPoMarkFirm/Methods/createInventTransferTable
- (987, 29) /Classes/RetailRTSTransferOrder/Methods/createTransferOrderHeader -
(305, 33)
/Classes/RetailTransferOrderHandler/Methods/createTransferTable - (94,
29)

Built App in Xcode 10, now stuck on LaunchScreen after upgrading to Xcode 11 & Simulator iOS 13

I've seen some questions on here with problems after updating to Xcode 11, but haven't seen a solution that really helps me. I've been building my first app for a few months now. I updated to Xcode 11 to test it on my physical iPhone 11 Pro. Now, whenever I build and run on a simulator running iOS 13.0 or higher, I get no errors, but the app never makes it past the LaunchScreen. In the debug area, it says that the first View Controller in my Main.Storyboard has loaded (prints out all the print statements I have in the VC code), but the launch screen stays on the simulator. Interestingly, if I change the storyboard entry point to a Dummy View Controller with a green background and a label, that VC will display on the simulator.
I know that I'll need to update my app using SwiftUI and SceneDelegate etc soon, but I would like to release the app as is (while I learn SwiftUI and the new Xcode capabilities) if it's possible to make it compatible with iOS 13 without doing a lot of work for the time being. Is this possible or not?
Below is the output from the debug area and a screenshot of my project navigator and my info.plist.
Thanks in advance for any and all feedback!
capsule home loaded
812.0 frame height
Optional(file:///Users/christophermurray/Library/Developer/CoreSimulator/Devices/A61D294D-A5DC-4CF2-83C4-68AECCF80A65/data/Containers/Data/Application/AC4D353D-B367-4D58-8B26-9E0C5DEA5E41/Documents/default.realm)
26CF4CCF-5D21-4809-B1D1-7CA833F6181A
Capsule {
itemArray = List<string> <0x6000004b4e10> (
);
buryDate = (null);
digUpDate = (null);
itemID = 2CDF3EB3-5573-4401-AF21-47AAAF89B6BB;
} added to realm
1 # of Capsules
LazyFilterSequence<List<StoredItem>>(_base: List<StoredItem> <0x600003820600> (
), _predicate: (Function))
0
true
check update status ran
(0.0, -362.0, 375.0, 0.0)
(0.0, -362.0, 375.0, 0.0)
2019-12-24 17:30:01.476817+1100 TimeCapsule[81727:3933767] Version 4.3.0 of Realm is now available: https://github.com/realm/realm-cocoa/blob/v4.3.0/CHANGELOG.md
Project Navigator and info.plist
If empty view controller works correctly then issue with your code or with third-party libraries. Per your log we can see you are using old Realm library, there are fixes for Xcode 11/iOS 13 in new one and it is strongly recommended to upgrade. Other dependencies may also have useful fixes for new iOS release.

Resources