-
As mentioned in https://github.com/ChocolateApp/Chocolate/discussions/7#discussioncomment-5633071
I was also looking at maybe breaking it up. Maybe use this issue to reference it in the future.
-
https://github.com/ChocolateApp/Chocolate/blob/9d84946c67b9e2423350548638277ce2084ffd3c/README.md?plain=1#L47 mentions install.sh, there is one for download in https://github.com/ChocolateApp/Chocolat…
-
```
INFO:werkzeug:10.0.2.100 - - [25/Mar/2024 17:48:08] "GET /favicon.ico HTTP/1.1" 200 -
ERROR:chocolate_app:Exception on /rescan_all [POST]
Traceback (most recent call last):
File "/home/docke…
-
app.py and intro.py appear to duplicate code, for example:
* https://github.com/ChocolateApp/Chocolate/blob/9d84946c67b9e2423350548638277ce2084ffd3c/intro.py#L39
* https://github.com/ChocolateApp/…
-
https://peps.python.org/pep-0008/#imports is a common practice, be cool if Chocolate could adopt this.
It would make it easier for other contributors and to increase readability of the code with st…
-
So, in Textmate you could do ⌃⇧P to see what the current scope selector was - http://manual.macromates.com/en/scope_selectors
What's the equivalent in Chocolate, is there?
-
right now it creeps one character forward for each 'n' you do after the initial search. it needs to start the next search after the the entire match from the previous search.
i have some ideas on ho…