Thorsten Schöning
Thorsten Schöning
I think I've ran into the same problem, but with Borg 1.1.6 and didn't upgrade at all. My repo only contains 7 days of archive history and am running `repository`...
And you are correct with that, as can be seen in my pull request where I needed a workaround for the CTOR of `ArrayList` as well. A bit surprising that...
I wonder if accessing `byte[x]` is even implemented? Can't find an example and if I do the following: instances: dummy: value: "[1, 2, 3, 4, 5]" dummy_0: value: dummy[0] I...
I've been hit by this as well today again and in my opinion there are three choices, which some KSY-author could choose amongst when defining an `enum` and how to...
> [...]But I'm not sure if this choice should be hardcoded into the spec (or at least not only in the spec), because different users of the same spec might...
> No. Instead the exception should be specific enough and contain the info in the machine-readable way.[...] "Machine-readable way" means unnecessary format decisions about what is provided how for whom....
> To clarify: with "users" I meant "users of the spec", i. e. developers who want to compile and use an existing spec (from KSF or another repo) that they...
I can't easily for various reasons, but I guess as well it would work that way. My point is more that I was surprised to see my explicitly provided `baseURL`...
Change what back to what and which tests? Don't know how to run some of `steal` if you mean those and I never provided `data-base-url="..."` in the `script`-element. It has...
Guten Tag Matthew Phillips, am Freitag, 8. November 2019 um 16:53 schrieben Sie: > I meant changing the line that's changed, `configSpecial.root.set( > (root === val ? "." : root)...