Jim Simon

Results 9 comments of Jim Simon

This could be implemented now as a new Assertion and not be a breaking change. Maybe call it `viewable`?

Any chance this can be merged in and released?

Yeah, there's two problems with the current implementation: 1. The tagged commit doesn't include the CHANGELOG entries for that version 2. The tagged commit's pubspec is behind by a release

Just stumbled upon @jakemac53's solution above (using `.build.yaml`) and it appears to work. I'm using it for `inject`, though I might switch to a different DI library since each source...

I'm running into this issue when attempting to use dinghy + xhyve + our Cisco AnyConnect VPN. When I'm connected to the VPN, I get the following log output from...

Even better would be functionality like what's offered by the conventional-changelog package (on npm). There's a pub package called "changelog" that's close for non-mono repos, but still not quite right...

So a lockfile (which deno supports) allows you to fix the versions to a degree. Some way to do resolution overrides also helps (import maps might provide this). So there...

I'd also love to use this library with typescript (without babel)! What's the remaining work here? Just some sort of config to switch to TS mode? I'm not sure how...