chocolat-public
chocolat-public copied to clipboard
Public bug tracker for the private chocolat project
Apparently Chocolat [shits itself](https://twitter.com/cgiffard/status/700484481220681728) in Japanese input mode. I'm not sure if this is a function of the input mode, the kanji, all non-unicode characters, or what. Japanese input mode...
I just got the update and I opened an HTML & CSS file but the project bar does not open. It show as checked in menubar. Trying to do Vertical...
With the new go to anything it would be even more convenient if I just could define the workspace root with `cmd+d`. Right now I have to use the mouse...
It would be nice if Themes preferences had a button that took you to Install Extras' "Install From File", since most people wouldn't look for it there.
``` --- - name: "Install docker-engine, version {{ docker_engine_version }}" apt: pkg="docker-engine={{ docker_engine_version }}" state=installed update_cache=true cache_valid_time=3600 sudo: yes tags: - docker_setup - initial_setup notify: Restart docker-engine - name: Generate...
When you create a new file in project view, you are presented with a dialog to name the file, and select its directory. It would be nice if the Directory...
In the find/replace bar, I can't tab to the "replace" and "replace all" buttons, forcing me to use the mouse. The next/previous buttons, however, do work.
I am writing something with softwrap enabled so it reflows nicely as I edit. But then I want to send a draft to someone, so I want to hard wrap...
Why is there so much empty space???
There's broadly three kinds of CLI tools: - Instant commands, such as `git add`. Lifetime: seconds or less. - Short-running processes, such as `ag`, `make`, etc. Lifetime: minutes or less....