Johan Euphrosine
Johan Euphrosine
> where the handlers might be executed in other threads wouldn't the handlers need to dispatch the call the thread anyway using something like https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Executor.submit @BlackLight curious about your thoughts...
It would be also nice to start audit project that uses the `google-assistant-grpc` binding directly to see how they could benefit from an higher level interface. A few I'm aware...
Something else to consider would be a drastically higher level interface, with top-level module function that allow for a REPL-like experience: ``` >>> from google import assistant >>> assistant.assist('What's the...
> I like the idea of using sounddevice to handle the audio, it also decouples audio management from the SDK. Yep, we currently use sounddevice in `audio_helpers` but the idea...
> I'm thinking of use case where you initialize the assistant "in the background" I wonder if this could composed wel with the synchronous style proposed in https://github.com/googlesamples/assistant-sdk-python/issues/358#issuecomment-552608649, where the...
@holvo pinned the issue for more visibility.
@holvo what the best venue for skywater-pdk users to give feedback to the ngspice community?
@jarvis-lorry that may be a better requestion for the https://github.com/The-OpenROAD-Project/OpenROAD (or https://github.com/The-OpenROAD-Project/OpenLane) as they are the project consuming those files.
neat! > . Except image export is done via a new class named PixelBuffer instead of QImage. The PNG read and write abilities come from libpng. It's also possible to...
@klayoutmatthias that's awesome work. I just gave a try, I had to apply the following tiny patch for it to run: ``` diff --git a/server.py b/server.py index 32dc238..472c03f 100755 ---...