Skip to content

Instantly share code, notes, and snippets.

View yoomaxxx's full-sized avatar
📈
Scalper

Maxim Yurevich yoomaxxx

📈
Scalper
  • Belarus, Hrodna
  • 03:58 (UTC +03:00)
View GitHub Profile
@yoomaxxx
yoomaxxx / main.py
Created November 3, 2024 15:35 — forked from vrslev/main.py
Automatic browser reloading in FastAPI
import os
import arel
from fastapi import FastAPI, Request
from fastapi.templating import Jinja2Templates
app = FastAPI()
templates = Jinja2Templates("templates")
if _debug := os.getenv("DEBUG"):
@yoomaxxx
yoomaxxx / main.py
Created November 3, 2024 15:35 — forked from vrslev/main.py
Automatic browser reloading in FastAPI
import os
import arel
from fastapi import FastAPI, Request
from fastapi.templating import Jinja2Templates
app = FastAPI()
templates = Jinja2Templates("templates")
if _debug := os.getenv("DEBUG"):
@yoomaxxx
yoomaxxx / conventional-commits-cheatsheet.md
Created September 26, 2024 14:26 — forked from qoomon/conventional-commits-cheatsheet.md
Conventional Commits Cheatsheet

Conventional Commit Messages

See how a minor change to your commit message style can make a difference.

Tip

Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs

Commit Message Formats

Default