Michael Richardson

Results 223 comments of Michael Richardson

The suggestion about replacing the chassis example was not well taken to me. I did not see any support for it, and my impression is that the AD did not...

This was the result of having: contributor: - which might well be an error, but it took me awhile to figure out where the problem was.

Hi, I'm not sure if my repo has anything I was still trying to upstream, but my day$job work on pppd ended around 2017 or so. Perhaps I should delete...

I'm gonna need incoming block transfers. I should get to the point of starting work on this next week.

I'm looking at this now from a different point of view: making sure that rspec requests can get from /.well-known/core. I already changed how to link list was created in...

I'm willing to hack the rails adapter to do something interesting as a work around. I'm not sure exactly what you have in mind at the rails side. It seems...

The ability to return the new primary key is used extensively by web frameworks in their postgresql drivers.

The underlying problem is that the LLVM needs some gcc headers. GCC knows to look in the compiler-specific directories, but LLVM does not. https://github.com/rust-lang/rust-bindgen/issues/2612 is another example of this problem....

make BOARD=native64 all seems to work better, but fails at ```` /bin/ld: /corp/projects/pandora/riotos/RIOT/examples/rust-gcoap/bin/native64/periph/timer.o: in function `timer_start': /corp/projects/pandora/riotos/RIOT/cpu/native/periph/timer.c:205: undefined reference to `timer_settime' /bin/ld: /corp/projects/pandora/riotos/RIOT/examples/rust-gcoap/bin/native64/periph/timer.o: in function `timer_init': /corp/projects/pandora/riotos/RIOT/cpu/native/periph/timer.c:117: undefined reference to...

```` sudo apt install gcc-multilib ```` got me to the same place as native64 did (ztimer errors) things for me on Ubuntu20, once I realized that I was building in...