Marcel Otto
Marcel Otto
Maybe I'm missing something, but is there a way to stop parsing with a `:error` tuple which is directly passed through as the overall result? I'm using Saxy for writing...
I want to parse the result of a SPARQL XML result like this: ```xml My name is alice ``` and get everything under the `literal` node as a string, i.e....
We have a use case in which we want to call an EctoStateMachine event on an existing changeset of the model with the state machine. I could achieve this with...
Affected tests: - Expansion - _Test 0034 - Multiple properties expanding to the same IRI_ - _Test 0035 - Language maps with @vocab, default language, and colliding property_ - _Test...
Within erlex, the lexer and parser are generically named as `:lexer` and `:parser`. This generic naming has led to conflicts with other libraries that employ `:lexer` and `:parser` modules in...
First of all, thank you for this wonderful project. I'm writing a Burrito-wrapped CLI and am wondering how it is supposed to run tests. When defining an application entry point...
The buttons in various documents trigger the Mix tasks of Magma via the [Obsidian Shell Commands plugin](https://github.com/Taitava/obsidian-shellcommands). A shell script in the `.bin` folder of your Magma vault is used...
In the Panpipe library (an Elixir wrapper for Pandoc that uses exile), users reported crashes under high concurrency: https://github.com/marcelotto/panpipe/issues/8 ``` [error] GenServer #PID terminating ** (MatchError) no match of right...