I hereby claim:
- I am tagliala on github.
- I am tagliala (https://keybase.io/tagliala) on keybase.
- I have a public key whose fingerprint is 8F1A 55B5 E8B3 9F60 590E FDF7 4A63 4443 0AD4 E29F
To claim this, I am signing this object:
# syntax=docker/dockerfile:1 | |
# check=error=true | |
# This Dockerfile is designed for production, not development. Use with Kamal or build'n'run by hand: | |
# docker build -t rails8 . | |
# docker run -d -p 80:80 -e RAILS_MASTER_KEY=<value from config/master.key> --name rails8 rails8 | |
# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html | |
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version |
# Create postgis.control | |
/usr/local/opt/postgresql@11/share/postgresql@11/extension/postgis.control | |
# Manually move files to postgres folder | |
cp /usr/local/Cellar/postgis/3.0.1/lib/*.so /usr/local/Cellar/postgresql@11/11.7/lib | |
cp /usr/local/Cellar/postgis/3.0.1/share/postgis/*.* /usr/local/Cellar/postgresql@11/11.7/share/postgresql@11/extension | |
# Pin formuale |
@use "sass:math"; | |
$calendar-padding-y: math.div($spacer, 3) !default; | |
$calendar-padding-x: math.div($spacer, 3) !default; | |
$calendar-active: $primary !default; | |
$calendar-hover: $primary !default; | |
.ui-datepicker { | |
display: none; | |
padding: $popover-body-padding-y $popover-body-padding-x; |
/* This Source Code Form is subject to the terms of the Mozilla Public | |
* License, v. 2.0. If a copy of the MPL was not distributed with this | |
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | |
/** | |
Styles for old GFX form widgets | |
**/ | |
@namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */ |
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by PROJ configure 6.0.0, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --prefix=/app/.heroku/vendor | |
## --------- ## | |
## Platform. ## |
146,149c145 | |
< -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1); | |
< -webkit-transition-delay: 0ms; | |
< -moz-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; | |
< -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; | |
--- | |
181,182c177,179 | |
< transform-origin: left top; | |
< -webkit-font-smoothing: antialiased; | |
--- |
definePopupClass = -> | |
###* | |
# A customized popup on the map. | |
# @param {!google.maps.LatLng} position | |
# @param {!Element} content | |
# @constructor | |
# @extends {google.maps.OverlayView} | |
### |
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | |
# yarn lockfile v1 | |
"@types/estree@0.0.38": | |
version "0.0.38" | |
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.38.tgz#c1be40aa933723c608820a99a373a16d215a1ca2" | |
"@types/node@*": | |
version "10.1.2" |
.btn-group-radio input[type=radio] { | |
visibility: hidden; | |
position: absolute !important; | |
top: -9999px !important; | |
left: -9999px !important; | |
} | |
.btn-group-radio input[type=radio]:checked + .btn { | |
color: #333333; | |
background-color: #e6e6e6; |
I hereby claim:
To claim this, I am signing this object: