Jonas Carlbaum

Results 20 comments of Jonas Carlbaum

I read your comments, and although not pretty, this solved it for me... ``` var promise = null; this.$snotify.async('Message...', 'Header', () => { if (!!promise) { return promise; } else...

> I was able to duplicate this issue. > **ISSUE**: If you are creating components that are used as child components where both the parent and the child component have...

Yeah, I managed to rework my non-SPA components to have only one ``. So all rendered master-components have these, and not other components. It works, it was wrong usage...

I would like to have focus on one of the `confirm`-buttons (I would like to do that by setting on `SnotifyButton`), and left-to-right tab index for buttons, so the `confirm`...

Sure @lunchin β€” I’ve might have some ideas that you might feel is interesting, on how to do some related stuff too, like cache-busting resources in webpack and add those...

Hehe, I understand. Then I hope that time magically will appear... πŸ‘πŸ˜‰πŸ˜‚

For now I did a local fix. ``` testStyles('#modernizr { width: 50vw; }', function (elem) { var width = parseInt(window.innerWidth / 2, 10); var compStyle = parseInt(computedStyle(elem, null, 'width'), 10);...

> Are there any maintainers on this project who could please merge PRs and make new releases? eg the PR above which adds `.lazy` > @shentao @jonascarlbaum @akki-jat @leeniu @arthurshlain...

Cool, loading extensions based on presets for the languages returned from that api sounds really neat... πŸ‘πŸ˜‰

Well, we have turned it off, but my question is, what components/functions in Foundation rely on session state? What functionality in the out-of-the-box solution would we expect to have issues...