steinarb
steinarb
It would be nice if there was a maven central deploy of the fonts. I prefer to keep bundle.js as small as possible, so I serve as much as I...
In maven multi module builds, I frequently want to build only the module I'm currently working in (because that's a lot faster than building the entire reactor build). It would...
I'm indexing a maven project on windows which that used native indexing and ended up indexing a lot of uninteresting files in the target directories. I tried adding "*target" and...
[The jackson-format-avro pom references avro 1.8.2](https://github.com/FasterXML/jackson-dataformats-binary/blob/master/avro/pom.xml#L34) which has jackson 1.9.13 as a transitive dependency. [Avro moved to using jackson 2.x on version 1.9.0](https://issues.apache.org/jira/browse/AVRO-1126) and [is using jackson 2.9.9 from avro...
I'm working on a script that reverses RSS feeds https://github.com/steinarb/feedreverser I'm trying to reverse a wordpress feed so that I can use feediverse to post the feed entries in cronological...
This is the part of FasterXML/jackson-databind#2434 that relates to changes to the jackson-modules-java8 project.
There are some files I would like to exclude from prettier formatting, because they are more readable if I can have one line per declaration: 1. The redux actions definitions...
This is the part of FasterXML/jackson-databind#2434 that relates to changes to the jackson-annotations project.
It would be nice of nxml-mode indent could be controlled/overruled from an .editorconfig file.
readOnly={true} disables DatePicker instead of preventing edit (and keyboard appearing on mobiles)
The problem occurs in react-picker version 1.6.0 ### Expected behavior That the DatePicker would pop up allowing to select a date when clicking into the DatePicker <input> field, but the...