-
A fork of issue `Reasons we use Mithril #1026`
Here we can propose our approaches to Mithril's logo, slogan/tagline, or site design (freeware only)
Reason: Mithril's community is lacking. A red…
-
add auto-reload option for situations when gunicorn is used for development.
using "$ kill -HUP masterpid" for development is not an option.
there is nothing about auto-reload on http://gunicorn.org/…
-
[Enter steps to reproduce below:]
1. Click the close button.
**Atom Version**: 1.5.0-beta0
**System**: elementary OS
**Thrown From**: [pinned-tabs](https://github.com/ericcornelissen/pinned-tabs-for-…
-
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version**: 1.1.0-beta1
**System**: elementary OS
**Thrown From**: [autoupdate-packages](https://github.com/wufuC/atom-autoupdate-packages) packa…
-
Sometimes when i choose to debug a project (debug -> Start Debugging or pressing F5), i will se "Debugger listening on port 5858" in the console window, but the program will not actually run. If i add…
-
[Enter steps to reproduce below:]
1. Typing for autocompletion
**Atom Version**: 1.0.19
**System**: elementary OS
**Thrown From**: [autocomplete-python](https://github.com/sadovnychyi/autocomplete-py…
-
```
I don't understand logic behind self containing app and media.
I put my media images in myapp/media/img but the dev_appserver is looking
for in _generated_media/media_version/img... as indicated i…
-
This error is thrown whenever I type in the editor (for python files, of course).
It may be the exact same error as [this](https://github.com/sadovnychyi/autocomplete-python/issues/2), but as that iss…
-
We should apply best practices like:
- readability
- responsiveness
- clear navigation
In addition the general look and feel, colour pallettes etc need to be reviewed for consistency.
-
Eloquent should have an actual ORM to do things like:
``` python
users = User.all()
user = User.find(1)
users = User.where('votes', '>', 100).take(10).get()
user = User.find(1)
user.email = 'john@…