Bart Grantham

Results 13 issues of Bart Grantham

In trying to install on an M1 machine I am getting a very, very long list of linker errors, ending with: ``` ... "_SDL_free", referenced from: __cgo_cd82acf4e3d9_Cfunc_SDL_free in _x004.o (maybe...

I'm having trouble cross-compiling from mac (darwin) to linux, both amd64. I am running go version **go1.14.3 darwin/amd64**. The program in question can be statically compiled for macOS (compiler host),...

I completely understand why there is `sdl.Main()` and `sdl.Do` functions, and I'm sure that playing nice with SDL's threading is pretty difficult, but I just wanted to provide some feedback...

area-for-improvement

Total user error, but it would be helpful if `vis` could detect and warn a user when they have opened the same file in two instances.

meta:feature-request

I'm a bit on the fence about requesting this, as I believe this is a vim-ism and I (and everyone else) should use the proper vim command `n` for this....

You shouldn't hash passwords with SHA-256, and if you insist on hashing with SHA-256 with a salt you shouldn't publish the salt. The salt should be random per installation and...

I noticed this when I had concatenated a fasta with DOS line endings (`0x0d 0x0a`) to a normal (Unix, `0x0a`) style fasta file. The Unix-style part of the file was...

I have a feature request: allow the `maskfasta`command to take `-` as the filename for both `-fi` and `-fo` to allow piping fasta files through maskfasta. So something like this...

Version 1.11 of bcftools in the `brentp/smoove:bdf809472b6a` docker image doesn't support 0 coordinates in bcf properly. It produces the `0` coordinate in the bcf correctly during `bcftools annotate`, but `bcftools...

The code builds ok but it appears to crash immediately and `esptool monitor` throws an odd error: ``` podman run -it --rm -v /Users/bart/Code/riscv/mdk/examples/blinky:/Users/bart/Code/riscv/mdk/examples/blinky -v /Users/bart/Code/riscv/mdk:/Users/bart/Code/riscv/mdk -w /Users/bart/Code/riscv/mdk/examples/blinky localhost/gcc-riscv riscv-none-elf-gcc...