Results 122 comments of Alex

> I don't really see why you do that... In any case, I wouldn't recommend running it like that, PySide2 and PyQt5 are not exactly the same and I would...

@bencodezen, how about https://crowdin.com/?

> how about https://crowdin.com/? It is a bit paid, but maybe there are analogues? So that everything is centralized and organized

You can also use a gradient https://csswizardry.com/2016/10/improving-perceived-performance-with-multiple-background-images/ https://github.com/ben-eb/postcss-resemble-image Or through canvas as in a Medium https://jmperezperez.com/blog/medium-image-progressive-loading-placeholder/

It may be necessary to specify the types for serializers (transformers) more clearly. For example, `defaultTransformer` is ```ts type DataTransformer = { serialize(object: any): any; deserialize(object: any): any; }; ```...

https://github.com/vechain/picasso https://github.com/varld/gradient-avatar https://github.com/vercel/avatar https://github.com/crafatar/crafatar https://github.com/loweisz/generate-avatar https://github.com/dapi-labs/react-nice-avatar https://avvvatars.com/ https://github.com/gabrie-allaigre/node-avatar-builder

So far, I think it's possible to solve this using `injectManifest` and a similar file: ```js // workbox import { cacheNames, clientsClaim } from "workbox-core"; import { registerRoute } from...

> will there be any competition when downloading between your code and the workbox code? workbox at the start of the service worker will also start downloading the same files!!...

+1 ``` C:\pkg\node_modules\.pnpm\[email protected]\node_modules\fastify\lib\route.js:367 throw new FST_ERR_DUPLICATED_ROUTE(opts.method, opts.url) ^ FastifyError [Error]: Method 'POST' already declared for route '/auth/login' at Object.addNewRoute (C:\pkg\node_modules\.pnpm\[email protected]\node_modules\fastify\lib\route.js:367:19) at Object.route (C:\pkg\node_modules\.pnpm\[email protected]\node_modules\fastify\lib\route.js:261:19) at Object.prepareRoute (C:\pkg\node_modules\.pnpm\[email protected]\node_modules\fastify\lib\route.js:167:18) at Object._post [as post]...

It seems that this happens when several requests arrive at one endpoint, for some reason they are processed simultaneously and at the same time they try to declare these methods.