Jonas Schürmann
Jonas Schürmann
IANAL, but I think the Commons Clause exeption cannot be combined with an AGPLv3 license. Quoting from the [AGPLv3](https://www.gnu.org/licenses/agpl-3.0.txt): > ``` > 7. Additional Terms. > > [...] > >...
I've been reading about Conflict-Free Replicated Data Types (CRDTs) lately and it looks like they would be a good fit for HedgeDoc if the current Operational Transformation (OT) implementation should...
> # Cannot use Import or Export > The `Update.Msg` type of your program cannot be reliably serialized for history files. > > Functions cannot be serialized, nor can values...
Right now, the signature of `andThen` is ``` andThen(decoder, fn) ``` Changing the order of the parameters to ``` andThen(fn, decoder) ``` would adhere to the idea that you first...
In https://github.com/rtfeldman/elm-css/blob/1f3f8f67339c38033f7a9fc878063d4807afb040/src/Html/Styled/Attributes.elm#L29 it says that the `style` attribute was removed, but it is actually defined further down in the file. The documentation should probably be worded differently.
I am trying to build a Spring Boot project using this Maven plugin and `buildMaven`. No matter what I do, I never get all the dependencies into the maven repository...
Because [GitHub removed support for the `git://github.com/…` protocol in 2022](https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git) many packages from GitHub can no longer be pulled. Replacing all `git://github.com/…` URLs with the corresponding `https://github.com/…` URLs fixes the...
SSCCE: https://ellie-app.com/cLFfCt4bKa1/1 ## Versions - Elm: 0.18 - style-elements: 4.2.0 - Browser: Chromium 61.0.3163.100 - Operating System: Arch Linux