-
This issue came from a discussion of #425 at a recent [design meeting](https://docs.google.com/document/d/1lG4Oj-ybcsjCkS_iyWPsfS7ZfnJMl-lbZvbuIbsxi00/edit#heading=h.fr5owh5s06k4). This proposal is a…
-
I have notice that there is a memory issue while affiliates are uploading packages via the gui. It seems really noticeable when the package is 5GB or greater. Xymon starts to send warning for example…
-
setup:
https://github.com/KRRT7/Nuitka-performance-suite/tree/dev/benchmarks/finished/disabled_bm_dask
with the following yaml
```yaml
- module-name: 'distributed.http'
implicit-imports:
…
KRRT7 updated
4 months ago
-
Hello,
I am keen of having conditional statements work. In tensor flow:
tf.cond( pred, true_fn=None, false_fn=None, name=None)
e.g. tf.cond(x < y, tf.add(x, z), tf.square(y))
However I can…
-
Not a bug report, but a suggestion that might make supporting any format useful (I tend to work with really weird bespoke binary formats).
Any thoughts on adding support for arbitrary format suppor…
remy updated
4 months ago
-
If a response is send, maybe we don't need to send a MessageAck? A response should be enough confirmation that the message was received.
For example, according to the current spec, the exchange sho…
-
Currently, the metadata file is in binary format.
Strings in the metadata file are not null-terminated and there are no lines, thus no end-of-line characters (or sequences of characters). As far as…
-
While looking into https://cdn.jsdelivr.net/npm/@xenova/transformers@2.2.0/dist/transformers.js I can see a reference to **ort-wasm-simd-threaded.wasm** however that one never seem to be loaded for wh…
-
Running this program:
```
MODE 3
PRINT STRING$(100, "0123456789")
```
results in the first line wrapping one character early on the Pico, but not when run locally in a native console; I don't und…
-
```
The compiler isn't able to resolve the class-initializer parameters in
HardwareSerial back to constants. I think the only way to fix this is to
give each serial port its own class that uses the co…