urbanists.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
We're a server for people who like bikes, transit, and walkable cities. Let's get to know each other!

Server stats:

560
active users

#bug

22 posts16 participants3 posts today

#Ubuntu or #Gnome #bug :

Here's a screenshot of the firmware updater. Do you see *any* kind of button or control to actually *do* an update? No, me neither.

Look, I like gnome and I like Ubuntu, and I've used both for many years. But this is *terrible* design.

I am working on the upcoming release of my insect magnets! 🦋
Today, I finished 5 purple moths (I put the finished ones on my girls’ cage hehe), I will get started on the beetles tomorrow!

There will be 5 of each model available for the first drop. I’m hoping to release them on Sunday. I will keep you updated!

#handmade#new#moth
Continued thread

So it does look like the TypeScript language server has a limit of 4MB source size where it disables type checking (and actually shows an erroneous error stating that exports that exist in the file do not exist) for files that are imported but not open in the current workspace/session.

Still not sure if this is documented anywhere or not (haven’t been able to find it, if it is).

99.99999% of the time, unless you’re doing niche stuff like I am, you won’t run into this.

Workaround: should you have such a large file, e.g., with a large generated object, try and refactor to split it up into multiple files and rejoin it a separate file. The actual object size/memory usage isn’t the issue, it’s the file size.

github.com/typescript-language

GitHubServer fails on import when exported object constant has too many entries/is too large · Issue #951 · typescript-language-server/typescript-language-serverBy aral
#TypeScript#max#lines