Christian Bewernitz
Christian Bewernitz
I love how pyenv enables switching back and forth between python versions. What I don't understand: - Assume I have created the virtualenv for my project called `backend` for the...
Hey there, looks like a promising project and you have connected it to https://deno.land/x/jira, but this doesn't work, since the imports in deno need to have `.ts` extension, so just...
This is a "copy" of https://github.com/DefinitelyTyped/DefinitelyTyped/issues/49953 since we copied the type definitions from DefinitlyTyped to fix the (types) regression introduced in #278. The current types reference TypeScript's DOM typings with...
**Is your feature request related to a problem? Please describe.** Our security policy states that we are maintaining the last two minor versions. This is especially relevant for landing breaking...
I read through https://github.com/CodeIntelligenceTesting/jazzer.js/blob/main/docs/jest-integration.md and am also aware about https://github.com/CodeIntelligenceTesting/jazzer.js/blob/main/packages/core/options.ts but I was not able to derive, how to configure those tests where to pick the data from. Do they...
Since there hasn't been an update to the repo for a long time, [this project has been forked](#259). I hope this PR helps increase the visibility (besides making it very...
as mentioned in https://github.com/bahmutov/cache-require-paths/pull/12#issuecomment-386129688 : > Just a question what needs to happen for this change to appear @ npm? > I think this usually happes automatically, but it looks...
Hey there, I started working on those two a while ago: - https://github.com/karfau/runex (for "executing" a function in a module without much boilerplate) - https://github.com/karfau/node-cli-arguments-options (side project for comparing features/capabilities...
Switching from package `xmldom` to `@xmldom/xmldom`, which resolves the security issue present in latest xmldom version 0.6.0: https://github.com/xmldom/xmldom/security/advisories/GHSA-5fg8-2547-mr8q The reason is that the maintainers were forced to switch to a...
Hey there, have you thought about adding a cli entry point? Or is there already another package doing that? Context: On the journey of making a library written in commonjs...