dawg

Results 72 issues of dawg

Interestingly Gitlab also supports some "bot" commands in the comment field, e.g. `/wip` to toggle WIP. dlang-bot could delete such comments after execution in order to reduce spam on PRs....

enhancement
1-do

To avoid "Exited with status -1 (agent lost)" failures like [this one](https://buildkite.com/dlang/phobos/builds/769#b171e9f7-3879-482c-b001-c0dc300b5daf/128-721), we should run a soft-shutdown of hetzner cloud servers before finally deleting them. Unfortunately their API doesn't seem...

Might turn out interesting for us as well. - [ansibullbot/ISSUE_HELP.md at master · ansible/ansibullbot](https://github.com/ansible/ansibullbot/blob/master/ISSUE_HELP.md)

enhancement
1-do

Right now it's really easy to overwrite everything else in your crontab by just running then whenever command. Since the crontab entry already has delimiters (also used by the `--update-crontab`...

feature

http://forum.dlang.org/post/[email protected] http://www.linuxprogrammingblog.com/threads-and-fork-think-twice-before-using-them

Would be nice to integrate this with things like systemd, upstart and init.d.

Looks like sth. went wrong during codegen, both void commit(Map, Handler); and Single rxCommit(Map); are missing from `io.vertx.reactivex.kafka.client.consumer.KafkaConsumer` and `io.vertx.rxjava.kafka.client.consumer.KafkaConsumer`. ```sh javap -classpath vertx-kafka-client-3.5.0.jar io.vertx.reactivex.kafka.client.consumer.KafkaConsumer | grep -Fi commit\( ```...

Hello, tried to switch the root FS of my ARM64-2GB server to btrfs (using btrfs-convert). It seems that the initial kernel lacks the btrfs.ko module to mount that FS. Any...

There are test suites for [hoedown/hoedown](https://github.com/hoedown/hoedown) and the official markdown parser. The goal should be to become fully "standard" compliant.

- add user id for each result - compare with `d.SetId(user.Id)` in `resourceUserRead` see [User](https://pkg.go.dev/google.golang.org/api/admin/directory/v1#User)