timolehto

Results 14 comments of timolehto

This bit us as well. Some sort of Zeitwerk support would be super. Now we need to remember to add these "old school" empty namespace module definition files all over...

I haven't, but suppose that should work as then it doesn't rely on the OS level processes, but I would have expected things to work without having to rely on...

Wow, I see. It seems to be simply impossible to detect configuration changes from landscape to reverse landscape on Android. The broadcast is not emitted, `onConfigurationChanged` isn't fired, nada.. I've...

@rmtmckenzie here's something I cooked up: https://github.com/timolehto/flutter_native_device_orientation Maybe you'd like to do something like this?

I'm also experiencing something similar. This is likely a combination of server and socks5-https-client issue because I can at the same time test: - PUTting to server x with nodejs...

Found the problem, maybe it's a different thing. Doesn't seem to be PUT request specific. It seems to be related to the way host/ports are encoded in the socks client....

I created this pr about it in socks5-client: https://github.com/mattcg/socks5-client/pull/15

I have the same `Error: write after end` variant too

Hey thanks @susonthapa, it seems to work. At least partially. I still get some errors loading the workspace: ![image](https://user-images.githubusercontent.com/491473/214118799-36cf42a4-aabb-4d84-a915-d084f99881bb.png) but e.g. navigating to definition seems to now work, so I...

Or if this can't be changed due to backwards incompatibility in some cases, then maybe there could be another cmd option, something like `--force-base` which could be used to set...