Hannes Diercks
Hannes Diercks
> Are you able to share at what scale the memory leak occurred at. As in not converting at all but loading the module. But as I said, we have...
Any news @joelcolucci ?
I love @robotnoises idea. Really straight forward! we might just support an environment variable setting the current value of thirteen. `export VALUE_OF_THIRTEEN=14` ``` js is(13).thirteen(); // false ```
Hey @kxnkxv. It seems this project is currently not in a very usable state (ref https://github.com/doczjs/docz/issues/1735 https://github.com/doczjs/docz/issues/1731). Maybe we should [rebuild it](https://github.com/doczjs/docz/discussions/1740)?
Moved this into a semantic release plugin: ```js // release.config.js const { promisify } = require("node:util"); const exec = promisify(require("node:child_process").exec); /** @type {import('semantic-release').Options} */ module.exports = { /* other config......
Yes, that sounds great! I'm aware that the older issue finally was resolved as --disable-rollback seems sufficient for the ppl involved. But as mentioned I see a lot of value...
Thanks for the contribution @jordanbtucker! I agree with @shocklateboy92, a test for the bug would be great! Let us know when you need any help with that or wan't me...
I'd modify one of the demo files and add a test in `generate.test.ts` assuming it only takes one new method/path in the spec
Hey, i agree that this would be a cool feature to have! Since this is not a standard feature I'd agree that this behavior should be opt-in. I'd like to...
Cool! Looking forward to see what you come up with 👍 As with the use-cases: I think the date transformation is a really good example of specific code that would...