ynhhoJ

Results 45 comments of ynhhoJ

@bikeshedder, thank you for response. I think it's related more for Rocket which uses own `rocket_sync_db_pools` in connection with diesel. But i will glad if you can give me an...

Thank you for your example and detailed answer! I know, it's not stackoverflow, but i don't know if error what i get on compile my RUST project is my bad...

@noseglid How we can use 69.0 version? I tried to install manually, but it doesn't work...

``` rror: Cannot find module 'atom-package-deps' at Module._resolveFilename (module.js:543:15) at Module._resolveFilename (C:\Users\lJohh\AppData\Local\atom\app-1.30.0\resources\electron.asar\common\reset-search-paths.js:35:12) at Function.get_Module._resolveFilename (C:\Users\lJohh\AppData\Local\atom\app-1.30.0\resources\app\src\module-cache.js:354:58) at Module.require (file:///C:/Users/lJohh/AppData/Local/atom/app-1.30.0/resources/app.asar/static/index.js:40:43) at require (C:\Users\lJohh\AppData\Local\atom\app-1.30.0\resources\app\src\native-compile-cache.js:66:33) at Object.activate (file:///C:/Users/lJohh/.atom/packages/build/lib/build.js:16:5) at Package.activateNow (C:\Users\lJohh\AppData\Local\atom\app-1.30.0\resources\app\src\package.js:230:33) at measure (C:\Users\lJohh\AppData\Local\atom\app-1.30.0\resources\app\src\package.js:206:33)...

@noseglid , i think, if you can delete temporarily 0.70.0 release, we can try to install an 0.69.0 release...

@jloow , thank you, it's work for me!

I have the same problems usign Webstorm with the latest version of plugin. `each` doesn't recognize `data` as `Book` type. ![изображение](https://user-images.githubusercontent.com/22500212/161402231-06ae14f9-0e8a-4cfa-b080-708e1dd1bd95.png) ![изображение](https://user-images.githubusercontent.com/22500212/161402236-5774539b-d6ca-4f6e-81e1-9176cdbb0e2e.png) In VSCode everything is okay: ![изображение](https://user-images.githubusercontent.com/22500212/161402288-80a6aafd-478c-42ce-b449-21e3533e5b3f.png) ![изображение](https://user-images.githubusercontent.com/22500212/161402294-039fd6f6-6f41-43b2-9068-666fce2d8d56.png)

About half a year ago I tried to create an ESLint plugin to easily migrate from Vee-Validate from version 3 to 4, but unfortunately development has stopped shortly. While revisiting...

@williamboman , it is possible to do like this: 1. If user doesn't have `pwsh` - use `powershell` 2. If user have `pwsh` - use `pwsh`

@JonAbrams , do you use it like this? ![image](https://github.com/preactjs/signals/assets/22500212/198792e3-0223-48df-832e-5b70e6234994) Source: https://github.com/preactjs/signals/blob/d78f522411e6dec25c79b345bccb490c5fa57728/packages/react/README.md#usesignals-hook Can you provide a minimal example, please?