Search
Clever Polypane Debugging Features I’m Loving
17.9.2024
I’m working on a refresh of my personal website, what I’m calling the HD remaster. Well, I wouldn’t call it a “full” redesign. I’m just cleaning things up, and Polypane is coming in clutch. I wrote about how much …
Clever Polypane Debugging Features...
Crypto-Stealing Malware ‘Styx Stealer’ Exposed by Hacker’s Critical Mistake
17.8.2024
Check Point Research (CPR) has uncovered Styx Stealer, a new malware capable of stealing browser data, cryptocurrency, and instant messenger sessions. Styx Stealer is a variant of Phemedrone Stealer and includes new features like auto-start and crypto-clipping. The malware was traced back to...
Zilliqa battles back-to-back network disruptions amid latest upgrade rollout
10.5.2024
Following a series of network disruptions, Zilliqa has restored network functionality and is focused on debugging amid its v9.3.4 network upgrade
Jak debuggovat Node.js pomocí Chrome DevTools
3.5.2024
Chcete z prohlížeče ladit JavaScript běžící na serveru? Návod Node.js Debugging in Chrome DevTools vám poradí, jak na to. Na stránce chrome://inspect/ se připojíte na váš Node.js , které jste spustili s parametry…
dYdX Investigates Block Production Halt During Scheduled Upgrade
8.4.2024
dYdX has confirmed an outage on its mainnet, and ecosystem engineers are currently debugging the issue. The outage has been ongoing since 6:50 a.m. UTC, with no fix expected for several hours, according to an incident report.
The post dYdX Investigates Block Production Halt During Scheduled Upgrade...
Baldur’s Gate 3 Developer Pulls Hotfix Following Save Issues
17.8.2023
If you’ve played any amount of Baldur’s Gate 3 lately, you might’ve noticed how frequently the game is getting updates. Well, it turns out that a recent one has caused a bit of an issue, prompting developer Larian Studios to roll back the patch and issue a temporary hotfix to fix the problems...
First Big Baldur’s Gate 3 Update Fixes D**k Clipping, Missing Underwear, And More
8.8.2023
Baldur’s Gate 3 got it’s first major post-launch patch today on PC, and the patch notes mention fixes to rogue genitalia and missing undies, among other, more pedestrian things like “Fixed an issue causing you to get stuck in dialogue.”Read more
Use XHR/fetch Breakpoints!
7.8.2023
Web debugging tools are so incredibly excellent these days. I remember the days where they didn’t exist and debugging was a total nightmare, even for the simplest of problems. A while back I introduced many of you to Logpoints, a way to output console.log messages without needing to change...
Some Cross-Browser DevTools Features You Might Not Know
22.3.2023
I spend a lot of time in DevTools, and I’m sure you do too. Sometimes I even bounce between them, especially when I’m debugging cross-browser issues. DevTools is a lot like browsers themselves — not all of the features in …
Some Cross-Browser DevTools Features You Might Not Know originally...
6 Common SVG Fails (and How to Fix Them)
17.1.2023
Someone recently asked me how I approach debugging inline SVGs. Because it is part of the DOM, we can inspect any inline SVG in any browser DevTools. And because of that, we have the ability to scope things out and …
6 Common SVG Fails (and How to Fix Them) originally published...
Monitor Events and Function Calls via Console
29.8.2022
Despite having worked on the very complex Firefox for a number of years, I’ll always love plain old console.log debugging. Logging can provide an audit trail as events happen and text you can share with others. Did you know that chrome provides monitorEvents and monitor so that you can get...
WDRL — Edition 299: Parent selectors, JS concepts, Custom Elements, debugging page reloads and too smart SPAs
7.5.2022
Hey,
this week’s links are quite interesting: A couple of web standard (proposals) that would make CSS easier again like CSS Toggles, easy progressive enhancement for form data using the web platform. But also things like a huge list of JavaScript concepts to enhance your knowledge, or simple...
Remote debugging v Golangu
20.1.2022
Zprvu si vystačíte s lokálním debuggingem přímo z IDE. Ale na každého jednou dojde… Podívejme se na řešení
Solana-Based Drift Protocol Raises $3.8 Million — Project Reveals Drift Alpha Ticket NFTs
27.10.2021
While the blockchain network Solana’s native token has skyrocketed in value this week jumping 31.4%, the Solana-based perpetual swap platform Drift Protocol announced it raised $3.8 million from strategic investors. At the same time, Drift announced the launch of its alpha mainnet after...
Collective #682
7.10.2021
The State of CSS Survey * Atropos * React Preview * A Guide To CSS Debugging
The post Collective #682 appeared first on Codrops
How to Implement Logging in a Node.js Application With Pino-logger
22.9.2021
Logging, on its own, is a key aspect of any application. Logging helps developers comprehend what it is that their code is doing. It also helps save developers hours of debugging work. This tutorial is about implementing logging in a …
The post How to Implement Logging in a Node.js...
View Source (on Mobile)
10.8.2021
Have you ever wished you could see the HTML source of a web page while on a mobile browser, which generally doesn’t offer that feature? If you have a desktop machine around, there are ways, but what I mean …
The post View Source (on Mobile) appeared first on CSS-Tricks. You can support...
View Source (on Mobile)
10.8.2021
Have you ever wished you could see the HTML source of a web page while on a mobile browser, which generally doesn’t offer that feature? If you have a desktop machine around, there are ways, but what I mean …
The post View Source (on Mobile) appeared first on CSS-Tricks. You can support...
Fixing a Bug in Low-Resolution Mode
30.6.2021
I was working on a bug ticket the other day where it was reported that an icon was sitting low in a button. Just not aligned like it should be. I had to go on a little journey to figure …
The post Fixing a Bug in Low-Resolution Mode appeared first on CSS-Tricks. You can support CSS-Tricks...
Debugging iOS Safari
2.6.2021
How do I debug Safari on iOS?
These are my general steps, starting with not even using iOS Safari.
1. Is this just a small-screen problem?
Lemme just use the device mode in Chrome quick.
Note that this does a …
The post Debugging iOS Safari appeared first on CSS-Tricks.
You can support...