Willem Mulder
Willem Mulder
Hi, I'm just getting 'deeper' into speech-recognition and would really benefit from an example using the 'official language models' files as they are provided for pocketsphinx here: http://sourceforge.net/projects/cmusphinx/files/Acoustic%20and%20Language%20Models/ Right now...
### Describe the Bug When creating a Many to One field on Directus Users I get this error message  The field is generated regardless, but it is in an...
### Describe the Bug I try to create a One to Many field with a foreign key set to an earlier created Many to One field. In other words: I...
This allows us for example to define `referentialIntegrity = "prisma"` which is required for databases like PlanetScale
I just came across pocketsphinx in 100% javascript! See this repository: https://github.com/syl22-00/pocketsphinx.js. Would it be an idea to use that instead of the c-version: it cuts down on dependencies and...
### Question I want to read the audio of a live stream. So what I currently do is const data = await youtube.getBasicInfo(videoId); const format = data.chooseFormat({ type: 'audio', quality:...
Fix: implement this function in Auth_Sprig ``` public function check_password($password) { } ```
### Checked other resources - [x] I added a very descriptive title to this issue. - [x] I searched the LangChain.js documentation with the integrated search. - [x] I used...
Issue: 500 Internal Server Error when trying to set custom exampleIds when calling createExamples()
### Issue you'd like to raise. I'm using the latest Typescript SDK (v0.2.11) and try to create examples like this ```Typescript await client.createExamples({ exampleIds: includedRecordsForDataset.map(record => "Example " + record.id),...
### Describe the bug When running SWC like this npx swc src/app/v1/simple.js --out-file public/v1/output.js --watch The first compile is a proper 1:1 copy of the .js file. However whenever I...