Nikolay
Nikolay
Also having `SyntaxError: Invalid regular expression: /[\s\S]{4}(((((((())))))))[\s\S]{3})/: Unmatched ')'`. Started having it randomly. `Intl.__disableRegExpRestore()` works. But the workaround won't work in this case: ```js // Determine if the built-in `Intl`...
@limonte https://gitlab.com/catamphetamine/webapp-frontend/-/blob/master/src/components/OnLongPress.js No pointer events though.
@john-doherty Nyet
Note to devs: One could decode "escape characters" like this: ```js import unraw from "unraw"; let step1 = unraw('http\\u00253A\\u00252F\\u00252Fexample.com'); // yields "http%3A%2F%2Fexample.com" // Then you can use decodeURIComponent to further...
@sudipta1411 How did "escape characters" end up in your data in the first place? Perhaps you should first `unraw()` it and then call this library's functions.
@tarwaghila > Is there a way to add style to the Cells ? > Like borders, font, backgroud color? If you're talking about `write-excel-file` then searching the readme by "font"...
@MoJo2600 Yo bruh, want some?
In case you wondered, it's backwards-compatible, so non-breaking. https://github.com/reduxjs/react-redux/releases > React-Redux now requires the new useSyncExternalStore API in React 18. By default, it uses the "shim" package which backfills that...
Так, я понял, "Not under active development". Ну вообще да, пять лет уже, так долго проекты не живут. Есть какой-то lynxchan, но я его не смотрел. Он на Node.js и...
> Список роутов вот, там внизу самом Ага, вижу. ``` /api/posts ApiPostR PUT /api/posts/#Int ApiPostByIdR GET PATCH /api/boards ApiListBoardsR GET /api/boards/#Text/page/#Int ApiBoardR GET /api/boards/#Text/threads/#Int ApiThreadR GET /api/boards/#Text/threads/#Int/deleted ApiDeletedPosts GET /api/feed/page/#Int...