ReneFroger

Results 91 comments of ReneFroger

> > Hi there! > > We met each other on Twitter. I would like to use this handy tool for stocks. I found a very good stock API: >...

[Sampler ](https://sampler.dev/) gives error message: _stdn is not supported on this terminal_ . [WTF Util](https://wtfutil.com/) gives the error message: ` Exit code 255` I wish they were more descriptive too.

Thanks for the suggestion. When trying `devzat.hackclub.com` I get a different error message however. I have reported to wtfutil tool, to see why it's causing issues with their dashboard: https://github.com/wtfutil/wtf/issues/1286

Oh yes. For example, you can apply it with: ``` (add-hook 'evil-insert-state-exit-hook 'aggressive-indent-mode) ``` But that would be more work-around instead looking what really caused this bug. And notice that...

@Malabarba @syl20bnr There is a fix for it: ``` (defun disable-aggressive-indent () (interactive) (aggressive-indent-mode -1)) (add-hook 'evil-insert-state-entry-hook 'aggressive-indent-mode) (add-hook 'evil-insert-state-exit-hook 'disable-aggressive-indent) ``` Perhaps this can be included in Aggressive Indent,...

Awesome work, @vlcek ! However, I couldn't figure out how I could create a bitmap image in Paint, with the settings that you deliverd. ``` #define vline_width 8 #define vline_height...

Sorry for my belated response, thanks for your reply, I really appreciate it. I tried your setup, with `char-width 7` and `char-width 8` without any result. I use Consolas as...

@Lenbok any chance that your setup is working with Consolas?

Thanks for your well written answer. I understand your thoughts about this completely. However, I would not speaking strictly about finding the SQL keywords for indentation, but looking where the...

Yes, I did. The package is listed in my pip packages list: `$ python -m pip list | grep multi django-multitenant 3.0.0 ` In both global environment as in Python...