Results 955 comments of Thomas Grainger

@julmot `import pace from 'pace-progress/themes/blue/pace-theme-barber-shop.css';`

@julmot @FranDias @zackbloom I just ran: `npm deprecate pace-progress "Disclaimer, We no longer use this library internally and are focusing our efforts on open sourcing and maintaining projects that we...

you can use it with: ```js import setupHook from 'css-modules-require-hook/setupHook'; const hooks = setupHook(params, ([hook, extension, isException]) => ({ hook, extension, isException })); ```

@fschulze Another option that would be standardized across HTTP hosts https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Want-Digest then hashers like pip-compile and hashin could request alternative hash algorithms than SHA256

@thehesiod I strongly recommend going the other way around with https://pypi.org/project/unasync/ and having botocore be generated from aiobotocore

@jettify an option for abstraction of IO from any code: https://gist.github.com/graingert/ca6cdd5d9ae2e18ca917b4594ac8a633

As far as I'm aware aiobotocore would need to replace all asyncio calls with the relevant anyio equivalent, and any gather/ensure_future with a nursary/spawn pattern instead

I don't think #619 and this issue are really that coupled and could be completed in any order