Ryan Govostes

Results 116 issues of Ryan Govostes

I built ngscopeclient on macOS 14.0. The binary links in several libraries using `@rpath`: ``` % otool -L $(which ngscopeclient) | grep @rpath @rpath/libscopeprotocols.dylib (compatibility version 0.0.0, current version 0.0.0)...

bug
portability

In my ongoing adventure to get ngscopeclient to run from a global install location on macOS: ``` % ngscopeclient Assertion failed: ((0) && "Could not load font file!"), function AddFontFromFileTTF,...

bug
portability

On macOS 14.0, I built ngscopeclient 6056adc479ba2a80531e1b535b7b7052c2a8a153 and got it running with the workarounds covered in other issues plus the environment variables from https://github.com/ngscopeclient/scopehal-docs/pull/58. When starting up, I get several...

bug
portability

On Python 3, the matches are extracted as byte sequences, rather than strings. This means that the `RemoteIKernel.host` attribute changes from a string to a byte sequence in some cases,...

There are some kinds of transformations that I'd like to be able to perform on my content that are not possible or easy with shortcodes. For instance, it is not...

Proposal

ONNX Runtime cannot yet target [Coral](https://coral.ai/) Edge TPU accelerators. Coral normally uses Tensorflow Lite with a loadable [TFLite Delegate](https://www.tensorflow.org/lite/performance/delegates) that communicates with the hardware called [libedgetpu](https://github.com/google-coral/libedgetpu). It appears that the...

feature request