soxa

Results 24 comments of soxa

> We also cannot add proper Vbox 7 support anyway because Oracle hasn't updated their api VBox APIs are **[included with the SDK](https://download.virtualbox.org/virtualbox/7.0.10/VirtualBoxSDK-7.0.10-158379.zip)** updated on-par with the release. APIs with...

As of now I'm focusing on this set of issues, also Apple confirmed full PWAs for EU users

I'm currently working on 2) because I noticed that Safari and Chrome shows correct data but iOS doesn't so I'm still trying to see if there's a workaround or something...

I personally don't like having two share buttons, have you considered getting inspiration from posts? So something like this, but maybe you can find a better placement: You can just...

It's pretty good, I don't know how to feel about the icon in the dropdown but it's okay. What about your own profile? This way the user can't share their...

#2501 is going to bring static content support via automatic HTML generation. For now, like @ekzyis said, we're heavily JS-dependent and it's not a priority to become more independent. But...

Yes, was just mentioning that the PR I referenced is going to create exportable HTML that we can serve in a no-JS environment. But it doesn't mean that we can...

This is an amazing find! It actually works great. I’ll test the difference in bundle size in a fake-production environment and get back to you.

In this particular case there was no need to run a full production environment. So I just used `@next/bundle-analyzer`, wrapped our `next.config.js` using `withBundleAnalyzer` and ran `npm run build`. You’d...

This fits perfectly, thank you!