Dan McDougall

Results 44 comments of Dan McDougall

@0xd34d10cc Any recommendations as to how I should proceed then? I was wondering if there was an easy way to just have Tokio repeatedly call poll_for_event() in the background until...

Port forwarding is impossible without plugins/browser extensions/add-ons. So if I ever support that, that's how it'll have to work. _HOWEVER_, I do have X11 emulation as a TODO item for...

Adding support for X11 is definitely in the TODO list. It will be a while though... There's a lot of things that have priority (authorization framework, keyboard macros, improved embedded...

This one will be an interesting technical challenge so I'm definitely going to try it!

This is an issue in Chrome itself. There's a number of Ctrl key combinations that they do not allow JavaScript to override: - Ctrl-N - Ctrl-Shift-N - Ctrl-T - Ctrl-Shift-T...

Gate One _does_ disable ctrl-n and ctrl-t but the Chrome developers--in their infinite wisdom--decided that _no web app_ should be allowed to override those shortcuts. I opened a bug about...

It already includes a feature like this but only for the .pyz output format. So if you had some .py files like this: ``` run.py some_module.py other_module.py ``` ...and you...

This should be doable but I don't have much time to work on pyminifier right now. Anyone want to try their hand at adding this feature? I'll gladly accept the...

I had never _planned_ on commercial licensing for Pyminifier but if you email me we can work something out (probably): [email protected]

Any suggestions on how to fix this? Also, I'm not sure how to test it either. I thought node used requirejs and didn't support native ES6 modules yet?