mjmare

Results 22 issues of mjmare

Hi I'm trying out MyPaas, but ran into some issues: Docs do not detail installation on the work machine. It also does not specify the toml requirement. It seems to...

With the latest PyInfra release 1.6.3 and this config.py (in accordance to docs): ``` SUDO=True REQUIRE_PACKAGES = [] ``` I'm getting this error: ``` --> Loading config... file: /Users/mjm/Dropbox/Devel/ACHN/Swarmlet/infra/config.py Defining...

Documentation

It may be that I don't understand the purpose of the docker and dockerssh connectors, but it seems to me that a set of Docker operations appears to be a...

I find that I find the PyInfra CLI somewhat cumbersome. Maybe I'm using it wrong, or maybe not. In a typical deploy I have to do some tasks on my...

Forgive me for creating this issue, but I couldn't find a mailinglist or forum to discuss things like this. Since Neo4j is not good at storing file blobs I thought...

enhancement

Setup.py currently specifies 1.5.2 which does not exist (anymore?), so it drops down to 1.2.1. I'd rather use 1.5.3. PS I understand there may be circumstances where you do want...

enhancement

Nodeset provides useful filtering functions. Would it be possible to use Nodeset with a list of nodes (Neomodel nodes) obtained with, say, a cypher query? It would be useful to...

[Moved over from the Quasar repo] It would be very useful to have some more information on how to include additional web pack loader to the Quasar config files. See...

Quasar's QTable is pretty flexible. Part of this flexibility is through slots. I tried this for the top_slot but it does not show: ``` top_slot = jp.QDiv( children=[ jp.QBtn(label='Action 1',...

enhancement

I want to create a form that has a FieldList of FieldForms. The number of entries can be increased or an entry should be deletable. For that I have added...

enhancement