Willem Mulder

Results 10 issues of 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...

question

### Describe the Bug When creating a Many to One field on Directus Users I get this error message ![image](https://user-images.githubusercontent.com/70933/181484832-066eccb6-460b-456b-846a-8e9485bf5418.png) The field is generated regardless, but it is in an...

API
Bug
DB: SQLite

### 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...

API
Needs More Info

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:...

question

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...

auto:bug

### 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),...

sdk

### 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...

C-bug