Sebastien Dubois

Results 104 comments of Sebastien Dubois

Hi @blakeembrey. The gist is this: I want to create a 'core' library that takes care of defining and loading dependencies (as well as typings of those dependencies); so that...

I'm trying to work around those limitations because for the use case we interested in, the idea is that the 'core' library is to be trusted regarding the dependencies it...

I agree that it is soon to consider this, first major features & community then broadening. I mainly propose this because I think it makes sense to regroup all configuration...

I'm also interested by this, but for different reasons: I'm generating code for a few GraphQL queries using the Apollo CLI codegen feature, but in my case the globalTypes.ts file...

In my case the contents of the gradle/wrapper folders were wrong for some reason (empty gradle-wrapper.properties and gradle-wrapper.jar files) But after that I stumbled upon another error: ``` Caused by:...

Just discovered I also suffer from this issue as I'm trying to migrate to MDX 2. Is there any way for me to help move this forward?

Well, no idea if it's specific to Next.js, but for my site, `document.documentElement.scrollTop` always seemed to remain at 0. The element that did scroll was the `__next` wrapper div added...

It seems that the pgsql logs have been disabled. Those are not generated anymore :(

Just re-enabling the pgsql logs in the docker container would make our lives much easier. Is it a problem to do so while waiting for better options with logflare?