Reinis
Reinis
Added `.exact()` for `Record`. It allows to check that incoming object doesn't have additional fields. Close #41 First I tried to create `{ strict: true }`, but `validate`, `check` etc....
### Allows to run clippy in subdirectories and corectly puts annotation You can test with ``` - uses: reinismu/clippy-check@master with: token: ${{ secrets.GITHUB_TOKEN }} working-directory: my-directory args: --all-features ``` ###...
Respect for your work, but could you give a bit of guidance on how to get till running linux with this? Have been through multiple wikis now and I still...
First thing what I wanted is windows search so I made simplest one I could. I did come by some bugs so I set Index to be one way and...
I'm not sure if this is the place to open this issue, but maybe I have missed a config option to do it. I'm currently writing a driver for AS3910...
This was blocking me to create `.so` lib using whisper.cpp. I'm not very familiar with CMAKE. Is there another way to fix this without change?
I have a hard time figuring out what exactly I have missing ``` Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081 FAILURE: Build completed with 2 failures. 1: Task failed with an...
I have been running cefsrc in docker for a while now. Everything was fine until recently I updated docker images and it segfaults :( I assume issue is in this...
When running on MacOS I notices that sometimes the call process spawn will crash ``` Error: spawn EBADF at ChildProcess.spawn (node:internal/child_process:421:11) at spawn (node:child_process:761:9) at Object.execFile (node:child_process:351:17) at exec (node:child_process:234:25)...
Starting code to use GPU. Following https://github.com/krukah/robopoker/issues/16 - [X] Invoke some code on GPU from cards (Can create hand) - [ ] Solve hand strength on GPU Currently can't compile...