Evan Sosenko
Evan Sosenko
The optimization in PR https://github.com/rrweb-io/rrweb/pull/464 broke support for users who run a strict [Content-Security-Policy (CSP)](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/style-src). Specifically, this line sets the `style` attribute on a DOM node and will be blocked...
Anything blocking 1.0.0 for this project? Seems it is widely used in production at the point. I'd like to quote the argument directly from this post on a different project...
It would be nice to have a cargo hold to put paste, cap boosters, extra charges, drugs, etc. The charge presets are good for checking how the stats change with...
- Add link to makenew repos in serverless docs - Add makenew/benthos-plugin link to README
**What version of this package are you using?** ```json { "devDependencies": { "eslint": "^8.9.0", "eslint-config-standard-with-typescript": "^26.0.0", "typescript": "^4.9.4" } } ``` **What problem do you want to solve?** When using...
Reproducible in this project https://github.com/seamapi/types at this commit: https://github.com/seamapi/types/commit/68ec4828c2c835d1a0694185d6dcd01fa2fe0a5b Project defines [paths](https://github.com/seamapi/types/blob/68ec4828c2c835d1a0694185d6dcd01fa2fe0a5b/tsconfig.json#L26-L31) as ```json { "paths": { "@seamapi/types": ["./src/index.ts"], "@seamapi/types/connect": ["./src/connect.ts"], "@seamapi/types/devicedb": ["./src/devicedb.ts"], "lib/*": ["./src/lib/*"] } } ``` And has...
Any plans to release version 1 or otherwise a reason to hold back? From https://semver.org/ > Major version zero (0.y.z) is for initial development. Anything MAY change at any time....
- If `$XDG_CONFIG_HOME` is set, config file should be saved to `$XDG_CONFIG_HOME/gr/config.json`. - In addition or instead of the above, read `GR_CONFIG_HOME` and if set, use that (`GR_CONFIG_HOME=$HOME` would replicate...
I'd like to propose the same thing I've seen or introduced with other large-community projects struggling to commit version 1 long after they have already "implicitly" done so without properly...
As an alternative to this PR: https://github.com/seamapi/nextlove/pull/115