-
### Describe the bug
I am using a PCIe switch PCIe x1 to 4 x PCIe x1 successfully on the cm4 to access more than one PCIe board.
Now I try to migrate to RPI-5 with a M2-HAT and a DELOCK 62584 Adapt…
-
# Summary
add an alternative panicking mechanism, `defmt::abort`, that does NOT use the `Logger` infrastructure but still reports *some* information to the user when used with `probe-run`.
# Mot…
-
- `node -v`: v19.4.0
- `npm -v`: 9.2.0
- OS: OSX 12.6 arm64
- Command run: `snyk test --unmanaged --json | npx snyk2spdx --output=spdx.json`
### Expected behaviour
Expected an spdx file to be g…
-
Scope; many openEO users want to enable AI model inference through openEO. However, they do want to limit what users can do with the model (e.g. downloading the weights)
Currently we run model infere…
-
- [x] Make Blobfinder PR for UDF parameter passthrough https://github.com/LiberTEM/LiberTEM-blobfinder/pull/42
- [x] Set header detail configuration resp. deal with missing header
- A missing…
-
# Problem definition
Currently, we keep the proto files in all the SDKs, if we have to change anything we will need to manually update the proto files in all the SDK repos. Which isn't easy to mai…
yhl25 updated
4 weeks ago
-
### Go version
go version go1.22.6 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/larry/Library/Caches/go-bu…
-
KSQL UDF-
-
- Get and cache questionnaire definitions.
- Validate the current incoming data based on the definition.
- Special checking of each branching logic.
- Output Success or Error along wi…
-
In https://github.com/scylladb/scylladb/pull/15983 I discovered a Scylla configuration option I wasn't aware of, `user_defined_function_time_limit_ms`, which by default limits UDF execution time to 10…
-
The `postLoadCommands` in the `ConvertTable` function can take a long time for large tables because indexes are created there. Moving them to before dropping the old table could prevent blocking reads…