Kaspar Rosin

Results 45 comments of Kaspar Rosin

react issue reference: https://github.com/facebook/react/issues/24430

@nicolaserny Weird, I'm using remix 1.7.2 with the `hydrate` fix and it works for me using styled-components. There is an issue with styled-components, where sometimes the order of styles is...

Added a new function, `getEnabledValue`, that can be used to override the enabled value. Hopefully this solves the issue :) https://github.com/outl1ne/nova-menu-builder/releases/tag/7.1.0

This seems like a valid issue, but rather rare one and easily fixable by extending our MenuBuilder tool class. Personally feel like this doesn't deserve us bloating our configuration file....

> Since it's a tool class and not used internally I was wrong about this, we use it internally to, which complicates the solution a bit, but with relative ease...

https://github.com/outl1ne/nova-menu-builder/blob/main/config/nova-menu.php#L18 @stefvanesch if you assign your table name to `connection.table_name`, it should already try to look up the correct database connection and table. Could you try it, I think that...

@JapSeyz @aljabr Were you able to debug this issue on your side or find a solution?

Hmm, interesting. Ran into the same issue, but my versions are totally different. git: 2.34.1 nvim: 0.8.3 astro: 3.5.22 @mehalter Could you reopen or shall I create a new issue?...

Did some debugging. Seems the issue was still with git. Rather the network/proxy restrictions I had. Git clone was unsuccessful which caused this issue. Fixed the issue on my side,...