Mike Perham
Mike Perham
I grab the raw CSS from `css/` and adjust a few custom properties. I prefer no build in my project and don’t use npm at all. My main worry right...
That feature was not ported with the original functionality because I didn't deem it safe to stop a job mid-execution. If I'm misunderstanding the feature, let me know. I'm not...
Ah, right, that makes sense. I think at the time I was evaluating the feature, I felt it increased the complexity of the mental model too much. Jobs can be...
@fatkodima I'm open to it. Do you want to start a new issue or PR to discuss specifics?
I totally missed the fact that we aren’t stopping the job mid-execution, we are stopping after an iteration, which is safe to do. Glad to see this land, thanks @fatkodima!