Results 433 issues of Thomas Grainger

redeclares should be ignored: ``` js function foo (){ var a = 3; for (i in x) { var a = 7; } } ``` is the same as: ```...

enhancement

``` js function logTheLengthOfTheArrayForEachElementInTheArrayAsync() { var messages = [0, 1, 2]; for (var i = 0; i < messages.length; i++) { function logMessage() { console.log(i) } setTimeout(logMessage) } } logTheLengthOfTheArrayForEachElementInTheArrayAsync();...

bug

* safety version: NA * Python version: NA * Operating System: NA ### Description I'm trying to run `safety check -r **/requirements*.txt` but `-r` only allows one command introduce a...

enhancement
considering

Similar to the webpack AggressiveSplittingPlugin https://medium.com/webpack/webpack-http-2-7083ec3f3ce6 Automatically split all the spritesheets into smaller sheets: This improves the caching while worsens the compression (and transferring for HTTP/1). When the application is...

enhancement
help wanted

currently babel-plugin-css-modules-transform implicitly registers a css hook, this can cause stange interactions when using babel-register. I've got a PR to enable using the require-hook machinery on its own: https://github.com/css-modules/css-modules-require-hook/pull/117

warehouse provides an API endpoint for getting release metadata https://warehouse.pypa.io/api-reference/json/ specifically I'm looking for the hashes of the assets for a particular release so that `pip-compile` can use them: https://github.com/jazzband/pip-tools/pull/1109

enhancement
devpi-server
investigate

I'd like to be able to use aiobotocore in a project that uses trio and httpx anyio provides a generic interface to curio/trio/asyncio that libraries can use to provide generic...

enhancement

Closes #xxxx - [ ] Tests added / passed - [ ] Passes `pre-commit run --all-files` very drafty experiment just to see what breaks see also: - https://github.com/dask/distributed/issues/6785 - https://github.com/dask/distributed/issues/6201...

asyncio