Alek Kowalczyk

Results 21 issues of Alek Kowalczyk

A double "client" layers when using Starlette integration is confusing and makes tedious to configure underlying 'real' httpx async client. A sample code below displays a few problems: ``` oauth...

feature request
client

The mixin does not cover a scenario when we switch from one route to another, but with the same view class handling the route. Hooking into `updated()` would fix that....

enhancement
help wanted

Currently you have to add all icons into library in one central place (eg main App.vue component). I tried to follow @fortawesome/vue-fontawesome pattern i.e. add icons to library in specific...

React-facebook provides variety of FB-related components. I strongly suspect there is a conflict causing the chat to often not show (but not always), possibly depending on the order of initialization...

bug

When fake_time or similar patched thing is somehow passed (eg via queue) to some thread, it might be later called there. In the meanwhile the patching might have been removed...

Current architecture does not allow for any other authentication than 'static' HTTPBasicAuth user+password. It is impossible to authenticate MJML server via API Keys, OAuth2, custom auth header without monkey-patching or...

From time to time a request fails with the following exception: `RuntimeError: cannot schedule new futures after interpreter shutdown` This happens when a gunicorn is configured with `--threads 2` and...

### Describe the bug yarl 1.8.2 allowed to construct URLs with trailing slashes like that: ``` >>> str(yarl.URL ("http://localhost") / "path" / "") 'http://localhost/path/' ``` yarl 1.9.4 drops the slash...

bug

### Description When there is an event handler hooked to mapRef's `dataloading` event and this handler calls setState (say, for enabling spinning wheel feedback), the following "Warning"-level exception is dumped:...

bug

Build logs are difficult to read, being thin dark letters (gray, dark-red) on black background. Would be great if the would be an alternative "light" scheme, with white background and...

feature