Kyle McCarthy

Results 33 comments of Kyle McCarthy

@carwynstephen Coincidentally, I also getting this with a next setup, could you provide some additional info about what to add to the root in your config. Am I adding the...

I am having this same issue on Google App Engine standard, node 10. I am using @google-cloud/logging-winston which depends on @google-cloud/logging and that depends on @google-cloud/common-grpc which uses this package....

I think that this depends on the size of the text used for the text area in combination with the line height. FWIW, I don't see it when my browser's...

I am running into this issue as well. mysql also allows for referencing columns in the unit part of the interval.

`getServerSideProps` works and can replace the `getInitialProps` call ; however, I am unsure if `getStaticProps` will work. I would be curious to see if it works with the [beta passthrough...

Can you elaborate on what happens when trying to use `useRouter`? It sounds like this may be two separate issues, but in general we don’t support other 3rd party routing...

@webberwang I added a new option in the nest-next beta preview. I think that it may allow for you to use next-routes. See https://github.com/kyle-mccarthy/nest-next/issues/38#issuecomment-647867509

This was recently brought up in #47. One of the main problems is how Nextjs handles the public files. Let's say that you have a fresh nextjs install without any...

@Xilel I just added a new config option, [see this comment](https://github.com/kyle-mccarthy/nest-next/issues/38#issuecomment-647867509) for some info on how to get the public directory working

@stevefan1999-personal That should work fine as long as you want to have Nest serve the static content rather than Next. Next allows for serving static content from the `public` folder...