Mitchel Humpherys

Results 29 issues of Mitchel Humpherys

It would be nice if I could jump to device tree nodes using global. An example of a device tree file: https://github.com/lp0/linux/blob/rpi-linear/arch/arm/boot/dts/bcm2835.dtsi I would assume it would make sense to...

When I send mail using `gnus-outlook-style` the font seems reasonable when I check it in Outlook. But when I use Outlook Web Access (the web-based Outlook interface) the font is...

If `iedit-only-complete-symbol-*' is being used then there are some extra characters added to the occurrence string which make the string a regexp to only match symbols. The user might not...

This PR contains a few fixes and cleanups: - Bases the major mode on `special-mode`, which exists for just this sort of thing, rather than the more bare-bones `fundamental-mode`. -...

### Problem I'm trying to install Rust using the recommended `rustup` command: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh but it's failing like so (with `--verbose`): ``` info: profile...

bug
incomplete

Ever since I upgraded from `0.2.0-beta` (yes, I was a few years out of date) to `1.5.0` my Rollbar items from my Flutter app haven't been getting a "Framework" value....

Do I need to do anything to be able to see context (local variables, etc) in my Flutter stack traces? Currently it always says `No context to show!` ![image](https://github.com/rollbar/rollbar-flutter/assets/152014/319b62ad-ec85-4def-807e-d0215d6a3b4f) This...

As demonstrated by #75, we really need some automated tests on this thing. I'll look into our options but if anyone knows of any other GS extension doing automated tests...

Fixes #124 ## Description of the change Since Rollbar will no longer be publishing package updates to pub.dev, it will be helpful for many users to "vendor" the Rollbar packages...