Mark McCulloh
Mark McCulloh
Since this isn't an issue, this might be a good fit for a discussion instead https://github.com/projen/projen/discussions I haven't tried anything projen-related with this but you may want to use an...
Completions do show up (but need to be manually triggered) There is no signature help though, is that the issue?
I like the `abstract` and `for` ideas for this. I don't think it should rely on classes sharing a name, though, I think both users and the compiler will appreciate...
> there's no way for an inflight to add info to the tree about its connection data Could the inflight host (e.g. OnRequestHandler) add the connection itself? It knows what...
Fair, forgot to reference the language ref. > There are tradeoffs to both kinds of type systems Of course, but I feel like we've already made the choice to treat...
I enjoy that wing's toolchain allows you to choose a runtime. I'm definitely not against having an opinioned default (embedded even) but it should still be easy to choose a...
> Expand the node on another layer, on top of the map +1 to this idea if we can avoid the modal (as Chris mentioned). I think it's very common...
Personally I find ternaries readable and dislike `if` expressions. I also dislike variable shadowing though so I'm probably just a luddite ¯\\_(ツ)_/¯
Should this be a replacement for the DEBUG env flag or should setting --debug simply set DEBUG?
> I think DEBUG and --debug should be the same Makes sense, I'm down for that. Once we have better support for debugging wing itself I feel like we'll have...