William D. Jones
William D. Jones
Even if I have to use the Visual Studio toolchain, I would prefer to compile HexChat from the command line/use my own tools, editor, etc. When I compile, say, the...
While trying to debug why `zls` might be restarting, I decided to run the tests, and found that they fail on Windows 10: ``` $ zig.exe build test -Dtarget=x86_64-windows-gnu -Drelease-small...
Right now, the scope of formal is the following, copied directly from IRC: >(11:56:43 AM) whitequark: the entire scope of formal verification in nmigen at the moment is "it can...
The following code snippet triggers an assertion failure: ```python from nmigen import * from nmigen_boards.tinyfpga_ax2 import * from nmigen.build import * from nmigen_boards.resources import * plat = TinyFPGAAX2Platform() plat.add_resources([Resource("led", 0,...
I'd like to experiment using Microwatt as a 64-bit microcontroller on an ECP5 LFE5U-25F. Unfortunately, even with the following patch, I can't seem to get Microwatt _and_ SoC peripherals to...
The CMSIS SVD Specification allows `WriteConstraint` fields to be applied to a `Register` type, and _not_ just its fields: ``` ... ... ``` Right now, `svd2rust` has no provisions for...
https://github.com/laurent22/rsync-time-backup/commit/d152279d301bf799c496d00d9b2aa706b46e88c6 A number of my backups have been done with a dodgy Internet connection as of late. This means that long-running backups will sometimes fail due to the remote "hanging...
When doing a weekly/monthly backup with `rsync_tmbackup.sh` in a directory that contains approximately 30 backups, I've noticed that it can take upwards of 10 minutes before the backup actually begins...
This is mostly useful for smaller embedded Linux systems that may only have `dropbear`/`dbclient` installed, without needing to do a `sed` replace!
I've have the date portion of this PR fixed locally since *checks* oh, November 2016, but I never got around to actually submitting a PR :). Better late than never?...