Meotimdihia

Results 104 comments of Meotimdihia

2 simple ways in `.vscode/lautch.json` ```js //1 { "name": "Launch via NPM", "request": "launch", "runtimeArgs": [ "dev", ], "runtimeExecutable": "yarn", "skipFiles": [ "/**" ], "type": "pwa-node" }, //2 { "command":...

Need to parse S2 as the season number. ex, my code: ![Overwolf_2020-01-16_23-23-45](https://user-images.githubusercontent.com/300961/72542760-4372f780-38b7-11ea-961e-fc63d92b28e7.png) I need to search the title in the database but S2 is not detected.

@davidkaneda hi, "update on reload" is unchecked on my browser.

Tested all scripts in this issue and always get problems. I am trying to use this module and it works well for now: https://github.com/moxystudio/next-router-scroll

I just tested with 10.0.5 again. Scroll restoration still random, even if it works, the position is not the same as the last position. My pages almost render on the...

I can't share the code but I used use it with disableNextLinkScroll option: ```javascript ```

`moxystudio/next-router-scroll` not working anymore. ---- ```javascript const [mounted, setMounted] = useState(false) useEffect(() => setMounted(true) }, []) return ( renderFullScreenHeight() // scroll restoration was stopped at here {mounted && renderSomething()} )...

I am getting this error, with both example: ``` import pino from "pino" async function main() { const transport = pino.transport({ targets: [ { target: "pino-sentry", options: { dsn: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"...

@bvaughn please take a look at this problem. It is annoying and takes up space when seeing it at the browser's console. And we can't suppress this warning too.