Ayrton Sparling

Results 51 issues of Ayrton Sparling

I'm calling `MFXVideoVPP_Query` from my application but cannot seem to get past it returning a `MFX_ERR_UNSUPPORTED`. I've diff'ed the two trace logs (one from the sample_vpp application) but they are...

Set is much faster, even on small arrays. Code in question: https://github.com/padenot/ringbuf.js/blob/016d963826a63aa715ae0e2d6ccd34f44c093c11/js/ringbuf.js#L346-L350 **Benchmark**: `input` is 10,000 F32, and `subInput` is 100 F32. ![Screenshot from 2023-08-08 15-08-53](https://github.com/padenot/ringbuf.js/assets/2512197/53920363-aa71-4c00-9109-aa009df81d9c)

```v bstone/udpsocket.v:81:63: error: unexpected `sizeof`, expecting `name` 79 | // level, optname, optvalue 80 | bufsize := Default_Buffer_Size 81 | C.setsockopt(sock, C.SOL_SOCKET, C.SO_RCVBUF, &bufsize, C.sizeof(bufsize)) | ~~~~~~ 82 | 83...

bug

Trying to connect via `[email protected]` but connection fails instantly. The device is pingable. Connecting via the device's ipv4 works as expected. ```sh [Info - 04:49:09.444] Resolving ssh remote authority '[email protected]'...

https://developer.mozilla.org/en-US/docs/Web/API/Worker/Worker ``` var myWorker = new Worker(aURL, options); ``` Worker supports an options variable being passed to the worker constructor. These options are required to enable es modules. https://github.com/ai/offscreen-canvas/blob/ef3ac052cf3db22dd370ab9578fe5b0b982a9124/create-worker.js#L3

### Have you searched for similar requests? No ### Is your feature request related to a problem? If so, please describe. Cannot pass through command line flags to docker instance....

🦄 Feature Request
⚰️ Stale
📦 Docker issue

Raspberry Pi only supports the multi-planar API. Could we get another method (or modify the current [`v4l::output::device::Device.enum_formats` method](https://docs.rs/v4l/0.10.2/v4l/output/device/struct.Device.html#method.enum_formats)) that allows us to specify the buffer type? We need to allow...

enhancement

I tried to compile my own font using the BDFs from https://github.com/powerline/fonts/tree/a44abd0e742ad6e7fd8d8bc4c3cad5155c9f3a92/Terminus/BDF but it still results in a white box for special characters :( Original: ![screenshot from 2017-06-14 14-27-18](https://user-images.githubusercontent.com/2512197/27155408-bcdd2328-510d-11e7-8028-a557c47126f4.png) Output:...

Let me know if you have any questions.