Jonas Carlbaum

Results 10 issues of Jonas Carlbaum

``` testStyles('#modernizr { width: 50vw; }', function (elem) { var width = parseInt(window.innerWidth / 2, 10); var compStyle = parseInt(computedStyle(elem, null, 'width'), 10); Modernizr.addTest('cssvwunit', compStyle == width); }); ``` Tested...

Is there any support of defining extensions to use per repo? Like the `.vscode/extensions.json` and the `recommendations` part? I showed this by changing the url of a repo for someone,...

Enhancement

When testing SnappySnippet on elements where all units are `em` I would prefer to get `em` instead of calculated `px` in the snippet-css. Maybe you can introduce a **keep original...

enhancement

**Is your feature request related to a problem? Please describe.** The **Foundation project** starts feeling a bit bloated generally. But first and foremost I feel **jQuery** is a preference that...

Hi! I have many times used [Mattias Olssons solution](https://getadigital.com/no/blogg/filtered-display-option-menu-based-on-content-type-in-episerver/) or somewhat similar solutions, to restrict display options on a block basis. It would be a nice feature to add that...

enhancement

Hi, I'm having issues where many (all) svg icons have the same class names, but different styles on them. I'm using `{ prefixIds: true }` to enable that plugin. By...

`sessionState` etc. is not a good option for load balanced environments. What components in the current state of **Foundation** is dependent on `sessionState`? We are currently very close to deployment...

Hi, I like roto, it seems coming in handy on a current project of mine — however the project I'm working on is using a responsive web approach, and I...

In my understanding the `Epinova.ElasticSearch.Core.Admin.Index.EnableClosing` method will throw an exception if user not having `cluster:manage` privileges. Could `cluster:manage` privileges be configured, as `opt-out`, so this code won't run and throw...

The new way of doing routing i next.js is the App Router. The Foundation SPA React project should reflect that.