uno
Here are 193 public repositories matching this topic...
-
Updated
Jun 29, 2020 - Python
-
Updated
Jun 29, 2020 - C#
Repro Step
- Enter a snippet
- Make some modification to either the xaml or data context
- Select another snippet
- Notice issue
Current Behavior: Page navigates to snippet and changes are lost
Expected Behavior: Prompt should warn user that unsaved changes will be lost and ask if they want to proceed anyway.
A user on community has pointed out that we're missing docs on UpdateManager, which makes it difficult to understand Foreign code, which happens to be using it to dispatch calls between threads and maybe something else too.
As far as I could find, the implem
-
Updated
Apr 2, 2019
Looking through Uno.Net.Sockets it looks like there is no support for udp sockets?
-
Updated
Apr 16, 2019 - C
-
Updated
Jun 15, 2020 - C#
-
Updated
Jul 2, 2020 - Python
-
Updated
Jun 10, 2020 - C#
-
Updated
Jun 30, 2020 - C#
-
Updated
Jun 29, 2020 - C#
-
Updated
Jul 10, 2017 - Objective-C++
Hello!
I use the same UART channel to read data from sensor (via RX pin of controller) and send debug messages (via TX pin). So there is no connection between controller's TX pin and sensor's RX pin.
In my case PMS5003 sensor works fine without sending any command to it.
Your library sends "passive mode" command in 'init' and 'trigRead' methods:
uart->write(cfg, msgLen); // set passive mode
Data logger example
General docs/usage
-
Updated
Apr 7, 2020 - C++
-
Updated
Nov 18, 2019 - C#
-
Updated
Jul 28, 2019 - Pascal
-
Updated
Jun 30, 2020 - C#
Improve this page
Add a description, image, and links to the uno topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the uno topic, visit your repo's landing page and select "manage topics."
What would you like to be added:
Implement the
TextBlock.MaxLines. It's not implemented yet:https://github.com/unoplatform/uno/blob/4bd015b98029ae8c121a5ad9d36268742fb76b8e/src/Uno.UI/UI/Xaml/Documents/UIElementTextHelper.wasm.cs#L107_L110
Documentation:
https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.textblock.maxlines
Solution:
https://twitter.com/addyosmani/st