Kalle Korhonen

Results 11 issues of Kalle Korhonen

I was experimenting with Sente in a re-frame app. However, Sente's api felt a bit clunky and I found I still needed to write some boilerplate/middleware for "re-framing" the messages...

### versions - SlimerJS: 1.1.0-pre with modifications (used https://github.com/MarkR42/slimerjs/tree/firefox62 as a base) - Firefox: 63 - Operating system: Ubuntu 16.04.2 LTS ### Steps to reproduce the issue Try to set...

### versions SlimerJS: 1.0.0, 1.1.0-pre Firefox: 62 (59 works ok, up to 61 with a patch for #694) Operating system: Ubuntu 16.04.2 LTS ### Steps to reproduce the issue Try...

### versions - SlimerJS: 1.0.0, 1.1.0-pre - Firefox: 60 (59 works ok) - Operating system: Ubuntu 16.04.2 LTS ### Steps to reproduce the issue In application.ini, change `MaxVersion=60.* ` Try...

bug
Firefox compatibility issue

Popover position doesn't correctly consider the size of the screen, this is very visible on small screens (i.e. mobile). (popover-clipping) seems to work but (calc-pop-offset) just takes the popover's size...

This is minor but I can't think of any case when the info-button should propagate the click event. Could you add `(.stopPropagation event)` on line 217 or so to info-button's...

Currently, redirect handler forces redirecting to the landing-uri on success but I often like to do something with the newly gained access token right away, like fetch user details, (open)...

Have you thought about publishing rendeer.js to NPM registry? Looks like you'd only need package.json, plus perhaps a tag or two. LiteGL is there already (https://www.npmjs.com/package/litegl/v/0.0.2) though not sure which...

I have customized several of your components in my own app. After upgrading Ember from 1.12 to 1.13, the overridden templates were not picked up anymore. I couldn't find anything...

research
ready
architecture

MaxPermSize is removed in newer versions of Java and running the plugin will fail with the automatically set option because it is not recognized anymore by the JVM.