-
Write some examples in the wiki on how to start using kima.
-
-
Oi @jdavidrcamacho
I would like to do `pip install gedi`and `import gedi`.
Doesn't matter if it's ready to use, get it into a package.
-
Is there a way to get Gedi to read the site-packages based on the currently activated python virtualenv? The natural idea of running gedit from within the virtualenv doesn't seem to recognize the virt…
-
I can't run the `Tests.py` without this file.
Also, it could be nice with a `requirements.txt`. See other Python projects for the syntax. Then all dependencies can be installed with: `pip install -r …
-
What are the plans for Gaffa wrt to using [Object.observe](http://www.html5rocks.com/en/tutorials/es7/observe/)
-
$oc.name": {
"@id": "$oc.uri",
"@label": "$oc.name"
},
},
"endIndex": {
"@id": "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#endIn…
-
it not show the complete popups. here is my traceback. is it usefull?
Traceback (most recent call last):
File "/home/xxx/.local/share/gedit/plugins/gedi/gedi.py", line 87, in do_populate
self.g…
-
First of all, thanks for making this.
Unfortunately It doesn't seem to do anything on my machine. I am running Arch, which recently updated to Gedit 3.20.1.
I installed and enabled the Gedi plugin. I…
-
```
What steps will reproduce the problem?
Just an example code:
Canvas transparent = new Canvas();
transparent.setWidth100();
transparent.setHeight100();
transparent.…