Lyndon Armitage

Results 9 issues of Lyndon Armitage

Beep beep

With an event similar to the attached scheme 3 namespaces are created. 2 of these are Dataset namespaces and 1 is a job namespace. When trying to access one of...

bug

### Describe the bug I've been trying to get my neovim working as a replacement for IntelliJ (especially given their support for Scala 3 is so-so), and to that end...

I tried to run the docker build with the following code: ```bash docker build --compress -t visual-scala-reference . ``` Which failed on step 3: ``` => [2/8] RUN apk update...

TOML version [0.5.0](https://github.com/toml-lang/toml/blob/master/versions/en/toml-v0.5.0.md) was released recently. It may be worth assessing if there are any breaking changes/needed enhancement to extend support for this version of the specification.

Addresses #49 Uses [toml4j](https://github.com/mwanji/toml4j) to add TOML support for the [version 0.4.0 of TOML](https://github.com/toml-lang/toml/blob/master/versions/en/toml-v0.4.0.md). At original time of writing the specification for [TOML 0.5.0](https://github.com/toml-lang/toml/blob/master/versions/en/toml-v0.5.0.md) was not released. There are few...

I've written a small library to add support for the [TOML](https://github.com/toml-lang/toml) configuration format [here](https://github.com/LyndonArmitage/vertx-config-toml) using the [toml4j library](https://github.com/mwanji/toml4j). Is there any interest in creating a pull request and adding this...

I am consistently getting the following error when using the application (even when using the latest Development build): ``` Error when calling API: Error parsing JSON: [json.exception.parse_error.101] parse error at...

Bug

_This is just a suggestion (as my puppet knowledge is quite limited)._ It might be useful to add in the ability to use a puppet file server URI as a...