Lukas Hodel

Results 7 issues of Lukas Hodel

Hi @ejholmes Here another feature. I just added the possibility also to provide an custom uploader action. I added this because I like to scale down images before they gets...

Example ``` javascript $('#searchfield').autocomplete({ url: 'http://www.someexternalurl.com/autocomplete', remoteDataType: 'jsonp', jsonpCallback: 'customCallbackName' }); ``` Response must be encapsulated in a function defined with jsonpCallback ``` javascript customCallbackName({"results": ["suggestion1", "suggestion2", ...]}) ```

Dear Republik Team, since some months it is not possible any-more to login via firefox focus mobile. I use the latest Firefox https://play.google.com/store/apps/details?id=org.mozilla.focus&hl=en_US. After login, and following the url, It...

Dear Republik Dev Team, I am reading your "paper" since the beginning with great curiosity. Only today I recognized that the button events doesn't seem to be triggered properly in...

bug
low prio

At the moment, when generating a PDF from a Website, every subpage starts with a ``. However on the Website some pages are nested under higher level pages. For example:...

Hi @MeanderingProgrammer It was a very nice surprise to see, that your fantastic plugin is now supporting GHM callouts! Writing in VIM gets better every day :) I am wondering...