jscul
jscul
This issue persists on Ubuntu 21.04 and like the other person mentioned... ``` # System default openssl_conf = default_conf ``` ...does not exist.
Guessing no solution was found for this? Temp solution for future visitors is setTimeout with 1 minute delay.
I am still getting this error. ``` Error: Can't find meta/_journal.json file at Object.readMigrationFiles (/home/jscul/Software/blog-tutorial/node_modules/src/migrator.ts:40:9) at migrate (/home/jscul/Software/blog-tutorial/node_modules/src/node-postgres/migrator.ts:9:21) at _migrate (/home/jscul/Software/blog-tutorial/app/db/migrate.ts:6:10) at Object. (/home/jscul/Software/blog-tutorial/app/db/migrate.ts:9:1) at Module._compile (node:internal/modules/cjs/loader:1218:14) at Module.m._compile (/home/jscul/Software/blog-tutorial/node_modules/ts-node/src/index.ts:1618:23)...
I'm seeing the error: ``` TypeError: Long.fromInt is not a function. (In 'Long.fromInt(1000)', 'Long.fromInt' is undefined) at /home/x/Code/playground/dist/server.js:40386:25 at /home/x/Code/playground/dist/server.js:18:74 at /home/x/Code/playground/dist/server.js:40554:15 at /home/x/Code/playground/dist/server.js:18:74 at /home/x/Code/playground/dist/server.js:41261:46 at /home/x/Code/playground/dist/server.js:18:74 at /home/x/Code/playground/dist/server.js:42217:17...
Are you guys missing Long as well @ThatOneBro? ``` TypeError: Long.fromInt is not a function. (In 'Long.fromInt(1000)', 'Long.fromInt' is undefined) ```
Seeing the same issue. Also not seeing the revert changes on "Create commit" page. I tried a clean install... same issue. How is it so difficult to simply revert to...
I like that idea. "Revert to latest commit" makes me think I'm reverting the master branch, not my local changes. VSCode uses: "Discard All Changes" and "Undo Last Commit".
> We do not prioritize this feature since we focus on e2e tests. Let's wait and collect some upvotes. > Jun 2, 2022 This is a necessary feature for a...