Andy Preston

Results 7 issues of Andy Preston

For those of us who are newbies, it'd be **really** useful if you had a nice simple example of a complete test in your docs. Something very minimal **but complete**...

There's a few times when testing our system that uses RRD that I'd like to be able to make a completely fake/mock dataset irrespective the actual time at which the...

I'm getting the following message in my Atom console ever time I try to run linter-phpcs I assume it's got something to do with Atom's continuous changing of the linter...

question

### Zig Version 0.12.0-dev.3412+54c08579e ### Steps to Reproduce and Observed Behavior FROM alpine:3.19.1 as zig-builder Dockerfile: ``` FROM alpine:3.19.1 as zig-builder ADD https://ziglang.org/builds/zig-linux-x86_64-0.12.0-dev.3412+54c08579e.tar.xz \ /usr/local/share/zig.tar.xz RUN cd /usr/local/share && \...

bug

Because I'm a Rust newbie (but have been using other compilers for decades), I'm nervous of requirements to use `nightly`. Would it be possible to update the README to include...

I've got a problem around line 1198 of adapter-bitbang.c I'm cross-compiling for OpenWRT 18.06.1 on mips32. When I run a terminal emulator at 115200 baud and send the "?" command...

I've recently been working on compiling pic32prog to run on OpenWRT. https://gitlab.com/edgeeffect/openwrt-pic32prog/tree/libhidapi I had some difficulty integrating your use of libhidapi-libusb as a git submodule. (This is my first OpenWRT...