-
I am planning to make a python extension for ogdl... there : https://github.com/asmodehn/ogdl-c/tree/python
I will use the C library, so I had a few questions :
- even though it is legacy, it is …
-
I wish I had an OGDL library that looked like everything else under encoding/*.
Yes, it'll lose information, and can't round-trip all OGDL data. But it's way more convenient to use than needing to ru…
tv42 updated
10 years ago
-
Users shouldn't need to invoke Madness' `parse()` method to receive an OGDL graph. If that's encapsulated in this library, consumers don't need to `import Madness` in their source (unless they want to…
-
Basically, everything configurable on the `Project` type should have a corresponding `Cartfile.private` flag. I don't think this information should go into the `Cartfile`, because the settings shouldn…
-
Perhaps using a structure like:
```
* [ ] Task 1
* [ ] Task 2
\tags:lorem, ipsum, dolor
** [x] Sub-task 2.1
\created:YYYY-MM-DD-hh-mm-ss
\priority:3
```
...or something similar. …
-
Carthage is simple. So is this issue trying to be (although the first word in the title gives it away already).
Looking through the issues around here people seem to want to specify dependencies:
…
-
I want to make a suggestion, but looking for comments before working on an implementation, I couldn't find any existing discussion of this.
The idea is to be able to specify the build platforms in …
-
`foo, bar` should parse two sibling nodes `foo` and `bar`.
-
```
What is so annoying?
1. no way to draw graph tree in Python without external Graphviz utility
2. impossible to use dynamic graph images in Python web application without
shell access to generate …
-
I want to replace schemas with "variants" to better represent the nature and structure of what they're intended to represent.
There will now be a single "base" or "default" layer, with projects def…