Barys

Results 19 comments of Barys

@GalGreenfield I was having the same issue with Valheim (r2modman mod manager). I had warning in logs, something about config manager might not work with current version of bepinex. After...

Say I'm creating a profile and I want to pick some mods from other profile. I can't remember all the mods I want to install so I got to switch...

hey guys. making a simple trading app for logging my trades. I'd love to have a way to seed database with coin symbols, coin names and coin pairs. A way...

@mertsincan hey. I'm having the same issue. No other library have their imports missing from import suggestion list. It only occurs with primereact components =( It's not dependent on the...

lack of auto import is a significant drawback because it forces me to manually import components, which can be time-consuming.

I believe only major changes would fix the issue. Like rewriting the whole library in typescript. Or separating modules that require 3rd party packages from the core package. Or both.

@melloware @N1rm4l I've tested it a few months back, it was working. Just tested it again and it's not working anymore ¯\\_(ツ)_/¯ also, this problem doesn't exist in Webstorm (autoimports...

`browser.runtime.onMessage.addListener` callback's 3rd argument `sendResponse` should also be typed. Rn it's signature is ```ts sendResponse: () => void ``` but the correct signature would be ```ts sendResponse: (data: T) =>...