Tom Wallroth
Tom Wallroth
As a workaround, I just modified the code to work with vue 2.x like this: ``` Vue.directive('sortable', { inserted: function (el) { var sortable = new Sortable(el, options) if (this.arg...
Hey Joseph, Thanks for your report! I never tried indexing a real tape using the program, but it might work indeed. It seems the tape device reports its own size...
I have figured out another (probably ugly) hack, but it works in only 4 lines of code: ``` from django.contrib.staticfiles.finders import BaseStorageFinder from django.contrib.staticfiles.storage import staticfiles_storage class FixedPipelineFinder(BaseStorageFinder): storage =...
Even worse, an application failure leads to an errormessage, that says ``` We're sorry, but something went wrong. ``` What can I do about it? This should be a "flash"...
The double `>>` made me think that I would jump to the very end of all feeds, and not right to the next one.  maybe just go with a...
a `` within a `` is rendered in bold, which is very ugly.
When clicking on the "next post" button, I'm always confused by who that post is written (I know, it is in the title...) So I'd like to have the favicons...
It's nice to have regex, but also more simple filters like: `containsAny('foo','bar','baz')` or `containsAll('bambie','is','dead')` would probably be more than enough. Because those filters suck to create using regexes Or even...
NO PLEASE MAX! I'M SORRY, I DIDN'T MEAN TO! :gun: Please don't invent YADSL. Can't you just go with a subset of Ruby commands? In python there's a module called...
You are correct. Whitespaces are encoded as `+`. URL-Encoding is a horrible mess.