Julian Grinblat

Results 57 issues of Julian Grinblat

This seems to be the way that `node` is moving towards, with `undici` being much more performant than the `http` and `https` modules, thought it would be helpful to open...

I'd like to add an `xml` encoding to simplify working with a 3rd party API without having to call the parse method every time. Do you have any plans add...

The `os.Exit(0)` call will terminate the node process completely and return a 0 status, making it seem like the test passed, but that will also prematurely terminate any running program...

Let's say the test file is something like: ```javascript import { test } from 'ramda'; const validate = test(new RegExp(...), "foo"); // mocha/no-global-tests,mocha/no-pending-tests describe(..., () => { it(..., () =>...

bug

The main motivation behind this PR is that `readable-stream` is difficult for bundlers to handle due to circular dependencies (see https://github.com/nodejs/readable-stream/issues/348). I believe this might be the cause behind the...

I thought that this could be useful in a few cases, but please ignore this if you feel it's not worth it. Could help keep some code a little bit...

I reproduced the problem here: https://github.com/perrin4869/responsive_type_test I am getting the warning `this combination of units is not supported [postcss-responsive-type]` while attempting to process the following: ``` div { font-size: responsive...

This fixes `import dotenv-flow/config` from inside an `mjs` module

## Rollup Plugin Name: `typescript` This PR contains: - [ ] bugfix - [x] feature - [ ] refactor - [ ] documentation - [ ] other Are tests included?...

This PR fixes https://github.com/prisma-labs/serverless-plugin-typescript/issues/210 Not all projects have a `node_modules` directory in them