Gregor Adams
Gregor Adams
Welcome back.. life is `****`, the community is great. BTW we use nextjs 13 with i18next (with no real issues). Happy to provide a basic example if it helps.
I agree, for electron/nextron it is a lot easier to stick to pages, this is especially helpful when working with multi-lingual apps as seen in [the i18next example](https://github.com/saltyshiomix/nextron/tree/main/examples/with-next-i18next) Don't overthink...
We also use deeplinks for authorization: - https://github.com/blib-la/captain/blob/4afb7d4a1b70bcce9862aa78d602838053bd9cd9/src/electron/main.ts#L111-L128 - https://github.com/blib-la/captain/blob/4afb7d4a1b70bcce9862aa78d602838053bd9cd9/src/electron/helpers/utils/handle-deep-link.ts > [!NOTE] > it is currently just a preparation for later but gets an accessToken from the deepLink URL and...
We overlooked the comment by @irg1008 > TL;DR: It's a tricky one 😢. This post does not offer a solution, but an insight We actually want this in general as...
We allow running static pages as extensions of our app. These might also require https (or localhost), for certain Web APIs like mediaSources, so what we do is to just...
I am experiencing a similar issue where the line-height is different, but it seems to happen more on some fonts than on others. I'm not sure if this is related...
We experienced this issue in joy-ui but somehow it just happened yesterday and we've been updating the betas on each new release 🤷 . Now when I roll back I...
> @pixelass Does the issue exist when you explicitly provide a `component` prop to the Box? It seems to have happened after the project reached a certain size. Not sure...
@michaldudak all instances of `Box` suddenly triggered that issue. ```tsx Foo Foo Foo Foo ``` I would have to checkout an older version of a closed source project to be...
@michaldudak Out of nothing this just happened:  Even a simple self closing Box causes the same issue.  No props on the box. I just edited a totally unrelated...