Blue Desk

Rodrigo’s blog.

Friday, April 22, 2022

Generating React object keys with WeakMap

›
When iterating through an array in React , a key attribute is expected on the rendered elements, so a reordering is properly rendered. How...
Thursday, April 7, 2022

VSCode extension Personal Access Token

›
I received an user request for my Format Comment VSCode extension, which pleases me greatly. Implementing the feature itself took me just...
Tuesday, April 5, 2022

Using active/inactive system colors in Firefox

›
After the horrible Proton UI in Firefox v89, there was no difference between active/inactive window colors. The theme would simply remain st...
1 comment:
Friday, February 18, 2022

Helix amp: sag, hum, ripple, bias and bias-x

›
I found a rather interesting video demonstrating the advanced amp parameters of the Line 6 Helix: sag, hum, ripple, bias and bias-x. As a s...
Monday, January 17, 2022

Filtering Pinia store fields

›
I’m having great joy working with Pinia , so much I’m introducing it at work. It seems reliable so far. I found a quirk that’s annoying, h...
Friday, December 31, 2021

Loading data asynchronously with Vue and Pinia

›
When working with Vue 3 Composition API and Pinia , I struggled a bit to put out an example of loading async data, where the request is han...
Tuesday, December 28, 2021

Two-way binding input in React

›
As a follow-up to my big disappointment with Vue due to the lack of typed emits, even with TypeScript, I came back to think about a two-way ...
Tuesday, December 14, 2021

Install and uninstall Rust nightly

›
When developing the full-module refactoring of WinSafe , I found that it’s possible to tag the items with their respective required Cargo f...
Thursday, December 2, 2021

RAII guards in Rust

›
While experimenting with scope rules in Rust, I ended up implementing a recurrent idea I had – a RAII guard that runs a function when the ob...
Thursday, November 25, 2021

Bash script to deploy my own Rust tools

›
While developing my own personal tools in Rust – which seems to be “the one” language of my own stuff now, after the disappointment of the c...
Wednesday, November 17, 2021

Fixing Visual Studio Code icon overlay color in Linux

›
A few months ago I had to dig into Visual Studio Code source until I found a change in the built-in light theme, where they changed the over...
Tuesday, November 9, 2021

Stateful iterators in Go

›
I’m writing an insane amount of Go code lately. It’s really unobtrusive, allowing you focus on the problem you have to solve. And I’ve been ...
‹
›
Home
View web version
Powered by Blogger.