Jon Rostran

Results 10 issues of Jon Rostran

I've been using `project-el` as the backend for the projects section. All was working well until I updated dashboard and now I run into this error: `dashboard-insert-projects: Cannot open load...

question

Hello my config: ```elisp (add-to-list 'auto-mode-alist '("/templates/.*\\.html?\\'" . web-mode)) ;; (add-to-list 'auto-mode-alist '("/\\(components\\|containers\\|src\\)/.*\\.js[x]?\\'" . web-mode)) (add-to-list 'auto-mode-alist '("\\.\\(handlebars\\|hbs\\)\\'" . web-mode)) (with-eval-after-load 'web-mode (setq web-mode-engines-alist '( ("handlebars" . "\\.\\(handlebars\\|hbs\\)\\'") ("django" ....

ember

I would like for ```elisp (setq web-mode-extra-auto-pairs '( ("handlebars" . ( ("{{#each}}" "{{/each}}") ("{{#if}}" "{{/if}}" )) ))) ``` to work... but it doesn't. My current config is: ```elisp (add-to-list 'auto-mode-alist...

handlebars
auto-stuff

When editing a handlebars buffer like this (`|` determines the current cursor position) ```handlebars | {{#if this.isOk}} Hello` style comment, but I want `{{!-- --}}`. Looking at `web-mode-comment-insert`, this could...

commenting

``` β”œβ”€β”€ app β”‚ β”œβ”€β”€ components β”‚ β”œβ”€β”€ controllers β”‚ β”œβ”€β”€ helpers β”‚ β”œβ”€β”€ models β”‚ β”œβ”€β”€ routes β”‚ β”œβ”€β”€ styles β”‚ β”‚ └── app.css β”‚ β”œβ”€β”€ templates β”‚ β”‚...

Improvement
Good First Issue

# Summary I'm trying to launch pdb with `M-x pdb` then I type the number of my file `file.py` to get the error: `apply: Searching for program: No such file...

# Summary Invoking `elpy-django-runserver` or `elpy-django-command` uses the current directory instead of the project's root directory. It provokes setting the current directory as the default directory for these two commands....

# Summary The sequence key binded to the command `elpy-django-runserver` returns error when called in Elpy 1.28. I've tested `C-c C-x c` and works. I'm using that for time being...

Enhancement

# Summary I cannot interact with the `python mange.py shell` buffer created with `C-c C-x c shell RET` The buffer is unresponsive and does not type anything in the buffer....

Enhancement

Would be good to add a button that allows the user to delete their account.