James Cleveland
James Cleveland
Bowser doesn't actually export methods as named exports, they are only destructured from the `Bowser` class. The types should reflect this. This can be seen here tripping people up: https://github.com/aws/aws-sdk-js-v3/pull/1991
This fixes that.
This should fix snowpack and other loaders that don't expect libraries to do odd things.
If I try to include this library in a project built with snowpack, I get this error: ``` ReferenceError: self is not defined ``` It is because this file uses...
Unfortunately the commitlint documentation only has these instructions: ```json { "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } } } ``` And it's unclear whether lefthook exposes whatever `HUSKY_GIT_PARAMS`...
There hasn't been a release for two years, can possibly kick one off as it would be nice to have set support released :)
Basically this completes the loop for pushing packages with multiple arches via CLI. Seeing as the current `--arch` flag accepts either `amd64` (as opposed to `x86_64`) or `arm64`, I'm manually...
Just a hint that could prevent some other admin spending quite a long time banging one's head against the wall! Assuming that people's IngressClass is `nginx` is quite an assumption...
### Zed version Zed 0.180.4 – /Applications/Zed.app ### Extension version 0.1.5 ### Biome version 2.0.0-beta ### Operating system - [ ] Windows - [x] macOS - [ ] Linux ###...
Sometimes a project will already have a colour scheme defined (that also reacts to media queries, etc), and the developer may wish to use that over having prose overwrite this...