nenw*
nenw*
Could you upload your atom-discord log here? 1. Enable logging in atom-discord Settings > Troubleshootings. 2. Reboot atom 3. You can get your log at ~/.atom/atom-discord/log.txt
According to the discord, the error 1000 seems to mean `Unknown Error` (not really helpful). First, does the symptom persist when you use the default app id? Second, if it...
If you don't mind, please try the installation from source code as the dependency of atom-discord is not well-managed currently
Actually, I couldn't find any native modules in production dependencies. But in development dependencies, which are useless except you are developing atom-discord, there was a native module named `fsevents` (You...
I'll create a branch and start to integrate with teletype. - Activate participate button when teletype server opened. - Add count of collaborators to the project text. - Make they...
The OP has used `React.StrictMode` , so I have suspected that makes `useEffect` run twice. But, unfortunately, I could made [another repro for this issue, without StrictMode](https://codesandbox.io/s/dispatch-setstate-jyv6np?file=/src/App.js). This should run...
> SyntaxError: Invalid % without number in /Users/path/to/file Unfortunately, this error also occurs when it's not dealing with the color. ([Example](http://lesscss.org/less-preview/#eyJjb2RlIjoiLmEge1xuICBAc3ZnOiBlc2NhcGUoJzxzdmc+PC9zdmc+Jyk7XG4gIC0taW1hZ2U6IHVybChcImRhdGE6aW1hZ2Uvc3ZnK3htbDt1dGYtOCxAe3N2Z31cIik7XG59IiwiYWN0aXZlVmVyc2lvbiI6IjQuMS4zIn0=)) And also occurs when it's not dealing with the...
> Therefore, the following should be functionally equivalent to your example - just without all the additional run-around: But even though it is quoted using the `"@{svg}"` interpolation, it does...
> web-viewer 가 redux5 와 redux6 을 같이 쓰는건가요? 아뇨 `react-redux@8` 만 써서 사실 redux5 지원을 날려도 상관없긴 합니다. 그러나 혹시 몰라서 일단은 둘 다 지원하게 해뒀습니다. 그냥 떼고 package.json...
1. `layout.tsx` 와 `page.tsx` 는 분리할 필요가 크게 없다고 생각합니다. 2. `@/features/tauri/ipc` 의 경우 `@/ipc` 로 상위로 옮겨도 될 것 같다는 생각이 듭니다. * 기능 단위로 나뉘어져있는 `features` 하위에 들어가기에는...