Jason Knight
Jason Knight
I found this in my (Fedora 21) system today: ``` $ dnf whatprovides /usr/lib/systemd/system/zram.service Using metadata from Tue May 19 15:25:37 2015 (9 days, 18:24:36 hours old) anaconda-core-21.48.22-1.fc21.x86_64 : Core...
I've run a [few simple ping/pong benchmarks](https://gist.github.com/binarybana/11101773) and noticed some weird performance behavior of the REQ socket. Comparing performance to Python's pyzmq, the server (REP socket) performance is about the...
Addresses #1. Will expose graph creation, transformer compilation, and compiled graph execution in a language neutral way.
Addresses #1.
I wanted to put a draft PR up since this has bigger changes in functionality, and will require pre-processing of soundpacks in order to support the new format. # What...
When trying to delete a pubsub subscription using latest master of the `generated/gen/pubsub/v1/lib` crate: ``` client .projects() .subscriptions() .delete(SUBSCRIPTION_NAME) .execute_with_default_fields()?; ``` Returns an error like this: ``` 'Couldn't convert to...
I know I'm probably missing something here, but it appears there is currently nosupport in any of the graph APIs to allow edge/vertex removal? Is this intentional or not implemented...