busslina

Results 66 comments of busslina

Facing same issue with spanish accent characters. As HTTP client I'm using dio with multipart support. The funny thing is that dio's default request encoder is UTF8 which would normally...

I post here my main.py script which launch every module. I hope this is usefull. ``` PREVENT_USED_AS_MODULE = False EVENTLET_MODE = True GEVENT_MODE = False if PREVENT_USED_AS_MODULE and __name__ !=...

Okay, firstable, with EVENTLET_MODE=False and no eventlet installed on virtualenv never happened this error. Secondly, after removing pymongo and telegram from execution i get the same error. My code: ```...

> > > Good start, it probably is useful. Do you get that error with EVENTLET_MODE=False and no eventlet in virtualenv? > > Likely you can remove pymongo and telegram...

Not sure this is what you want. Pipfile content: > [[source]] > url = "https://pypi.org/simple" > verify_ssl = true > name = "pypi" > > [packages] > bson = "*"...

Still with that problem. It's weird because I use a valid Letsencrypt certificate. If anyone has an idea about it I would appreciate

I can confirm that enabling "Show on top" permission on Android 10 makes it working

Here it is where that `first` instance is created (See `componentInstance`): ```dart /// Creates and returns a new factory proxy from the provided [componentFactory] /// which produces a new JS...

So that `initializer` instance which seems not intended to be used by the final user... Could be a way to detect from within the component whether it has been created...

Anyway, it seems as non-optimal to create a component instance, just for internal initializing, that will not be used in the component tree.