Elias Skogevall

Results 23 comments of Elias Skogevall
trafficstars

I have not worked with unicode ranges before, but shouldn't the regex be able to be generated runtime (maybe as a fallback)? The website used to generate the regex clearly...

I tried to set $EDITOR to only "code" and it worked! I will keep this issue open, but feel free to close it.

Using the win32 composition API to get round corners would be a mess and slow, or even impossible. Until WinUI 3's APIs for win32 is released, I'd say implementing round...

Though this is a great idea, turning off the frame should require the developer to design an own frame for the application. By not doing so, the standard frame for...

I don't think any other visual studio version except 2017 will work. I tried to build the project with 2019 before (#68), and it did not work. However, this do...

@micahlt if the demo is working but your application is not, you actually need to compare and debug yourself, or ask on a community, e.g. Stackoverflow. Try running `window.show()` after...

Link a repro and I'll look into it.

The window is originally hidden (no idea why) and then it uses a timeout of 100ms after the window is ready to show (what). The window should be originally shown,...

I completly forgot about this pr... I don't need this myself anymore, but is this feature wanted? I could take the time to implement this if appreceated