B E C H

Results 9 comments of B E C H

I have this issue as well. **Error:** ``` TypeError: Cannot read properties of undefined (reading 'create') ``` **Code:** ```js app.use( session({ secret: process.env.SECRET, store: MongoStore.create({ mongoUrl: process.env.DB, dbName: 'maindb', collectionName:...

I am having the same issue. My root folder looks like this: ``` - contracts - node_modules - scripts - test .gitignore hardhat.config.js package.json README.md yarn.lock ```

This should be possible. You can use Electron ``GlobalShortcut`` https://www.electronjs.org/docs/latest/api/global-shortcut for a system-wide keyboard shortcut. The only concern is finding and running the Discord javascript that enables the microphone and...

I believe that this SIGSEGV is also happening in [umami](https://github.com/umami-software/umami) with the configuration below. Not sure if its useful, but the error is reproducible with the Docker images, containers and...

> umami-software/umami#1876 @aqrln I am having the same issue as @yumusb with umami as well. ( [See my reply](https://github.com/prisma/prisma/issues/18510#issuecomment-1497608613) ) I am using the Oracle Cloud ARM A1 Ampere processors...

> Have you found any solution for this problem? Sadly not - I ended up disabling UFW and just using Docker to only expose the ports to the host machine...

@juanpablob I believe this is abandoned... Seems like @darkmatter18 is only approving PR's for dependency updates. The project is really cool tho, so I'm considering picking it up and rewriting...

@kazem3d Yes, I did. The only thing that does not work out of the box is the private routes with ``@auth-kit/react-router``. It's because that the ``@auth-kit/react-router`` package is using ``"react-router":...

@allisonadam81 Thanks! Excited to follow the development ! 👍