marekjedrzejewski

Results 10 comments of marekjedrzejewski

AnyDesk has option to provide credentials to run its client with. I did some googling and looks like [CreateProcessWithLogonW](https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-createprocesswithlogonw) might be the function that it's using under the hood.

Same happens on Linux with Gnome - `ctrl + .` `shrug` `space` `enter` and instead of 🤷️, which is visible after clicking `space` I get the question marks and cursor...

F12 worked. And it got me wondering why making 2 keys for the exact same action instead of just defaulting the key to F12, but still make it changable if...

I know it's from steam overlay, but that's valve game and they know it runs on steam ;)

> Hey guys, I can't get it to work. Help much appreciated. > > ![image](https://user-images.githubusercontent.com/83688753/117100548-9df8c700-ad39-11eb-9f07-b02e3e3e18e2.png) https://github.com/skepticoin/skepticoin/pull/2 should fix it for you. Now plz gib lambo: SKE145614eb25e217e359d53b7ee56c04cdf3d1eaf7789aaa7f5080edc3b2bbbcdfdcfa6e78b5a0dbacbb8797f02478125bc0563a08f972289e1424e3afb8260e8aPTI

> 25 for begging and an extra 20 for that PR Nice, begging has more value than actual work!

I tried to use it on modelform which has 2 autocomplete fields. Person, that is directly taken from model and Report, that queries reports based on person chosen. JS is...

The same behavior can be observed in test project - added script to select2_gm2m template: https://github.com/marekjedrzejewski/django-autocomplete-light/commit/3cb7006577221d75dd8fb8ac24a09d69edb04e0b and 'select all' button appears within form fields, but options are no longer there.

@jpic Did you have any chance to look at this?