Jens Bannmann

Results 30 issues of Jens Bannmann

Please add a review or at least some hints on the YubiKey 5 series, especially the differences between YubiKey NEO and YubiKey 5 NFC, and those between series 4 and...

With ical4j `4.0.0-beta7`, it seems impossible to use `WrTimezone` from ical4j-extensions `2.0.0-beta2`. The reason is that `CalendarBuilder` does not allow specifying `ExtendedContentHandler` either in the constructor or via a setter,...

**Describe the bug** When a recurrence rule uses `FREQ=WEEKLY`, calling `Component.calculateRecurrenceSet()` results in the following exception: ``` java.time.temporal.UnsupportedTemporalTypeException: Unsupported unit: Weeks at java.base/java.time.Instant.plus(Instant.java:861) at java.base/java.time.Instant.plus(Instant.java:207) at net.fortuna.ical4j.model.Recur.increment(Recur.java:849) at net.fortuna.ical4j.model.Recur.access$1800(Recur.java:153) at...

For users who like the Insomnia UI model more than the Postman UI model, add an option to disable tabs completely. ### Rationale One thing I **loved** in Insomnia is...

### Problem After I selected an Insomnia file for importing, a dialog appeared that displayed the name of the collection and a box labelled "Location" with a "Browse" link beneath....

Every time I want to navigate to a bookmark, I would like to have it in a new tab. Can you please provide an option somewhere to permanently make that...

Silverchain error messages use different formats for AG code locations: > Conflict: String#L12C5, secondA()#L15C9, secondB()#L17C9 > line 13:15 no viable alternative at input 'Foo{voidfirstsecond' This should be made consistent, no...

Referencing a fragment that is not defined (e.g. due to a typo) causes the following NPE: ``` java.lang.NullPointerException at silverchain.parser.adapter.ASTBuilder.visitFragmentReference (ASTBuilder.java:454) at silverchain.parser.adapter.ASTBuilder.visitRuleAtom (ASTBuilder.java:214) at silverchain.parser.adapter.ASTBuilder.visitRuleElement (ASTBuilder.java:199) at silverchain.parser.adapter.ASTBuilder.visitRuleFactor (ASTBuilder.java:188)...

Due to sloppy editing, at one point I ended up with an AG whose structure looked as shown below (except that the rule ended after the `*`). I was confused...