ousado

Results 8 issues of ousado

The current proposed design requires different await wrapper functions for different types of Promises, Tasks, etc., as well as additional parenthesis, both of which is quite clumsy. It also requires...

Does malfunction expose ocaml exceptions (and if not, what's required to make that happen)? Both for ocaml interop and as a target for languages supporting exceptions, that would be a...

Parsing negative NaiveDateTime timestamps with #[serde(with = "ts_milliseconds")] (and other implementations) fails. ```rust use chrono::{NaiveDateTime}; // 0.4.19 use chrono::naive::serde::ts_milliseconds::deserialize as from_milli_ts; use serde::Deserialize; #[derive(Deserialize)] struct S { #[serde(deserialize_with = "from_milli_ts")]...

When following the exact steps given in the [sqlite todos example](https://github.com/launchbadge/sqlx/tree/master/examples/sqlite/todos), I get several of these errors when trying to execute `cargo run -- add "todo description"`: ``` error: error...

In static scope, e.g. when initializing static variables, type parameter constraint checks are inconsistent in Haxe version 3.2.0, in current development the issue doesn't occur, but it should be taken...

test-needed

This PR adds associated constants to enum `impl`s representing enum aliases in protocol buffer enums as shown below. The aliases can be referenced by prost when used as default values,...

Which kinds of anons do we want to support? we need C-style structs for externs (we can't easily have a header for these) we need something more strict than the...

Initially I wanted to look into replacing TCP with QUIC, but since datacake-rpc uses hyper, it's probably better to wait for / experiment with https://github.com/hyperium/h3. For the time being, hyper-rustls...