Nicolas

Results 16 comments of Nicolas

Hello, I'm in the exactly same issue as @AntonyDamico, can you share your solution if you still have it please ?

It was just the format don't mind me!

If someone is still struggling with this problem (hello next.js user), you can use this : ```ts import dynamic from 'next/dynamic'; // @ts-ignore const DynamicFileViewer = dynamic(() => import('react-file-viewer'), {...

For example, there is row with group name = Utilities. If I search something starting with 'u' it will focus the cell with the name utilities and lose focus on...

It work only when i manually rotate the device but didn't work with Appium driver.setOrientation() (even if i send the good parameters). Did you ever had this issue ?

Ok, to everyone who got this issue on a nodeJs server. I used spawn to launch the script with some parameters but child_process.kill("SIGINT") doesn't really close the process so the...

+1 I have the same issue with all zoom value. EDIT: After a few tries , I ended up finding that it was the dimension of the pdf which caused...

Sadly I can't share a reproduction for you, but it's quite large monorepo with 103 projects inside

Yes nx graph is working fine. If I do nx graph --file=./index.json it works as well, it's really specific to the html output

Yes `--file=output.json` is working fine, just the HTML output seems broken. The json is generated in 0.80s, the HTML takes minutes and then crash.