Simone Busoli

Results 182 comments of Simone Busoli

@cmawhorter can you provide a repro? We couldn't reproduce the issue, so we assume the issue doesn't actually happen.

@cmawhorter as we explained earlier, setInterval doesn't behave the way you imply it behaves. Try out this snippet of code. ```js setInterval(() => { console.log('interval triggered on', new Date()) const...

It would be a lot easier if the OP included a repro so we don't need to guess. Anyway, the PR is ready now. Testing this is particularly cumbersome

I posted the same in https://github.com/nodejs/node/issues/39672. https://github.blog/changelog/2022-06-15-prebuilding-codespaces-is-generally-available/ /cc @shogunpanda

I like the idea, which would allow us to show how to create a package which can be used by multiple other packages.

@mcollina I don't think this module would contain anything that's useful outside of this monorepo really, and the main benefit of having this inside the monorepo is to show how...

No concrete plans at the moment. We did an (unsuccessful) experiment with npm workspaces a while ago and we didn't go further. Do you have any experience and can you...

Apart from lerna being unmaintained, are there any specific issues you're having with it being used in this repository?

Let's keep this open, we'd like to migrate away from lerna at some point. We have been trying in https://github.com/nearform/graphql-hooks/issues/827 but didn't manage to go very far yet. Starting from...

How do we release packages when we remove lerna?