Sébastien TOUR

Results 7 comments of Sébastien TOUR

Any update on this? The current output is unusable as soon as you have a big array or "big" objects in it

This may be an issue with the upstream sort-import. It seems completely dead though, compared to issues being replied to in this repository. Is the project unmaintained?

Personally, I went for [pino](https://github.com/pinojs/pino) instead. This project seems to be dead for 3 years, I don't know why so many projects go for it

Ok actually it's the same with `isFeatureEnabled`. Sorry I meant `getAllFlags` (mentioned in the [docs](https://posthog.com/docs/integrate/server/node)). I've edited the issue

On a node 12 project using TS. I'll try to give you a reproduction repo. I do this more or less: ``` import { PostHog } from 'posthog-node'; import config...

Any news on this? This feature is really lacking for us since our mono-repo have a frontend & backend folder. Most of the time we want to bulk `lerna run`...