Johanderson Mogollon
Johanderson Mogollon
## What is this Python project? A minimalistic http client https://github.com/sonic182/aiosonic for asyncio ## What's the difference between this Python project and similar ones? Pure 100% python async http client,...
It may be interesting see how it performs with different backends, I'm thinking in goleveldb (or the C++ implementation + cgo) and/or rocksdb
**Is your feature request related to a problem? Please describe.** Depends, if the page speed metris are a problem **Describe the solution you'd like** Maybe all css files can be...
Hi, I got this board https://es.aliexpress.com/item/33045221960.html Which is the equivalent schematic? I'm not sure.. it is https://github.com/Xinyuan-LilyGO/LilyGo-T-Call-SIM800/blob/master/schematic/LilyGo-SIM800L-IP5306-20200811.pdf maybe? Thanks!
The lib doesn't support read response as stream isn't it?
It is possible that this line https://github.com/arjan/singleton/blob/ae3d0dd970954626beb90fddf8c83b6840cb6920/lib/singleton/manager.ex#L18 is the one that make managers process not to be restarted, when normal shutdown of process used in singleton? when scaling down one...
Hi, I'm having 429 error getting information from the api I'm creating the client object with: ```python BigcommerceApi( client_id=settings.BIGCOMMERCE_APP_CLIENT_ID, store_hash=self.store_hash, access_token=self.access_token, rate_limiting_management={ 'min_requests_remaining': 3, 'wait': True, 'callback_function': None }) ```...
I have an API where I send a lot of fast requests sequential, after certain number of requests, one of then get stuck eternal until client timeout or cowboy timeout....
**Is your feature request related to a problem? Please describe.** To get better SEO rank, the theme could optimize image rendering and image tags **Describe the solution you'd like** We...
I have an error with dialyzer, by using this dummy parse_stream, I'm obtaining no local return ```elixir defmodule MyMod @spec base_stream(binary) :: Enumerable.t() def base_stream(srcfile) do srcfile |> File.stream!([:read, :compressed,...