Tommy van der Vorst

Results 89 issues of Tommy van der Vorst

See e.g. https://docs.syncthing.net/specs/relay-v1.html

[What Bitcoin does against sybil attacks](https://en.bitcoin.it/wiki/Weaknesses): ` Bitcoin makes these attacks more difficult by only making an outbound connection to one IP address per /16 (x.y.0.0). Incoming connections are unlimited...

security

The maps functionality of Vega would be a lot more useful if it would also support tiles. This would allow for e.g. satellite or road map backgrounds, or even visualisation...

Would really like to have Starscream on Linux as WebSocket client (a WebSocket server is already available through Kitura-WebSocket but a WebSocket client is currently missing, and the server WG...

enhancement

We need to track 'readable' state because wgpu does not allow us to map buffers for reading that are also mappable for writing. We currently do this by passing 'output...

Several ONNX operators such as [Reshape](https://github.com/onnx/onnx/blob/main/docs/Operators.md#Reshape) and [ConstantOfShape](https://github.com/onnx/onnx/blob/main/docs/Operators.md#constantofshape) take in two inputs, where the first is the input data and the second defines the shape of the output data. This...

**Is your feature request related to a problem? Please describe.** Currently, WONNX will allocate a buffer for each operator output. This output buffer is then read by at least one...

**Is your feature request related to a problem? Please describe.** In order to be able to test correctness of the implementation it would be a good idea to be able...

**Describe the bug** When you feed AveragePool an NxCxWxH tensor where the output WxH (which depends on the kernel size) is not divisible by four, the following error occurs: ````...

onnx-compliance

First of all, thanks for this great library! Really appreciate all the effort you are putting in it. I am encountering a panic `Value of type Date("\'2019-08-07 10:04:50\'") is not...