Philip Deuchler

Results 25 comments of Philip Deuchler

Major kudos to @n8henrie for debugging this, I'm experiencing the exact same issue when trying to open a specific webpage in Chrome (i'm assuming due to the way Chrome manages...

I can consistently reproduce this with just this lua snippet (copied from somewhere on SO): ``` function ChromeWithProfile() local profile = "Default" local url = "https://meet.google.com" local t = hs.task.new("/Applications/Google...

@n8henrie debugged it in his linked issue, it's a hang when the process is backgrounded or forked. IIRC hammerspoon expects a return or a handle, and never gets one, and...

This can be solved in the same way as proto, interfaces and type switches. Proto makes each of the `oneof` structs implement a noop interface, then provides getters and setters....

There is a new LSP called `sqls` (https://github.com/nanotee/sqls.nvim) as well

Hey @glommer sorry for the super late reply, sometimes my work github notifications drown things out. I probably should have paid more attention to the examples, I think it would...

FYI there is support with [arduino configurable firmata](https://github.com/firmata/ConfigurableFirmata/blob/master/src/OneWireFirmata.cpp), if that would be easier to write a go shim for

Seconded on the thanks @ryanhatfield... I might implement this as well @deadprogram since I'm currently in need of it for a project. Just glad I don't have to reverse engineer...

On a quick inspection it looks like that go library is just using the official driver to read/write from a device file, which we won't have the luxury of doing...

Got another fun one coming down the pipe as well https://github.com/servo/pathfinder/pull/566