Joacim Magnusson

Results 50 comments of Joacim Magnusson

Hi, I managed to compile JuceOPLVSTi for OS X as an AU plugin. Weren't able to compile the VST version, as JUCE seems to have dropped built-in support for VST2....

I have this issue too when loading images from a web service where an auth token is part of the URL. This token changes each time the app is launched,...

If anyone is here looking for a quick workaround in the meantime, manually removing the AABB from the entity, after the mesh has been changed, seem to do the trick:...

`@sebgroup/green-core` is a sub-dependency of `@sebgroup/green-angular`, so you should be getting it by depending on the Angular package. `@sebgroup/green-core` is not a stylesheet though, it is a javascript library. I...

Yes, you can add the content you need inside each list item. There are more examples in the documentation for the web component: https://sebgroup.github.io/green/latest/core/?path=/docs/components-grouped-list--page

You can add a class just fine, you just can affect any children inside Shadow DOM. But in this case there's nothing in Shadow DOM (check dev tools inspector), so...

To adress the question of what the recommended way is, we're still trying to figure out the best practices for this. We want to minimize the need for additional styling,...

The dropdown is using a ``-element internally. The reason for this is that it allows us to make it modal, meaning that focus gets trapped and the rest of the...

@EldRoos I am not able to reproduce this issue in Storybook, but it is possible that there are local variations of this component embedded in other components. Can you provide...

Thank you for this contribution! I will mark this as draft for now, and get back when we've discussed in the Design System team where this component should live, how...