Brian C. Lane

Results 29 issues of Brian C. Lane

Should switch to using github actions at some point

In the C code it checks for the message sequence, order, and channel number: https://github.com/bcl/aisparser/blob/master/c/src/vdm_parse.c#L458 but in the Java parser it accepts whatever the current channel is: https://github.com/bcl/aisparser/blob/master/java/src/main/java/com/aisparser/Vdm.java#L115 (I no...

When the new grub2 iso is written to a usb drive the disk label points to a partition that does not include the full iso image. This causes checkisomd5 to...

modules
dmsquash-live

I followed the docs and was surprised and confused when no labels showed up. Ends up the main document page uses the old import path. Switching to "github.com/wcharczuk/go-chart/v2" made things...

eg. https://travis-ci.org/pykickstart/pykickstart/jobs/633961082 I had previously thought it was related to https://github.com/nedbat/coveragepy/issues/916 but as you can see it is pulling in v5.0.3 and still failing. While trying to debug locally with...

FYI in Fedora we are working on switching to using grub2 for bios booting from an iso, the current lorax PR is here - https://github.com/weldr/lorax/pull/1226 and the discussion thread is...

enhancement
stages

You have to update the whole field atomically, you cannot change them as you scan the cells. So move the alive update into the draw function. Fixes #1

This pull request includes: - [X] adequate testing for the new functionality or fixed issue - [ ] 1st commit of any `rhbz#` related PR contains bug reproducer; CI reports...

While fixing the linting for #2973 I noticed there were no timeouts, so I tried adding them. I'm actually unsure if they are really needed since none of these endpoints...