Troy

Results 57 comments of Troy

Neat that the maintainer came back to update. I don't know how much of a breaking change it would be.

More so like having subcommands in a separate file. Like if I have a lot of commends related to build they could be in a `build.maskfile`

working on this feature made me realize the structure of this crate is not rust 2021 and also uses some strange tactics like a compile feature to toggle ssl verify....

I am particularly referring to using feature flags to change interface. How rust feature flags work is if any dependency in the compile tree enables the flag the feature is...

Hi, previously I was doing something like this. ```ts /// This is a bit hard to understand, but it's basically a custom exchange that // will send all operations to...

Well, not exactly a terminating exchange. Essentially I was conditionally toggling the fetch exchange based on if the websocket was open and ready. exchanges after this exchange would still be...

```ts const wsExchange: Exchange = ({ client, dispatchDebug, forward}) => { const wsExchange = wsSink({ client, dispatchDebug, forward: () => never, }); return (ops$) => { // Here we filter...

They render for both on my instance ![image](https://user-images.githubusercontent.com/49777269/178380754-d01cab33-e51e-4e4d-ab33-177f9b449a37.png) ![image](https://user-images.githubusercontent.com/49777269/178380894-83049a8d-26dc-4267-9a66-702f673f25da.png) but you are correct they didnt use to render. Not sure which way to lean on this, should colors in timeouts...

@juhaku any updates on this PR?