Dan Callaghan

Results 14 issues of Dan Callaghan

If the tests are run with stdout redirected to something that isn't a tty (for example to a log file) there are some failures: ``` $ python setup.py test |...

bug

## Describe the issue I was bringing the network on my machine up and down a bunch of times (network issues in the office) and I observed crashes in polybar...

bug
help wanted
confirmed

In [this old comment](https://github.com/sup-heliotrope/sup/issues/205#issuecomment-657184815) I claimed that message headers are supposed to always be 7 bit, but today I learnt of [RFC6532](https://datatracker.ietf.org/doc/html/rfc6532) which permits UTF-8-encoded header values. Sup should expect...

If I build for Arty, like this: ``` make PLATFORM=common_soc TARGET=digilent_arty bitstream ``` the timing check for Vivado is not done. Timing failures are ignored. I really want them to...

I was building for HPS with CFU support turned off in the design, using a local hack like this: ```patch --- a/soc/hps.mk +++ b/soc/hps.mk @@ -34,7 +34,7 @@ endif PROJ_DIR:=...

I have a target using FreeRTOS v10.2 and when I tell gdb to switch to a suspended task and print a stack trace (`info threads`, `thread 2`, `where`) the stack...

I'm using these two patches to build a shared library in [my Fedora package of linenoise](https://bugzilla.redhat.com/show_bug.cgi?id=892988). This is a much less intrusive change than some of the other build patches...

Underscore tends to introduce breaking changes in minor versions, so we probably don't want to accept 1.x, but everything up to 1.8 (the latest) works fine.

Tests fail as below. Maybe you just forgot to git add test_numbers.txt? ``` $ tap test ok test/paths.js ...................................... 19/19 not ok test/sanity.js ................................... 2/3 Command: "node" "sanity.js" TAP version...

It's great that you are shipping a license now, but you forgot to add it to MANIFEST.in so that it's actually included in tarballs :-)