Tommy van der Vorst
Tommy van der Vorst
Loving quaint so far - we are using it to build an OData service in front of a database. In our use case we are querying the database for schema...
As there are currently no real websocket clients out there that work on Linux, extending Kitura-Websocket to be a client would be very helpful. Looks like adding client-side capability would...
_Not sure if this is the right place to post this (seems related to the build scripts from this repository and not necessarily specific to the hello world template)_ Trying...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary Currently Plane has advanced views functionality _within_ projects, as well as a...
I am running `14.0 (23A344)`. After reinstalling `cargo-outdated` due to some issues with OpenSSL, I encountered this issue: ```` % cargo outdated *** Terminating app due to uncaught exception 'NSInvalidArgumentException',...
Before this change, the rebaseline script would generate test reference based on 'about:blank' (at least running it on my macOS system). This commit allows 'about:blank' through the assertion and only...
### Bug Description When querying from a table that has `TINYINT` column, an error is returned: ```` Any driver does not support MySql type MySqlTypeInfo { type: Tiny, flags: ColumnFlags(NOT_NULL),...
On Windows, running BERT models leads to an error about loop unrolling in HLSL. Apparently one of the shaders has a loop with a too large (static) number of iterations....
https://github.com/gfx-rs/wgpu/pull/4042
This is a first attempt at addressing #169 as well as an earlier suggestion to move ONNX out of the IR. tl;dr, this PR exposes a 'builder API' that allows...