Aaron Hosford
Aaron Hosford
When holding down a key, the keyboard buffer fills, causing the associated behavior to continue afterward for some time. For example, if I hold down the W key for a...
I had to install several undocumented dependencies before this script worked for me: - xpra: `sudo apt install xpra` - uinput: `sudo pip3 install python-uinput` - xvfb: `sudo apt install...
## Code review checklist - [ ] Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR) - [ ] Title summarizes what is changing...
* parglare version: 0.12.0 * Python version: 3.6.9 * Operating System: Ubuntu 18.04 LTS ### Description I have a grammar file I am importing from another one. I am using...
I see in the documentation that I can use `obj.rel.order_by('prop_name')` to order the relatives by the given node property. But what if I want to order by a _relation_ property?...
I'm getting a TypeError when I try to list the accounts for my institution: ``` python *** Python 3.4.5 |Anaconda 2.1.0 (64-bit)| (default, Jul 5 2016, 14:53:07) [MSC v.1600 64...
Here you can see the server saying it's on port 9070: ----- But the browser and pycozo can't find it there: ----- Instead they find it on port 3000: -----...
* Added `RemoteMultiTransact` class and `Client._client_tx_begin` and `Client._client_tx_finish` methods to support transactions for http connections * Modified `Client` to import `requests` up front if it's needed, so failure becomes immediately...
What needs to happen for this to be added? I'd like to help. https://github.com/cozodb/pycozo/blob/26132723ba90e41b703d9c789738aa0e273edfdc/pycozo/client.py#L279
The installation instructions at the top of `README.md` suggest this installation command: ```python pip install "pycozo[embedded,requests,pandas]" ``` But when I run it on the command line, I get this warning:...