alex-eri

Results 134 comments of alex-eri

I suggest to NOT merge it besause of ``` >>> timeit.timeit('base64.b64encode(data)','import base64;data= b"i"*1000') 3.0879702609963715 >>> timeit.timeit('base64.encodebytes(data)','import base64;data= b"i"*1000') 15.915579186999821 ```

This kind of Multipart is often big amount of data (mjpeg video stream for example). It difficult to cache on proxy. So speed preferred then readability. updated topic

@manuco i dont git pro =) Dont know the best way. You can create new PR. I close this https://github.com/alex-eri/aiohttp/invitations

u are shure for? + enc_chunk = enc_chunk.replace(b"\n", b"\r\n") imaybe is there better way to do this? what would happen if concatenate two or more chunks (one with tail <...

Also emulate keyboard shortcuts like win+shift+s

> hey, > @alex-eri Could you let me know if you've resolved it? I abandoned project because of no working sip ua, available in play/app store. If issue of `&`...

> `NITRO_DATABASE_URL` it not passed to `useDatabase()` database configuration.

In my case `en` works, but other - not. ``` zodI18n: { localeCodesMapping: { 'en-US': 'en', 'en-GB': 'en', 'ru-RU': 'ru' } }, i18n: { locales: [ { code: 'en', language:...

Only default localization works. I make one locale default and error happen on another. Maybe SSR related.

Only default localization works. I make one locale default and error happen on another. Maybe SSR related. I will provide minimal reproducing example tomorow.