Bart Grantham
Bart Grantham
Stepping through the program with delve works. (!) Even just doing `dlv debug drawing-text` followed with "c" immediately works (ie. no setting breakpoints, etc). delve kicked up a security dialog...
[drawing-text.zip](https://github.com/veandco/go-sdl2/files/6144063/drawing-text.zip) Attached. I'm going to assume it's something on my system with Big Sur's permissions system, but if you could give it a try it would be helpful to have...
Tried your C example: _also SIGKILL'ed!_ Ok, I think this really drives it home: something is screwy on my system. Probably with permissions but it's going to require some investigation...
Investigating in `Console.app` (which I should have done from the beginning!), I can see AMFI reject the process: ``` CODE SIGNING: process 91537[drawing-text-go]: rejecting invalid page at address 0x101314000 from...
`brew uninstall`ed anything that had to do with SDL, then reinstalled with `brew install`. So it all seems to work for me now. I have no idea why uninstalling and...
Are you polling any events? I discovered that even on non-GL windows the window doesn't raise or draw window decorations without pumping events. You don't even have to do anything...
This appears to be related to our use of `-W 40` (bwa: "discard a chain if seeded bases shorter than INT [0]"). Without this flag it seems to work fine....
I've only briefly looked at the source, but [it appears to use `time.RFC3339Nano`](https://github.com/mattn/go-sqlite3/blob/1157a4212dcb650962563f67cd405794e9115b45/convert.go#L79), however I guess this code isn't used for scanning? When I store timestamps they come out as...
Is REST the API model here? Or are we shooting for an old-school RPC style, [like Avro specifies](http://avro.apache.org/docs/1.7.7/spec.html#HTTP+as+Transport)? Something in between? I think that the API model should be (re)asserted...
I just wanted to point out that AFAICT, Picard's md5 calculation is ok with bedtools' usual habit of reformatting input fasta to have 50 character-wide lines, but it definitely produces...