Julien Vincent

Results 30 comments of Julien Vincent

[OneDayOnly](https://www.onedayonly.co.za)

[JourneyApps](https://journeyapps.com/) We are now using KafkaJS in three areas: + To power communication and data-replication between our many micro-services. + To power GraphQL subscriptions for real-time communication between client interfaces...

I am getting this same issue. `Repository.init` or `Repository.open` hang indefinitely when run in a jest test suite. Only happens when there are more than one `test()` using `nodegit` Could...

Modelizr schema's aren't compatible with Normalizr. Unfortunately Modelizr doesn't currently expose a way to normalize data outside of api calls. It would be a good addition though and I'd be...

Hi, thanks for showing an interest! I think producing a next.js example is a good idea, I will set one up on a `now` deployment when I get some time.

I'll give a go at the tests sometime tomorrow and see if I can get them passing.

This looks related to an issue I reported a while ago: https://github.com/vega/ts-json-schema-generator/issues/952

From digging in the code a bit it seems the union issue is somewhere around here: https://github.com/vega/ts-json-schema-generator/blob/next/src/NodeParser/MappedTypeNodeParser.ts#L38 As this function incorrectly returns the merged types. But I don't understand enough...

Would it be possible for someone to take a look at this?

@Hackmodford Good to know! I will give this a try for a bit and see if I can confirm the behavior