Thai Pangsakulyanont
Thai Pangsakulyanont
Closing as I just realized that this PR has already been cherry-picked into master — df0e85a918a261d0af15e50a01251c9e50cede88
Closing as I just realized that this PR has already been cherry picked — d382b7ae72159d17207afaf80f5f69aaabf9f4e2
When building for standalone mode (Output File Tracing) the runtime config does get baked into the server bundle at build-time. I stumble upon this problem when building a Docker container...
@sergiohgz Don’t use `serverRuntimeConfig` or `publicRuntimeConfig` as [any values set in `next.config.js` will be baked (“serialized”) into the build at build-time](https://nextjs.org/docs/advanced-features/output-file-tracing#:~:text=Note%3A%20next.config.js%20is%20read%20during%20next%20build%20and%20serialized%20into%20the%20server.js%20output%20file.%20If%20the%20legacy%20serverRuntimeConfig%20or%20publicRuntimeConfig%20options%20are%20being%20used%2C%20the%20values%20will%20be%20specific%20to%20values%20at%20build%20time). - For `serverRuntimeConfig`, just read from `global.process.env` directly in...
I ended up creating this script that periodically checks if the internet is up, and if not, automatically restarts the interface, based on the solution in this issue. ```sh #!/bin/bash...
I was hit by this bug too. I ended up re-implementing `useDatabaseListData` on top of [Nano Stores](https://github.com/nanostores/nanostores), which resolved the issue for me. The code is here: (Not a complete...
I created a workaround that works with Micrsoft Surface Pen on Microsoft Edge (other browsers untested). It might work with a Wacom tablet because it also emits button 5th (which...
All done in #782
For the clippy, you can install the [clippy](https://atom.io/packages/clippy) package. As for atom-ide-ui tooltips, pull requests are welcome!
Unfortunately I no longer maintain this theme as I switched to VS Code. Pull requests are welcome, though! :) On Thu, Jul 25, 2019, 13:21 地上马 wrote: > [image: 图片]...