Lastofthefirst

Results 16 comments of Lastofthefirst

Same issue, is there a workaround? I'm new, and just want to change one key D:

@ElishaAz Your Vosk keyboard (https://github.com/ElishaAz/Vosk-Voice-IME/releases/tag/v1.0.0) is exactly what I am looking for! What would it take to polish the ui a little further? Im not familiar with java. I feel...

I'm getting the following error: `There is an error with your API connection: JSON.parse: unexpected character at line 1 column 1 of the JSON data` As I understand this means...

Alright so if I update mongodb, can I get this working? (though I'm not sure exactly how I would update mongodb in caprover yet)

I updated to `ohmyform/api:latest` and `ohmyform/ui:latest` and `mongo:latest` with no luck, I still see the same error states. On dockerhub I don't see an explicit 1.* version, just .9.9 and...

I am having the same issue, I set up NEBD following [this](https://medium.com/@shivekkhurana/persist-data-in-electron-apps-using-nedb-5fa35500149a) article, and packaged following [these](https://medium.com/@shivekkhurana/hi-diego-73f2de1f7445) instructions. I am not sure where to start debugging the packaging process. Have...

Thanks for the reply, here is what ended up working for me: const dbFactory = (fileName) => Datastore.create({ filename: (process.env.NODE_ENV === 'dev' ? `${__dirname}/..` : process.resourcesPath) + `/data/${fileName}`, timestampData: true,...

Thanks, this worked for me.

This is an important feature. Is there something else in the vite plugin ecosystem that can make up for this feature in the meantime? @FatehAK