Drayton Munster

Results 9 comments of Drayton Munster

I am also experiencing this issue and available to test. The issue is that messages are sent as rendered HTML (https://github.com/fraschetti/Octoslack/blob/master/octoprint_Octoslack/__init__.py#L4349). Thus, any markdown/emoji must be processed on the Octoslack...

If you're amenable, I can throw together a PR for this.

Sorry for taking a while to respond @fgrosse, I've gotten quite busy these past couple weeks. I should have time to put something together this weekend if you'd like. If...

According to the test [`Test_ReflectFromStructNonUnique`](https://github.com/go-ini/ini/blob/fcd6cc399e588727c1231f4ea187d1b963536bcc/struct_test.go#L667), this seems to be intended behavior. In particular, ```go // note: using ReflectFrom from should overwrite the existing sections ``` I also found this behavior...

My intention had been to run in a plain windows environment. Sadly, I've been a bit busy and this fell by the wayside.

Easily remedied via build tags if need be. Is there a particular reason to shell out instead of just exec'ing directly?

Without much thought put into the consequences or work required, some options presented in no particular order: - We could add an executor interface where the default is a shell...

That is correct. Since the custom execute method has access to the `Task`, it could potentially change _any_ of the hashed fields used for `Task.TempDir` except for the substream IPs...

No worries, I’ve been trying to follow along with isotope while I’ve been out of town and hope to poke at it later this week.