Thomas Fini Hansen

Results 39 issues of Thomas Fini Hansen

Trying out marionette for a project, I ran into some problems with geckodriver. First off, it would just hang rather than exit. Tracked that down to a `sleep 1000`. That...

![image](https://github.com/crystal-lang/shards/assets/229422/ce42306d-38c5-4b5c-ab0a-f1429badba6b) I believe it's because `Log::IOBackend` defaults to `DispatchMode::Async`, which dispatches the write to a fiber which then doesn't gets scheduled before the following puts. I think the most sane...

kind:bug

The configurator suggests scheduled builds for libraries, and a lot of shards seems to be doing this. But it seems that GitHub might have a bug in the scheduler handling....

The output could use some work, it's a bit odd that tearoff and apply got pretty similar output. All commands should probably have a summary message at the end such...

It's the recommended format for d.o patches, so we should look into producing those.

Pretty printing of yaml file. Scanning recursively for yaml files and printing a birds eye view off applied patches in a project could be handy too.

In case anyone think they can add comments. For bonus points mention a safe key for adding notes.

enhancement

Updb has already done it.

bug
enhancement

If ssh fails, the commands fail, but it's not immediately obvious that it's a ssh problem. Usually it's the sanity check that fails, but it claims that the repo is...

bug

The Push API is deprecated: https://www.flowdock.com/api/push The new Messages API allows for much nicer messages, but threatens with OAuth: https://www.flowdock.com/api/messages Might as well fix #27 and part of #32.