Gieted
Gieted
Any update on this? Powertoys still can't distinguish AltGr from LCtrl. It wouldn't be such a pain if you could somehow set a shortcut for `LCtrl + `, but leave...
@shilman So what you think about my solution described in #12362? I can maybe PR that, if you accept my specs
> Please show an example of what do you mean, ideally in separate issue because it does not seem to be related to LSP discussion Here's an example: normal .ts...
Would be very useful. My workflow generates some extra files before deploying to Heroku, so it always fails the first attempt. ``` From https://github.com/myapp/backend * [new branch] preprod -> origin/preprod...
The reason to escape character is lost is [this](https://github.com/abner/flutter_js/blob/006f344f2453d88268a43190b076ffd80085534e/lib/extensions/xhr.dart#L342) line of code, which doesn't escape `\` (`'\"'` in js is just `"`). BTW literally nothing is escaped, so the owner...
Mpv has command `vf toggle hflip`. To execute command do: ```dart final nativePlayer = player.platform as NativePlayer; final command = 'vf toggle hflip'.toNativeUtf8(); nativePlayer.mpv.mpv_command_string( nativePlayer.ctx, command.cast(), ); calloc.free(command); ``` Hope...
@Ellpeck Sorry for not responding, I was pretty busy last week. I've looked into your changes on master and have 2 suggestions: 1. Here I've used LinkedHashMap instead of HashMap,...
Hi @rydmike, What you mean by "it seems to be working"? On the video, it's shown that the hit-testing is off when wrapping the color picker with a FittedBox. The...