Maxime

Results 11 comments of Maxime

I want to comment that I did made the mods for multiple monitor on 0.2 it was easy and the code look like this. But I have no clue if...

I had the issue where I link a local package and I did add new dep to this local version, but when I do **yarn start** on my solution, I...

@marcelovicentegc Thanks I appreciate :) 1. **Prettier Tab Width**: The 'tab width' setting in Prettier is not mandatory when using tabs. In such cases, the IDE's setting (if specified) determines...

@subframe7536 While you do have a point about the speed of tsc and esbuild/swc would be a better transpiller, we could also says that when we run `npm run start`,...

I'm sorry @marcelovicentegc, I couldn't make it... I was optimistic about my own time and deadlines to do the things I promise to do. And I blinked, and it's been...

Interesting! Yes something like this would suffice. That would be nice if it was implemented as an API function.

So let's says that this isn't going to happen anytime soon, but we still want to use a MongoDB with timeseries collection in our database. I would assume that raw...

Raw queries is fine to me for now. What I'm interested is to be able to push the schema even if there is a time series collection in the database....

@janpio So here some facts on why I think it's stupid to not merge this PR: - I have a schema file of 1045 line. 10 enums, 29 models, and...

Here a JSON made to test the use case: I can provide with an expected sorting if ask. Otherwise I won't. ```json { "F": "string", "B": { "B": "string", "A":...