Dražen Lučanin

Results 9 comments of Dražen Lučanin

Hey folks, sorry for not replying. So to understand your problem better – you're using Django 2 still with django-spa? I should probably create a few example apps with unit...

True, it's already possible to override the variable temporarily by doing: ``` EDITOR=atom pipenv open responder ``` or ``` EDITOR=open pipenv open responder ``` If we go for that approach,...

I'm not sure how to fix this straight away, unfortunately. I made a workaround to always use ASCII chars in the filename (e.g. just use the object id) to avoid...

OK, great. Thanks for the info! For now I'm still weighing my options and trying to see if I can get the existing implementations to work (I just managed to...

Yes, I also tried reading [a Medium](https://medium.com/@eteraz/the-death-of-the-urdu-script-9ce935435d90) article and was greeted by a bunch of markup and code gibberish. Probably needs to go through some Readability-style filter first. Great work...

Hey, anyone know how to update the MyPaint version on Homebrew to 1.2? It's [stuck on 1.0](https://github.com/vitorgalvao/homebrew-cask/blob/master/Casks/mypaint.rb) right now (from https://github.com/caskroom/homebrew-cask/pull/8954 made by @puterleat ). Is that maintainer still around...

Hi Derek, I'm not personally using Django that much lately so I've stopped actively working on the project

I know this is a bad way to do this, but I just scratched some tips from [Mastering Emacs](https://www.masteringemacs.org/article/mastering-key-bindings-emacs) together with @andschwa's commands to quickly get this functionality behind keybindings...

That's just what I needed. Thanks a bunch, @andersjohansson!