Bert Verhelst
Bert Verhelst
This PR adds more options for checking the response of http requests. You can perform these checks:  This changes the structure of the http requests a bit. It combines...
added error parameter for load example just a small mistake :D
This will output a warning if you're trying to join a relation that isn't allowed by the controller. example: The controller config: ``` @Crud({ model: { type: StoreEntity, }, query:...
According to these docs it should be partial: > Request Body: resource object (or partial) | resource object with nested (relational) resources (or partial) https://github.com/nestjsx/crud/wiki/Controllers#update-one-resource Without this you get errors...
I'm trying to get vosk to work inside nodeJS on Windows: * Window 10 21H1 (OS Build 19043.1288) * NodeJS v16.10.0 * npm 7.24.2 * vosk 0.3.32 But i get...
Otherwise you get this error: XMLHttpRequest cannot load https://r5---sn-cxab5jvh-cg0el.googlevideo.com/videoplayback?dur=16.901&lmt…ss=yes&cpn=30E7n7GFP1iKltGo&c=WEB&cver=1.20161219&range=0-7959&rn=1&rbuf=0. A wildcard '*' cannot be used in the 'Access-Control-Allow-Origin' header when the credentials flag is true. Origin 'https://www.youtube.com' is therefore not...
I found a way to switch between inline and fullscreen video on iOS since they added a playsinline attribute to safari mobile from iOS 10 and up. https://webkit.org/blog/6784/new-video-policies-for-ios/ The video...
- Made sure directive won't break by a minification process => $compile would be lost https://docs.angularjs.org/tutorial/step_05#a-note-on-minification - Removed unused oldvalue from watch signature - Added missing semicolon
Functions currently throw an exception, but I use this to output a readable error object. So I don't want any exceptions from pretty print. ```js var json = { foo:...