-
Right now there are several make files and a shell script.
-
When getuid works, it causes the loader to fail. It seems to be unable find libraries. To fix this, I have coded the first call of getuid to fail, then the rest to work through Repy. Obviously som…
-
Convert RNG rule system to a system based on Rules when it has matured.
- Convert actions and conditions to rules plugins.
For v2.0.0
-
```
The installation script has syntax errors as well as issues with OS detection
and handling. Needs to be reworked to be more elegant.
```
Original issue reported on code.google.com by `jbrunell…
-
Right now `felony.json` stores all keys added. This creates a problem since the User's private key is also stored in that file.
Some ways to go about this:
1. We need to think of a more secure way…
-
- [x] Add "Currently Loaded Projects"
- [x] Import only one project at a time
- [x] Change Export icon - make it a sideways arrow
-
As pointed out by #919 and #941, A* search is behaving incorrectly. This is partly due to the way the A* implementation interfaces with the PriorityQueue (in utils.py). Due to how `__contains__` is im…
-
Recorded so it's in the issue tracker. With preview builds of Python 3.10 (where warnings are noisier than production Pythons), we get a lot of:
```
DeprecationWarning: the load_module() method is …
-
### Describe the project you are working on
Godot
### Describe the problem or limitation you are having in your project
The usage of `CodeEdit`s completion functionality is not well documente…
-
It will be past the deadline, but I'm planning on reworking the root_simple algorithm (won't take long) so it is more consistent with tanh and I don't get the occasional errors with specific random gu…