-
The -fn API is not very idiomatic and detains me from trying this lib. Skimming over the code, it does not appear to serve any particular purpose like pre-compiling anything. Instead it creates overhe…
-
## Problem
Idiomatic JSON naming convention is to use plural names for collections, e.g:
```json
{
"name": [...]
}
```
### Solution
We propose using plural names to hint that the va…
-
We need an API that exposes the concept of symbol tokens and tables to users. It is probably worth looking at amzn/ion-go#11 as an example of a modern take on this in another implementation, though o…
-
Idea: "pay as you go"
## Goals
- reduce the API surface for idiomatic Polaris apps
- reduce the size of minimum viable payload for Ember apps
- eliminate the entanglements that reduce the benefits …
-
The stackoverflowerror could be easily reproduced under MacOS. Try the following code:
```julia
mapping = Dict("a" => rand(Int64, (1,2000)), "b" => rand(Int64, (1,2000)), "c" => rand(Int64, (1,200…
-
**Describe the bug**
I am using `xmlbuilder2` in Node writing my code in TypeScript. I am unsure what is the recommended / idiomatic way to import the type `XMLBuilder` which is defined in `node_mo…
-
This is a open reply to a question raised in a [go-kit issue](https://github.com/go-kit/kit/issues/350) which was locked preventing direct response. @fluxibox @peterbourgon @AdamJacobMuller
First, …
-
We should bring rules_boost to the Bazel Central Registry.
In the long term there should be `rules_boost` (this repo) and `boost` as drafted [here](https://github.com/bazelbuild/bazel-central-regis…
-
During the implementation of #218 I discovered that some unittest-style assertions we're checking against are actually not from `unittest.TestCase` but from Django's `SimpleTestCase` (namely `assertNo…
-
I'm too lazy to fork and PR right now, sorry ^^
I just think that
```rust
let msg = info.payload().downcast_ref::