Skip to content

Instantly share code, notes, and snippets.

View krzykamil's full-sized avatar
🤔

Krzysztof Piotrowski krzykamil

🤔
View GitHub Profile
@secretpray
secretpray / Autohide flash message (Rails 7, Tailwind, Stimulus).md
Last active June 11, 2024 13:50
Autohide flash message (Rails 7, Tailwind, Stimulus)
clip.mp4

app/views/layouts/application.html.erb

  <body class="min-h-screen relative">
    <%= render "layouts/flash" %>
  </body>

app/views/layouts/_flash.html.erb

@renexu
renexu / build_libvips.md
Created January 24, 2019 19:46
build latest libvips deb on ubuntu 18.04

These are the steps to build latest libvips (8.7.4) deb package on ubuntu 18.04

##1. install build scripts

# sudo apt install build-essential devscripts

##2. download vips source

@NickMcSweeney
NickMcSweeney / postgresql_plus_arch-linux.md
Last active July 18, 2024 16:10
Getting postgresql running on Arch Linux

Setup Postgresql

run postgresql with systemctl

Install postgres

latest

sudo pacman -S postgresql

specific version

find version & build from source