-
Hey -- I'm trying to import a proto definition, and what I'm trying to do isn't covered by an existing test case, so I couldn't model it off of that.
Basically I want to import the struct definitio…
-
When creating instances of messages, the optional values are correctly set to `nil`. But when decoding messages with optional values, the resulting struct-instance has the optional values to type-defa…
-
Extends #476.
JimiC updated
7 years ago
-
It's not able to compile `prometheus.erl` on **Ubuntu 14.4**
`mix.exs`:
```
defp deps do[{:prometheus, "~> 3.1.0"}] end
```
```
$ mix local.rebar
$ rm -rf deps
$ rm -rf _build
$ mix dep…
brust updated
7 years ago
-
Dear @slashdotdash , we are a fintech startup company, and we would like to use Commanded as our CQRS framework, but there are some critical differences that are pushing us to fork it and adapt for ou…
-
Link: https://ace.c9.io
-
I'm attempting to write a lexer for the [SuperCollider](https://github.com/supercollider/supercollider/) programming language.
I'm trying to run the tests as described in the readme, but I keep run…
-
### Issue Summary
Looks like when `ChoiceBlock` has a lot of elements - admin page goes to infinite loop. I could be wrong, but the same code worked earlier.
### Code
I have code like this:
…
-
When relying on default fields decoding may produce different values than the structures created with `new()`.
I have tests which confirm that encode/decode are reversible which worked fine with 1.…
-
FluffOS should build/run on OSX with packages installed with homebrew with ease.