Skip to content

Instantly share code, notes, and snippets.

@jbjhjm
jbjhjm / cloudSettings
Last active March 16, 2021 17:57
vscode-sync
{"lastUpload":"2021-03-16T17:57:23.965Z","extensionVersion":"v3.4.3"}
@jbjhjm
jbjhjm / config.g
Created September 4, 2021 13:22
Example config for setting up a V-Core 3 with Duet 3.
; this is only an EXAMPLE!
; use on your own risk and keep in mind it is unlikely that this will work for your printer without any changes!
; Base specs: Duet3 6HC with bltouch on a V-Core 300x300
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
; M550 P"V-Core 3" ; set printer name -- only for standalone use with network
M669 K1 ; CoreXY
G29 S1 ; Set Units to Millimeters
@jbjhjm
jbjhjm / Clickup 3.0 CSS hacks for clean compact theme.md
Last active March 7, 2024 18:47
Clickup 3.0 stylesheet to make it look more like 2.0 clean theme

clickup hack

Clickup 3.0 introduced a quite messy new theme. This CSS aims to restore the feel of "Clean" theme of Clickup 2.0. Only tested with Chrome and Dark Theme.

Features

  • restore old color theme instead of 3.0's desaturated colors
  • list view:
    • remove "noise" (unnecessary icons, labels, bubbles etc)
  • no more bold font
@jbjhjm
jbjhjm / README.MD
Created July 8, 2024 08:31
minimal-size replacement for fontawesome angular fa-icon component

angular-fontawesome is a pretty huge lib as a result of bundling many - possibly useful - features. In react-fontawesome one can find an ongoing discussion of offering a more compact solution to anyone only needing basic functionality.

This gist showcases a solution based on modern angular using signals + standalone component. It is a minimal replacement for the entire angular-fontawesome UI library.

Opposed to other solutions showcased in discussion thread, this component provides SOME configurability:

  • icon sizes sm to 4x supported
  • fixedWidth supported
  • icon spinning supported