Christophe de Vienne
Christophe de Vienne
Solve the case were a proto2 file is in the dependencies and we cannot remove it (and is a less-invasive solution than #19) Example: `protoc "--elm_out=excludeFile=google/protobuf/descriptor.proto:."`
Add support for custom types in the generated code.
If a 'ini-name' tag is set on the option, write it to file even if the option is a function.
Ligatures are not enabled when characters have a different background, which is probably the right thing when the background change is a window separation. But when the background change is...
**Describe the bug** Shift+backspace in a term buffer does not work as expected. Instead of deleting the last character, it types '7;2u'. The problem does not occur: - in a...
Implements polling, fixing #64. By cleverly playing with service subject params we should be able to implement polling subsets.
Currently the client side can be configured at runtime to use a different subject. The server side, on the other hand, uses constants to define the subject it listens to...
Currently the client has no mean to slowdown the emission of the messages by the server. There should be one, that should not slow down emissions just because of its...
The Subject() function on the generated handlers build the subject of the handler. It currently insert wildcards for all the parameters, which is suitable for a subscription that aim to...