Work account. For personal inquiries contact @ibLeDy
- Málaga
- https://iagoalonso.xyz
Pinned Loading
-
ibLeDy/timezone-converter
ibLeDy/timezone-converter PublicWhole-day timezone comparison
-
Standardised editor configuration
Standardised editor configuration 1root = true
23[*]
4end_of_line = lf
5insert_final_newline = true
-
Best practices for writing Dockerfiles
Best practices for writing Dockerfiles 1ARG DEBIAN_FRONTEND=noninteractive
23# Tags should be as specific as possible
4FROM ubuntu:jammy-20220815
5 -
Best practices for writing docker-co...
Best practices for writing docker-compose files 1version: "3" # specify compose spec version
23services:
4db: # define a service name (docker-compose restart db)
5image: postgres:13 # specify an image tag
-
Example pre-commit config for Python...
Example pre-commit config for Python projects 1repos:
2- repo: meta
3hooks:
4- id: check-useless-excludes
5 -
Example configuration files for Pyth...
Example configuration files for Python packages 1[build-system]
2requires = [
3"setuptools",
4"wheel",
5]
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.