Michael Weichert

Results 18 comments of Michael Weichert
trafficstars

Looks like it might be possible. I ask as I'd like to use ReasonML, and thought it be easiest to compile to bytecode first, and then use omicrob to compile...

@ncthbrt @austindd I'd be happy to help. > make more substantive improvements to the ergonomics or design of the library. Is there anything in particular you had in mind? I'm...

Hi @nepx thanks for your reply. As I got into some of the examples after submitting this issue, what you state above makes sense. One of the bottlenecks I'm seeing...

This is an exisiting issue, but its mitigated by the `hack` implemented above. For that reason, I'll consider this low priority.

Note, TzCompose offers this functionality. We just need to extend our TzCompose plugin to support this task.

I've found that this has to do with the axios-fetch-adapter: ``` async function getResponse(request, config) { let stageOne; try { stageOne = await fetch(request); } catch (e) { if (e...

I've created PR #289 to help address this, although for consistency, it might be best to add a `--tool/utility` option to browse as well.