Kamal Al Marhubi
Kamal Al Marhubi
Right now, all the generated targets have `visibility = ["//visibility:public"]`. This allows a kind of strict dependency violation where a build target could depend on a maven artifact not mentioned...
Since a lot of people will be adapting the skeletons here, it might be nice to have a special exemption that allows them to license it under whatever license they...
When bors merges a batch of PRs it becomes painful to revert a single one. The revert link Github adds to such a PR currently results in a 500. Eg...
There are a few ways this can happen, and it's annoying to wait for a full run in all cases: - amend to fix a typo in the commit message...
This is related to https://github.com/bors-ng/bors-ng/issues/90 but allows using the built-in GitHub org teams feature to manage reviewers.
The current approach to getting an OAuth token is suboptimal. A better approach would be to use `xdg-open` / `open` to direct the user to GitHub's site in their browser...
I don't have a clear repro for this. But I've seen it happen with just these two steps: - super+tab a few times - ESC It happens maybe every other...
It's hard to keep track of all the amazing things coming up in Rust. Frequently I'll find out something I was interested in got stabilized 2-3 releases ago and I...
**Description** I'd love to have a visual way to understand my tasks and dependencies between them. **Solution** Taskwarrior prevents cycles, so the dependency graph is acyclic. This means we it...
I'm attempting to write something on Linux that sniffs UDP packets headed to a particular port, and duplicates them to another. I'm comparing pnet and pcap. I'd like to stay...