Chris Hansen

Results 3 issues of Chris Hansen

The individual modules themselves (e.g. bootstrap, jQuery) have licenses referenced in them (e.g. Apache 2, MIT), but there's no mention of a license for the files generated by initializr or...

It looks like storm 0.8.2 uses a Long for the topology timeout, even if it's set to an Integer initially, so using a Number works for both.

It looks like [the core loop](https://github.com/vishna/watchservice-ktx/blob/ca6d94bae18db4b6972e4055d5ed1747df218cb0/src/main/kotlin/dev/vishna/watchservice/watchservice.kt#L93) is using up a lot more CPU than it should due to a busy-wait, correct? Would it be better to sleep between iterations? Btw,...