Pavel Udaloff
Pavel Udaloff
As alternative to CLI you can try out web version of codegen tool https://github.com/Nedgeva/swagger-codegen-ts-ui If you'll find it's useful please let us know. Maybe it's a good idea to incorporate...
LGTM. Let's update dox a bit and then proceed with merging.
@raveclassic thanks for explanation! I found it's interesting topic for discussion. And I do understand why you implement things as it is. My thoughts are: - `map`/`combine` should return value...
AFAIK Syntax highlighting is not something that coming out of box. I used `react-syntax-highlighter` package as foundation for syntx highlighting.
I agree w/ @dotnetCarpenter. I guess we can simply pass blacklisted object names to options to omit them from compiling matched graph nodes. I'm not sure but sounds like some...
> @Nedgeva I left those console logs while trying to fix something. For some reason, the click handlers ain't working. I can't find the issue. Can you try as well?...
@wobsoriano I pushed changes to https://github.com/Nedgeva/deno-systray/tree/fix-deprecated-deno-run To be short: I cached spawned instance of child process, instead of spawning on each write line.