Please turn JavaScript on
Stackoverflow icon

Stackoverflow

Want to know the latest news and articles posted on Stackoverflowfeeds?

Then subscribe to their feed now! You can receive their updates by email, via mobile or on your personal news page on this website.

See what they recently published below.

Website title: Newest Questions - Stack Overflow

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  96.21 / day

Message History

Hi I have just started using IntelliJ again and have version 9. I just installed the Mercurial plugin and now the ide won't start anymore. Has an error of

Fatal error initializing class com.intellij.openapi.actionSystem.ActionManager: java.lang.VerifyError: class com.dcx.hg.MercurialVcs overrides final method getName.()Ljava/lang/String;

I now know that I should be...


Read full story

I recently set up a repo with git lfs (I am working on a specific branch). When I did this, I accidentally committed a lot more files with lfs than I had to thinking lfs will automatically filter files > 100 mb. This resulted in this email: "We wanted to let you know that you’ve used 80% of your data plan for Git LFS on your personal account". Then I undid LFS and redid lf...


Read full story

This is a problem I would like to solve with a single query, as I am working on a large dataset, and the process as it is can take up to 2 hours to complete, and additional queries would create further bottlenecks.

This is roughly the Model I am working with

class Event(ModelBase): __tablename__ = "events" id: Mapped[uuid.UUID] = mapped_column(UUID(as_uuid=True)...

Read full story

I run a multilingual site (4 languages, including two RTL/Cyrillic) for a professional services firm. Around 60 blog articles and 30 location pages targeting individual cities in a single region.

Current state

Titles follow a two-tier rule: homepage and core service pages carry a brand suffix, location pages don't. Roughly 180 titles ha...


Read full story

I have a Blazor WebAssembly app that needs to work fully offline after the user's first sync. The flow is:

User opens the app for the first time (online), logs in.

The app pulls their data from the API into IndexedDB ("sync").

Once sync finishes, the user goes offline and keeps using the app.

The problem: anything in wwwroot t...


Read full story