-
The YAML tree resolve is great, as it allows me to use anchors. The result is then parsed as a JSON tree (using cJSON), which I am more familiar with.
Basically, I have a defaults-file, which has:…
-
### Code
Code is proprietary unfortunately :( but I did narrow it down to a single line change.
The `create_session` signature looks like this:
`pub async fn create_session(&self, params: Cr…
-
Do we want to add support for nullable to OxyPlot? We null _all over the place_, so it would probably be a fair amount of work deciding what should or shouldn't be nullable.
I'd be happy to do this…
-
### Code
```Rust
use std::fs::{self, DirEntry};
use image::{DynamicImage, GenericImageView};
use imageproc::drawing::draw_line_segment_mut;
use serde::{de, Deserialize, Serialize};
use std…
-
The reason for the proposal will be clear if one understands the problem it is meant to solve, which arises from a slight shift between RDF semantics and the syntax JSON folks would like.
The problem…
-
### Code
I was not unable (yet) produce a minimal example. I used a https://github.com/launchbadge/sqlx (master branch), and applied following diff (just comment out one structure field):
``…
-
### Code
(hand-reduced)
```Rust
#![feature(transmutability)]
#![crate_type = "lib"]
pub enum ApiError {}
pub struct TokioError {
b: bool,
}
pub enum Error {
Api { source: A…
-
### Code
(hand reduced)
```Rust
pub trait A {}
pub trait Mirror {
type Assoc: ?Sized;
}
impl Mirror for dyn A {
type Assoc = T;
}
struct Bar {
foo: (x: &'a ::Assoc,
…
-
### Code
```Rust
#![feature(impl_trait_in_assoc_type, const_precise_live_drops)]
trait Trait {
type Opaque1;
}
impl Trait for &'a () {
type Opaque1 = impl Sized;
fn con…
-
### Code
```Rust
```
### Meta
`rustc --version --verbose`:
```
xavier on xavier.zone in common at rococo-v1 via 𝓡 v1.52.0-nightly takes 1m6s
Fri Mar 19 13:14:22 2021 - 50%
✗ r…