Arno Fortelny

Results 17 issues of Arno Fortelny

### Current behavior I have a fairly complex navigation system in my app with my own custom header. I have simplified the entire thing to a demo (link below) but...

bug
platform:web
package:stack
platform:android
platform:ios
repro provided

I just updated to rails 7 and I can't seem to get this to load. It looks like it never registers the inky extension. Has anyone gotten this to work?

## Bug Description It seems impossible to set a breakpoint to trace startup problems such as in the root index.js (or even deeper) because it appears that the Hermes Debugger...

bug
debugging

Been pulling my hair out for a few hours but I bet there's a simple solution for this. I'm trying to re-use the 'show' template in my 'search' template. search.rabl...

We want to disable this in an easy way and use markdown instead.

Hi, I'm having an issue in my testing environment. I include `svg.js` which early on does a test for whether svg's are supported in the current environment and exits out...

Fixes an issue where the script will fail because `SVG.easing` is undefined in environments where SVG's are not supported (such as test environments). Fixes issue #4.