Michael Newton
Michael Newton
If a file change triggers a longer task, and an other file is changed `sos` interrupts the current task with an `AsyncCancelled` message. I'd then expect it to immediately restart...
Upgrading to the version v1.1 of InfluxDb, I'm now seeing error logs for failed writes to influx. The error message returned from influx is: ``` {"error":"partial write:\nunable to parse 'event_info,service=Name.StreamProcessingManager...
On trying to setup a pipeline for sentiment analysis on mono, mono crashes during the parsing phase. Full repro and stack trace available at https://github.com/mavnn/Advent2015-trial; you should be able to...
Because I think this is a better forum than twitter! @tpetricek do you mind explaining your opposition to using ROP based names? I'm not sure I'm seeing the issue yet,...
Some recent discussion[^1] made it clear that while "[Inkle has] always been against replicating array structures in ink because ink is not intended as a coding language ... there ARE...
While loading plugins dynamically makes sense in the most common Ink use cases, it is a bit of a pain if you're just referencing the compiler directly in a project....