Martin Nordholts

Results 29 issues of Martin Nordholts

Closes #40 This is a draft of what kind of change we should do when https://github.com/rust-lang/rust/pull/99787 has landed. I think I want to add more tests, but this is a...

If you stand in the root of this git repo, you can run this command to build the HTML docs of say the `rustdoc-json` crate: ```bash cargo doc -p rustdoc-json...

enhancement

Our integration test for bat contains this line: ``` pub fn bat::controller::Controller::run_with_error_handler(&self, inputs: Vec>, handle_error: impl Fn(&Error, &mut dyn Write)) -> Result ``` which is what docs.rs displays.

waiting-on-upstream
limitation

If a `struct Foo` implements both e.g. `TryFrom` and `TryInto`, the output will contain ``` pub type some_crate::Foo::Error pub type some_crate::Foo::Error ``` This is because both `TryFrom` and `TryInto` has...

enhancement

Consider this code in `src/lib.rs`: ```rust enum Foo { Bar(usize) } ``` This code contains at least 3 public items: 1. The enum itself 2. The enum variant `Bar` which...

enhancement
waiting-on-upstream

Right now `struct`s are in one group and `struct field`s are in another group. It would be much more logical to group a `struct` together with its `struct field`s. Same...

enhancement

From https://sourceforge.net/p/recordmydesktop/bugs/95/ I had some problems when I edited ogv files from recordmydesktop in Openshot. Because of that I converted the files to mp4 using ffmpeg. This gave me the...

bug

From https://sourceforge.net/p/recordmydesktop/bugs/98/ > When I record something, the video is tinted purple. That's basically all I can say about this, it happens even when "outline capture area on screen" is...

bug

From https://sourceforge.net/p/recordmydesktop/bugs/93/ The taskbar icon does not appear in Ubuntu 14.04, either in Gnome or KDE (and forget Unity which doesn't have a task bar), so the recording has to...

help wanted

From https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641178 ``` Package: recordmydesktop Version: 0.3.8.1+svn602-1+b1 Severity: important Subject says it all. Repeatable. ``` and I can reproduce this, by just making a long recording, and checking in `ls...

bug