Vitaly Kravchenko
Vitaly Kravchenko
Yeah, it's quite severe. I'm also using this on a mac, but this is not macOS related right? https://user-images.githubusercontent.com/1799756/171958702-ceb8ef14-7181-4e66-88c0-a36b9b57165d.mp4
Not the author, but see IEX exchange for that. You'll have to register and be careful not to run out of free tokens they give you by caching your requests...
We really need this at JP Morgan for our designs. I've been researching the features you have for the past few days and encouraged by the progress you've made in...
@soumyaa1804 We decided to wait for this feature and are in the processo of getting a license. Meanwhile we use column prefixes in the ungrouped header.
Yes please!! Release build can make a huge difference for GUI apps, where it's not mostly about IO performance.
Another example ``` import threadpool proc hello(n: int) = echo "Hello: " & $(n) proc main() = for i in 1..10: spawn hello(i) main() ``` Cmd-MMB click on `threadpool` in...
Thanks for the tips! `-Xno-param-assertions` helps somewhat. The actual path generation is a bit over my head ATM (as I'm still going through the code of this and JavaFx itself),...
I'm interested in this too. In our organization we have a rule where React keys must be specified in alphabetical order (`'react/jsx-sort-props': [ 'error' ],`). This makes a random prop...
I have run the following commands to disable the security features mentioned: `bcdedit /set hypervisorlaunchtype off` and https://privacy.sexy/ Privacy Over Security -> ✔️ Disable Windows Defender
Thank you for looking into this! Unpackaged mode would work, if menu integration (and cleanup) can be done outside of the installer.