Sergey

Results 112 comments of Sergey

I am going to try to use https://github.com/pubkey/broadcast-channel to solve this issue. It has a `LeaderElection `mechanism, ensuring that only one worker will be running. Then I will post messages...

Check https://github.com/quolpr/harika/issues/244#issuecomment-1155158857 about maintance info

Hi! Actually I am going to freeze my project for the better time 😓 I don't have enough time/money to keep working on it, and I got a job at...

@lauraannwilliams could you please merge it? 🙏

I have exactly the same issue with JetBrains and NerdFont and Alacrity 😞️ Is there any way to use lsp-status without nerd font? Thanks!

``` React, { useState } from "react"; import onClickOutside from "react-onclickoutside"; const Menu = () => { const [isOpen, setIsOpen] = useState(false); const toggle = () => setIsOpen(!isOpen); Menu.handleClickOutside =...

I have the same issue. I can't use sqlite3 in preload.ts due to this bug. The interesting thing — on first run (with `yarn start`) it works ok but only...

I also tried https://github.com/electron-userland/electron-forge/issues/575#issuecomment-422877001 (I added sqlite3 to external dep) and https://github.com/vercel/webpack-asset-relocator-loader/issues/161 seems to be related, but it didn't help

Here is the error on HMR happens (I am on macOS btw):