Samuele Zolfanelli
Samuele Zolfanelli
I get the same ForbiddenException error even in this simple action hook: ```typescript action('users.create', async (input, { database, schema }) => { const usersService = new UsersService({ database, schema })...
Is there something that keeps this PR from being merged?
Added a first version of the setup with 28f9117f40ca83b50e4022a8733d4ffe8e007a47
At first glance seems like the x session starts correctly, but then exits immediately, probably because it doesn't find anything to run or the launcher crashes for some reason. Are...
The launcher uses OpenGL ES 2 so it should be ok, you're probably missing some required libraries or drivers. A few online researches should give you a solution. If you...
I see, no worries. it's unfortunate I can't dig into it, I'd really like to make the install process as straightforward as possible, but without a sufficient amount of devices...
It's perfectly fine to open an issue here! Can you describe your setup and the steps needed to reproduce your issue?
Alright, so, compton is compiled from source, unchanged: https://github.com/chjj/compton For Godot, you can take a look at my repository: https://github.com/samdze/godot-gameshell The source code of the native library is yet to...
I updated the repository with the source code of the native library and with basic instructions in the README, even though I'm not sure whether the procedure will work without...
Sure! The project is open source for exactly this reason!