Iain Merrick
Iain Merrick
I've just started using `npm-run-all` and I was wondering about exactly this. It would definitely be good to document the behavior. I'd be in favour of strictly executing globs in...
It certainly looks like this project is unmaintained! I've just been trying it out myself, and found it wouldn't install out of the box on macOS because its `level` dependency...
How about avoiding enums entirely and just making it a union of strings?
I'm a new Rust user, hopefully it's appropriate to add my 2¢ here! It seems like Rust enums are really algebraic sum types, which is great, but C-style or particularly...
Finally started working on this. Just a couple of capitalization fixes needed, but there's some other weird problem on Linux -- discussing it on the Swift forums here: https://forums.swift.org/t/swift-run-behaving-oddly-on-linux/55046
I just hit what I think is a related issue, where an OpenAPI spec that includes a bare `object` field generates a model with `[String: Any]?` that isn't `Equatable`. In...
@Cy-4AH `--option anyType:Data` may be another workaround
I just ran into this problem, and confirmed that the fix works for me too (thanks @zhuyinli!) What needs to happen to get this fix into a release?
I'm curious too. I just started using this library, and hit a bug reported over a year ago (https://github.com/openid/AppAuth-iOS/issues/479) with a one-line fix provided a few months ago (https://github.com/openid/AppAuth-iOS/pull/656) that...
@kiliman Hope it's OK to send you a drive-by PR!