Tommi Carleman

Results 5 issues of Tommi Carleman

# System Plugin Version: 12.2.0 Application: PyCharm Community Edition (2021.3.1) Operating System: Mac OS X (12.1) # Event ## Exception ### Stacktrace ``` java.lang.Throwable: No decompiled source function with name/arity...

Kind:Bug
Feature:Decompiler

Personally I don't think the CAPSLOCK part of the license is "yelling", but more like telling the reader that "THE PREVIOUS STUFF IS NOT IMPORTANT, LOOK AT ME INSTEAD" -...

Update the default filename sanitizer to handle funky whitespace characters in files - I had a case where a file was being uploaded, and it kepts throwing Flysystems `CorruptedPathDetected` exception....

My JS looks like this: ``` $('.out_repeater').repeater({ show: function () { $(this).slideDown(); }, hide: function (deleteElement) { if (confirm('Are you sure you want to delete this element?')) { $(this).slideUp(deleteElement); }...

It feels a bit archaic to have to define routes for the actions, so rather than having to do that explicitly for each route, there is now a generic route...