-
-
### Background and motivation
I'm using keyed DI to manage multiple versions of a document in a DI-based store. As part of this work, I need to implement a API that provides information to the end-…
-
The current implementation of Client generator will throw exceptions when the response code is not 2XX, even when the wrapResponses option is set to true. It is perfectly valid and not exceptional for…
-
Seems we are the only two people use Swift with notebooks. Anyway, I think we need to collaborate on a new header-like library called JupyterDisplay. I have a prototype: https://github.com/liuliu/swif…
-
This feature request is similar to [units of measure in F#](http://msdn.microsoft.com/en-us/library/dd233243.aspx).
For example:
``` typescript
const metres = 125;
const seconds = 2;
let spe…
-
This is a topic that will be very important when we start implementing actual gameplay.
Once the fundamentals have been implemented OpenSAGE will face a bit of a dilemma: how do you play and test i…
-
Since there will be plenty of questions/discussion, I am frontrunning these by opening an issue here to have all the comms in one place.
https://code4rena.com/blog/code4rena-spring-update-2024
-
Hi,
I have noticed a surprising behaviour. My progream is spawning multiple tasks, and each of them is calling into some par_iter functions.
I would expect a spawn task to complete as soon as it…
-
Union types express a subtyping relationship, but I am unclear as to whether typeclasses (i.e. Rust's traits) do?
If a `trait B` extends another `trait A` and `B` reuses the implementations of `A`, c…
-
@Amanieu provided the following example [here](https://github.com/rust-lang/unsafe-code-guidelines/pull/212#issuecomment-543616045), where the `Channel` should be placed in inter-process shared memory…