-
# Broken Links
**This is an automated issue created in a weekly continuous integration job 🤖.**
This issue contains a list of links external to The Turing Way that appeared to be broken when the che…
-
The Azure SDK has an `ObjectSerializer` abstraction that allows components to serailize types on behalf of the user without having to know the serialization technology.
### Proposed API
```C#
n…
-
JDBI integration was available in 1.1.x (https://github.com/immutables/immutables/tree/fix1.1/common/src/org/immutables/common/jdbi)
It was dropped in 2.0. As far as I can understand it was based on o…
-
After doing lots of manual grading of notebooks, I have found that doing so in the static HTML nbgrader web app doesn't work. A few issues I ran into:
- I found that I often wanted a new comment space…
-
**Submitting author:** @armcdona (Ashley Ringer McDonald)
**Repository:** https://github.com/calpolyccg/MDSAPT
**Branch with paper.md** (empty if default branch): JOSS_Pub
**Version:** v2.0
**Editor:*…
-
-
I am encountering a bit of strange behavior with the Transpiler recently. It always happens after activeRepos gets reloaded. Basically the problem is that after pull all, the transpiler freezes, and …
-
With static abstract interface methods, consider:
```C#
using System;
public class C : IMethods
{
public static void M() { }
}
internal interface IMethods
{
static abstract void M…
-
Currently the IDE suggest with Span not to use slice but instead use the Range indexer (IDE0057: Slice can be simplified to this). So the original code:
``` CS
new Vector(B.Slice(Idx))
```
is…
msedi updated
3 months ago
-
We need to be able to access the SIM card filesystem in order to work some magic while collecting relevant and necessary network data, not available from AOS API.
There may be many ways to read the …
E3V3A updated
2 years ago