Eric Blade
Eric Blade
fwiw, adding targetNamespace="urn:whatever" seems to solve the issue for Amazon MWS XSD files. Unfortunately, there doesn't seem to be a complete archive of those files anywhere to try to run...
@moltar i just created a little script that turns the MWS XSD's into ts definitions using cxsd: https://github.com/ericblade/mws-types
backtrace 2 with mesa debug symbols added ``` #0 0x00007fffffff9700 in ?? () #1 0x00007fffeea7a96d in ?? () from /usr/lib/wsl/lib/libd3d12core.so #2 0x00007fffeea7a242 in ?? () from /usr/lib/wsl/lib/libd3d12core.so #3 0x00007fffeea82a58 in...
Similar crash in Qt6 application ``` #0 0x00007fff7f7f8a60 in ?? () #1 0x00007ffff0a2c96d in ?? () from /usr/lib/wsl/lib/libd3d12core.so #2 0x00007ffff0a2c242 in ?? () from /usr/lib/wsl/lib/libd3d12core.so #3 0x00007ffff0a34a58 in ?? ()...
All of these work with GALLIUM_DRIVER=llvmpipe specified instead of letting it default to d3d12
There are many different possible ways to filter false readings. A fairly simple way is implemented in my react example: https://github.com/ericblade/quagga2-react-example/blob/master/src/Scanner.js That just checks Quagga's internal error count in what...
I don't have anything specifically configured. DNS does not work in any of my containers unless I specify a dns server setting in the docker config. Gluetun is the only...
100% if I remove the dns setting in my docker config, none of my containers, including gluetun, can access DNS, and the gluetun healthcheck fails. And none of the advice...
Hi there! Difficult to say without any information about what your program code is, or what sorts of barcodes (especially with a sample) you are trying to scan. Please provide...
Hi there! Thanks for the sample. One of my goals for this, is to break it up into pieces so that it will work more like a pipeline, than an...