Shaun Harrison

Results 24 comments of Shaun Harrison

Ah this has been driving me insane for weeks. I finally tried my rebase in a large repo in Terminal on a whim and it worked and quickly realized this...

For any on M1 hardware running into this, I was able to workaround it by just forcing the x64 binary and letting Rosetta deal with it: ```sh yarn add grpc-tools...

Are you running 10.7 or 10.7.1? This issue appears to have resolved itself in 10.7.1.

My use case: I'm selecting all columns in table a, joining table b and selecting just one column from table b that happens to share the name of a column...

So what I'm actually doing is a little closer to this: ``` swift class Model { let name: String init(row: Row) { self.name = row[name] } } let a =...

@stephencelis Next time one pops up I'll forward it along, but from memory EXC_BAD_ACCESS is triggering in `Statement.columnNames` and `Statement.step()` when calling the respective libsqlite functions. All crashes have come...

Just ran into this again, but this time it was in filter: `malloc: *** error for object 0x7f7ff7ace1f8: incorrect checksum for freed object - object was probably modified after being...

I was playing with this a bit yesterday, the `-an` flag is turning off audio. If you remove it, ffmpeg will error saying the the srtp muxer doesn’t support multiple...

I've opened a PR for this here - https://github.com/gozoinks/homebridge-camera-ffmpeg-ufv/pull/35