ynhhoJ
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.   In VSCode everything is okay:  
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?  Source: https://github.com/preactjs/signals/blob/d78f522411e6dec25c79b345bccb490c5fa57728/packages/react/README.md#usesignals-hook Can you provide a minimal example, please?