Lee M

Results 51 comments of Lee M
trafficstars

I don't have the machine in front of me right now, but from memory this was consuming about 2-3% of CPU, and after this update it wasn't showing up in...

Hmm maybe this is why I was having issues performing a soft-restart of a HTTP/2 Vapor server. I remember seeing quiesce/shutdown errors.

I've noticed that sometimes this bundle is removed from `Resources`, and other times it's randomly readied before the end of the build, but *after* the build script is run. This...

👍 Looking to migrate a large project.

If I can help in any way, let me know. The build errors I'm seeing seem to relate to the use of `NSDecimalNumber` and lack of conformance to the `Numeric`...

Thanks @danthorpe

Is there any reason to still use `NSLocale` over `Locale`?

Is this stable now? Was the issue with `minorUnits` solved in the end?

Just reading the header comment in `StreamMap` (which I should have done before posting this issue, sorry) - it notes that a tradeoff was made resulting in slower lookups, but...

> Thanks for filing this: I think the debug builds are vastly overestimating the cost of the `StreamMap`. `CircularBuffer` is an abstraction over `Array`, and so it provides extra layers...