Ingredients:
- 1 packet Knorr instant mashed potato mix
- 1 heaping tablespoon Napoleon plain cream cheese (≈ 25 g)
- 1 heaping tablespoon Napoleon garlic & dill cream cheese (≈ 25 g) (or substitute with another 25 g of plain cream cheese)
Ingredients:
In this lesson, we'll explore the benefits of working with small commits and maintaining functional code at every step. We'll use a simple TypeScript calculator project and add basic operations one by one, pairing each change with its corresponding unit test using Jest. After completing the initial development, we'll introduce git bisect to demonstrate how small commits make debugging easier.
The calculator project should reflect the same stack we're using: Typescript, and jest.
some good examples of gpt chat
| . | Name | Description |
|---|---|---|
![]() |
wappalyzer | Identify web technologies Wappalyzer is a technology profiler that shows you what websites are built with. Find out what CMS a website is using, as well as any framework, ecommerce platform, JavaScript libraries and many more. Wappalyzer is more than a CMS detector or framework detector: it uncovers more than a thousand technologies in dozens of categories such as programming languages, analytics, marketing tools, payment processors, CRM, CDN and others. Install Wappalyzer for Chrome to find out the technologies used on websites you visit at glance. |
|  => void, | |
| public callbackInactive: (element: HTMLElement) => void | |
| ) { | |
| this.setupTimers(); | |
| } |
on windows, run the following command:
docker run -d --name unix-connect --restart=always -p 127.0.0.1:23750:2375 -v /var/run/docker.sock:/var/run/docker.sock alpine/socat tcp-listen:2375,fork,reuseaddr unix-connect:/var/run/docker.sock
Then, add this line at the end of your .zshrc or .bashrc file:
export DOCKER_HOST=tcp://127.0.0.1:23750
| // Add this to your lovelace resources as | |
| // url: /local/chart-colors.js | |
| // type: module | |
| customElements.whenDefined('ha-chart-base').then(() => { | |
| // Find the HaChartBase class | |
| const HaChartBase = customElements.get('ha-chart-base'); | |
| // Write a new color list generator |
| const lib = require('./node-module'); | |
| const newPizza = new lib.Pizza(); | |
| // or | |
| const { Pizza, Lazagna, constant } = require('./node-module'); | |
| const newPizza = new Pizza(); |
I did something similar for myself. It should work the same for a group of steam friends if the data is the same (which I guess it is if you're using a steam sensor for each one of them).
I'll just say up-front that this is a lot of setup to get this to happen. But it shouldn't! I plan to make this into a custom HACS card since just getting all this data directly from the steam sensor will be much easier with a custom card. I'll keep you posted when that happens, but I hope this will get you what you want in the meanwhile :slight_smile:
My setup shows the following things (see image for reference):