- Copie o código
javascript:location.href='https://12ft.io/proxy?q=%27+document.location.href;
- Clique no botão direito da Barra de Favoritos e clique em "Adicionar página"
- Cole o código
FROM golang:1.21.0-bullseye as builder | |
COPY . /workdir | |
WORKDIR /workdir | |
ENV CGO_CPPFLAGS="-D_FORTIFY_SOURCE=2 -fstack-protector-all" | |
ENV GOFLAGS="-buildmode=pie" | |
RUN go build -ldflags "-s -w" -trimpath ./cmd/app |
This should make True Color (24-bit) and italics work in your tmux session and vim when using Alacritty (and should be compatible with any other terminal emulator, including Kitty).
Tested successfully in bash and zsh with latest packages from Arch Linux (with exception of neovim built from source):
&t_8f
, &t_8b
and t_Co
in your vim config$TERM
in your zshrc, bashrc, etc. Configure this in your terminal (alacritty).This should make True Color (24-bit) and italics work in your tmux session and vim when using Alacritty (and should be compatible with any other terminal emulator, including Kitty).
Tested successfully in bash and zsh with latest packages from Arch Linux (with exception of neovim built from source):
&t_8f
, &t_8b
and t_Co
in your vim config$TERM
in your zshrc, bashrc, etc. Configure this in your terminal (alacritty).104.198.102.93 | |
104.198.101.253 | |
52.40.240.176 | |
63.251.239.123 | |
52.42.44.79 | |
209.239.121.82 | |
104.197.17.180 | |
130.211.193.234 | |
104.197.136.10 | |
104.197.42.178 |
This is inspired by https://fasterthanli.me/blog/2020/a-half-hour-to-learn-rust/
the command zig run my_code.zig
will compile and immediately run your Zig
program. Each of these cells contains a zig program that you can try to run
(some of them contain compile-time errors that you can comment out to play
with)
--[[ | |
curl 'https://api.outline.com/v3/parse_article?source_url=https%3A%2F%2Fpolitica.estadao.com.br%2Fnoticias%2Fgeral%2Cconta-no-twitter-divulga-dados-pessoais-de-fotografa-do-estadao%2C70003323526' \ | |
-H 'authority: api.outline.com' \ | |
-H 'accept: */*' \ | |
-H 'user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' \ | |
-H 'origin: https://outline.com' \ | |
-H 'referer: https://outline.com/' \ | |
--compressed | |
]] -- | |
local job = require("plenary.job") |
/github subscribe owner/repo issues pulls deployments statuses public commits commits:all releases comments branches reviews
based on https://www.reddit.com/r/vim/comments/24g8r8/italics_in_terminal_vim_and_tmux/
$ echo -e "\e[3mitalic\e[23m"
$ infocmp $TERM | grep sitm
sgr0=\E(B\E[m, sitm=\E[3m, smacs=\E(0, smam=\E[?7h,