Michal Bryxí

Michal Bryxí @michalbryxi

About: Cycle 🚴 , climb 🗻 , run 🏃 , travel 🌍 , enjoy life ♥. IT guy with the need to live fully.

Location:
Interlaken, Switzerland
Joined:
Feb 1, 2018

Michal Bryxí
articles - 77 total

ember-template-lint recommended rules that I disable

EmberJS comes with great set of default tooling. One of them is ember-template-lint which helps...

Learn More 0 0Aug 5

Swiss trail closures in Locus

Learn how to add official Swiss hiking trail closure data to Locus Map using a custom WMS layer from geo.admin.ch. This guide walks you through enhancing your maps with up-to-date information from SwissTopo.

Learn More 0 0Apr 7

Embroider & Vite & net::ERR_ABORTED 504 (Outdated Optimize Dep)

A bit cryptic error message and possible solution

Learn More 2 2Mar 30

How to disable ember/no-empty-glimmer-component-classes

This pesky little error appears a lot in modern gjs/gts components.

Learn More 0 0Mar 29

ResponsiveImage & EmberJS & glob vite imports

ResponsiveImage is a: Multi-framework JavaScript library for responsive images. Responsive images...

Learn More 0 0Mar 7

How I Manage Node & Package Manager Versions in 2025

Some time has passed since I wrote How I Manage Node & Package Manager Versions in 2024 and few...

Learn More 2 0Jan 23

Unlocking your SSH key through OSX keychain

The problem Using passphrases for SSH keys is a very good idea, but since UX is inherent...

Learn More 3 0Nov 8 '24

Microsoft 365 Outlook calendar in Todoist

The problem At the time of writing this article, one can connect only one calendar...

Learn More 1 0Nov 8 '24

OSX Sequoia & Operation not permitted (os error 1)

With new granular set of permission rights comes ... a bit of pain.

Learn More 7 2Nov 1 '24

Installing EmberJS v2 addons from GitHub forks using PNPM

This article explains how to install EmberJS v2 addons from GitHub forks using PNPM, especially when dealing with monorepos. It provides a solution for adding a patched version of an addon from a specific commit in a GitHub fork.

Learn More 1 0Sep 16 '24

Google Photos & undismissable notification in Utilities

There are few things more frustrating than misbehaving tech with easy to reproduce bugs that, for...

Learn More 0 0Sep 11 '24

How I Manage Node & Package Manager Versions in 2024

The problem On OSX, when it comes to managing version of things in NodeJS world, there are...

Learn More 3 0Sep 6 '24

Add custom layer to embe-leaflet

What if you need want to register custom component with ember-leaflet?

Learn More 1 0Sep 4 '24

ERR_PNPM_BAD_PM_VERSION This project is configured to use vX of pnpm. Your current pnpm is vY

If you've ever seen a ERR_PNPM_BAD_PM_VERSION when running the ember command, you might be running into a global vs local issue.

Learn More 2 0Aug 18 '24

How to un-trash Obsidian attachments

Not sure why I need this, but I need this

Learn More 0 0May 3 '24

npx alternative for pnpm

How do I npx with pnpm?

Learn More 12 2Apr 18 '24

A love letter to Web browsers

My CSP story and how it made me write a love letter to the Web browsers.

Learn More 0 0Mar 22 '24

Migrate heroku database to on-prem PostgreSQL

Handy script from when you're migrating your app away from heroku. This will make it so that you can pull the heroku database to on-prem again and again until you're ready to make the switch.

Learn More 10 2Mar 1 '24

Obsidian option+key shortcuts on OSX

If you're using Templater plugin in Obsidian on OSX, you might have noticed that default shortcuts...

Learn More 0 0Feb 21 '24

Support for in/inter page linking / scrolling in EmberJS

The problem Navigating to URLs with #hash-targets in them is not supported by most...

Learn More 1 0Jan 31 '24

Ember-cli config

Ember pioneered the standardised usage of global cli tool. This is a perfect way to give new users a...

Learn More 5 1Jan 26 '24

Context leaking in EmberJS tests

(Unit) tests should be FIRST: Fast, Isolated, Repeatable, Self-Verifying, and Timely. The I part is...

Learn More 6 0Oct 20 '23

Firefox form auto-fill

Problem One of the trivial, yet crucial UX issues I have with the Firefox web browser is...

Learn More 14 1Sep 10 '23

ember-cli is stuck on certain version

Today when bootstrapping new EmberJS project I encountered weird headscratcher: > npx...

Learn More 2 0Sep 7 '23

Selecting duplicate records

Selecting duplicate records might be useful in cases when you want to introduce new multi column...

Learn More 1 1Feb 27 '23

Export data to CSV in Ruby

A quick note on how to export an Array of Objects to CSV in Ruby. For example when fetching data...

Learn More 2 0Feb 27 '23

Download Railway database to localhost

For my hobby projects I like to download live, production db and load it on my localhost environment...

Learn More 10 1Feb 26 '23

Fully dynamic daily notes in Obsidian

After few months of using Structured daily/weekly notes - in Obsidian I collected enough information...

Learn More 32 10Feb 2 '23

Structured daily/weekly notes - in Obsidian

Earlier this week I've been reading a brilliant post Writing Down What I Do — In Obsidian from Chris...

Learn More 45 1Nov 13 '22

Migrate ember-data models to Octane

Since the arrival of Ember Octane we could start using native JavaScript classes. And since the...

Learn More 6 0Aug 19 '22