Yghor Kerscher

Results 11 comments of Yghor Kerscher

Essa solução parece bem boa. A seção do manual correspondente precisa ser atualizada também nesse caso.

@paddycarver I took a quick look inside the codebase, and it seems the culprit is: - `resourceJobRead` is not implemented - there is no metadata to discern changes other than...

I was planning on adding this, but since there is the additional dependency I might create a separate package just for this command and link to here for a proper...

Thanks for the link @rvion, and for the heads-up @lukexi. I'll check the discussion there :)

The example above is useless, but I guarantee it's useful in practice ;)

I've sent a PR to solve this partially in the default Haskell package: https://github.com/sublimehq/Packages/pull/110 Is there interest in further work on this?

Cool. It's ported with some additional niceties. :)

Perhaps you could consider using something like [D-Bus](https://www.freedesktop.org/wiki/IntroductionToDBus/), with [Rust bindings](https://docs.rs/dbus/0.5.3/dbus/)? Most (all?) of the plumbing is then taken care for you, and for things like notifications, menus and status...

There's also the issue of retaining window positions and all state upon restart. [This haskell library](https://github.com/willdonnelly/dyre) might be a good inspiration for implementation :)

Would the `bash_profile` version where you have to `eval $(certstrap --completion-script-bash)` be acceptable? This avoids having to change any installation routines and affecting the user global state. Reference: https://github.com/alecthomas/kingpin#bashzsh-shell-completion