Eric Hulburd
Eric Hulburd
Any chance you think you'll update the dependency on hashie to '~> 3.2'? I'm using some omniauth libraries that are dependent on '~> 3.2'. I tried forking and updating dependencies...
I looked over the documentation, but, unless I'm missing something, I don't see an option for running commands sequentially versus concurrently (ie for load testing). If there is no option...
To replicate: * Create a transaction. * Begin and Commit the transaction. Then call close. * Call exec on the transaction. You will see a stacktrace along the lines of:...
Rebases https://github.com/quil-lang/quilc/pull/693 which should fix tests. Closes https://github.com/rigetti/quilc/issues/697
Rigetti API is now exposing a new [InstructionSetArchitecture](https://docs.api.qcs.rigetti.com/#operation/GetInstructionSetArchitecture). A few questions: * Do we want to change the ISA format that quilc parses? Or should clients instead transform the new...
Issue Description ----------------- `release-3.0` branch has a `pyquil.external.rpcq` file with RPCQ message definitions. Because the rpcq package defines message definitions for the RPCQ server, we should move those definitions to...
Has this work been subsumed by other projects? It seems that AutoKeras is actively maintained and I'm curious why AdaNet was never supported there: https://github.com/keras-team/autokeras/issues/415. Other alternative AutoDL libraries that...
I tried parsing a large file (6MB) and it didn't finish after 5 minutes. I tried a few raw Nokogiri searches and it's slow, though in terms of tens of...
When loading `jasmine-jquery` after loading my platform's jquery version (1.3.2), I get the following error: ``` Uncaught TypeError: $.ajax(...).fail is not a function at /home/eric/Code/tmac-internal/node_modules/jasmine-jquery/lib/jasmine-jquery.js:138 ``` I'm loading the test...
### OS: ``` % uname -a Darwin BK-****** 22.4.0 Darwin Kernel Version 22.4.0: Mon Mar 6 20:59:28 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T6000 arm6 % gcc -dumpmachine arm64-apple-darwin22.4. ``` ### VSCode version: I...