Jens Bannmann
Jens Bannmann
@Mogztter, I have submitted the PR mentioned above as GuntherRademacher/rr#22.
@Mogztter: Gunther merged the PR and published the first release. 🎉 ``` de.bottlecaps.rr rr-lib 1.67 ```
Here's another example:  https://writing.exchange/@cyborg_writer/109733666086939301 Tapping, long-pressing or swiping would be really annoying when there are multiple long-text options. Also, none of them would be discoverable. So as @connyduck wrote,...
Note: the stack trace was produced by a 0fab283 build of Silverchain.
Thanks a lot! I'm glad that you like the idea. 😃 > I'd like to continue looking for a better syntax of the multiplication feature for a while (but not...
I think I have come up with a syntax and specification that could work. To explain it, I have split it into two distinct features. ## Feature 1: Multiplication This...
Another example: the post https://nerdculture.de/@[email protected]/111402046830063348 appeared in my home timeline and is in Hebrew (lang=he). My "Public timelines - filter languages setting" is set to English and German. My "subscribed...
I had the same problem. It seems that recent Maven versions block any repository that has a `http://` URL. Luckily, JSweet's Artifactory serves HTTPS just fine. The main JSweet `pom.xml`...
@lgrignon, I think this issue should stay open until `candy-generator/pom.xml` includes that fix.
Another use case which was not yet mentioned is throwing exceptions that include the parameter name: ``` set foo(String value) { _foo = ArgumentError.checkNotNull(value, nameof(value)); } void bar(String data) {...