Ibrahim Awwal
Ibrahim Awwal
Hmm, so the described public API in post 1 seemed quite straightforward. My implementation is below. Interestingly enough, the function I wrote earlier for fixing SCSS-lint property order errors worked...
Any possibilities now that the referenced PR is merged? I'm using [Pronto](https://github.com/prontolabs/pronto/) which uses Rugged, and it'd be nice to be able to run it from a worktree. I think...
Ah yeah, I would guess so. Happy to help facilitate in any way that I can!
I would find this very useful for multiple application environments. A lot of our alerting is automated through AWS Cloudwatch alerts and Terraform but unfortunately the ScoutAPM alerts need to...
Thank you for posting about this! I have been wondering about this for years (but not enough to actually look deeply into this apparently) and was very confused why the...
I did a local install from git source on Ubuntu 22.04 and most of the keybindings also don't appear to be set, in particular the workspace switching ones don't work....
This would make things much easier to glance at, right now with the colors meaning different things on different pages it's hard to just look at a graph and know...
Hi @lrperlmu, thanks for the detailed request in #22! If you'd like, you could elaborate on your expected behavior here as well. Since filing that issue we have added a...
Hi Mike! That's a valid concern, thanks for bringing it up! Note that if you pass in `buffer=False` to JSONTestRunner print statements won't be included in the autograder output, but...
Hi @bryceadam1! Sorry for the delay in getting back to you. I think this behavior is [from the `unittest` library itself](https://docs.python.org/3/library/unittest.html#unittest.TestCase.shortDescription) (we are simply [calling `test.shortDescription`](https://github.com/gradescope/gradescope-utils/blob/master/gradescope_utils/autograder_utils/json_test_runner.py#L24) to populate this), so...