hmcdona1
No user record in our sample, but hmcdona1 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but hmcdona1 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
OpenCode does the same thing, its just completely lacking this functionality despite hinting otherwise.
Can someone explain how Claude Code can instantly determine what file I have open and what lines I have selected in VS Code even if it's just running in a VS Code terminal instance, yet I cannot for the life of me get…
If you're using an alpha library then that's on you for not expecting breaking changes. They have plenty of 1.0+ libraries that do not receive any breaking changes between major releases and have remained stable for…
I would highly recommend just checking out TanStack Router/Start instead. It fills a different niche, with a slightly different approach, that the Next.js app router just hasn't prioritized enabling anymore. What app…
If you're happy with tRPC and don't need proper REST functionality it might not be worth it. However, if you want to lean that direction where it is a helpful addition they recently added some tRPC integrations that…
ts-rest doesn't see a lot of support these days. It's lack of adoption of modern tanstack query integration patterns finally drove us look for alternatives. Luckily, oRPC had progressed enough to be viable now. I cannot…
This going to sound out of left field, but I would venture to guess you have very high spatial reasoning skills. I operate much this same way and only recently connected these dots that that skill might be what my brain…
Use `git stash` instead of copying files around manually to save yourself some time.
The later CRT models you are describing here are not coveted by retro gaming enthusiasts (which the people involved here clearly are) since the digital nature of them meant they introduced a ton of processing that…
The Shadow DOM does exactly what you are asking for here. Just use CSS variables, they pierce right through: https://open-wc.org/guides/knowledge/styling/styles-piercing...
While this is true for much of Texas. I happen to live in a city that still has a public operator. So we just get more generalized flatter rates. I haven't looked into the details of my plan closely in a while as a…
If I'm reading this right, my thermostat's "rush hours" seem to be scheduled for gross load peak. They then seem to usually end (and kick my AC back to a desired temp causing a ton of usage) right around net load…
Agreed, I always need to scroll to see video description content and comments which I would rather be able to see while still watching the video. While, instinctively, the previews below the video feel odd because…
I mean would you rather the browser handle this at a lower level where it can do so efficiently or libraries continue to solve these things on the main thread with pure javascript? The defacto way to handle anchoring…
Yeah it’s not great, but they do both show up as results via search.
> Have a reasonable developer tell me what a component viewProvider is and how it’s different from a provider using the @Component docs. It’s impossible. https://angular.io/api/core/Component#viewProviders Like this? -…
No, Disney uses Unreal for their rendered real-time sets. This is about more than just Fortnite.
The recent overhaul of Narwhal for version 2 reworked the entire app to operate pretty close to what Apollo was at its core. It's extremely customizable as well. Their new subscription plan for covering the API costs is…
I mean they have to be for now - you're just being semantic for the sake of it a bit. I will say as a team that utilizes Lit for our design system web components (which none of our users even need to know or care about…
So your gripe is essentially you don't like reading the documentation of the libraries you use, just, in general? Template literals are just a feature of javascript, it's not even anything that bespoke. That's why it's…
I live in San Antonio, a city where Google Fiber has been an option to a good part of the city for many years. When they came to town standard minimum speeds of competitors bumped from 20-50mb/s to 100-300mb/s almost…
It's typically pronounced D-RAM I assume because RAM is already it's own common acronym people were/are familiar with. DRAM is just a specific type of RAM, Dynamic RAM, hence D-RAM.
You can automate this with stylelint if you really want to and let the linter handle it. https://stylelint.io/
It's not exactly. Certain operations like I/O are threaded in Node. libuv has it's own threadpool that it uses for a lot of these types of tasks.
I think that does help clarify, but I'd say it also aligns with the point I was trying to make in some important ways. They are trading one USDT for $1 of value. If they keep that capitol invested in BTC and do hold…