MaxwellDAssistek
MaxwellDAssistek
In response to the comment that I got notified of, but can't see here: In my actual implementation idle() is being used in that same block. I just didn't include...
> Yeah sorry I wrote some BS and deleted it 🤣 No worries, thanks for your work on this project!
Even if I work around this issue by temporarily setting up a min-height css property that equals to the height of the div before updateOptions, the picker being reloaded is...
I am still able to reproduce the issue very easily. On Firefox if you start clicking it multiple times in a row it still flashes. I also tested the same...
@Eonasdan Should I open another issue that focuses on the flickering rather than the scrolling?
@Eonasdan Very much so. We've done our best to make it less noticeable with min-height/min-width and/or loading screens, but its still definitely an issue for us.
Have the same issue when changing an ImageSource from C# for an Image that is in a Grid. ``` ```
I would like to bump this issue as I have also encountered a situation were it is necessary to ensure that the websocket has fully flushed its buffers.
From some quick research, Entware is basically a software repository primarily for customizable routers and other embedded Linux systems. Here are the build scripts that are used: https://github.com/Entware/entware-packages/tree/master/lang/python/python3 It looks...
Workaround no longer works now. Command line: `npx @openapitools/openapi-generator-cli generate -i NSwagFile.json -g csharp --skip-validate-spec --openapi-normalizer SIMPLIFY_ONEOF_ANYOF=true,SIMPLIFY_ANYOF_STRING_AND_ENUM_STRING=true` Getting tons of errors like `Error CS0019 : Operator '??' cannot be applied...