Luis Davim
Luis Davim
Please, include tokyonight in the collection. You can find it here: https://github.com/folke/tokyonight.nvim/tree/main/extras
In yaml single and double quotes have different meanings (https://yaml-multiline.info/) and I want to be able to auto format my file but keep the quotes as they are. I see...
Hi, Any plans to support other cloud providers?
this is how my setup looks like: ``` FROM keymetrics/pm2:8-alpine ENV LANG=C.UTF-8 \ LD_LIBRARY_PATH=/usr/local/lib:/usr/glibc-compat/lib:/opt/libs/lib:/usr/lib:/lib RUN ALPINE_GLIBC_BASE_URL="https://github.com/sgerrand/alpine-pkg-glibc/releases/download" && \ ALPINE_GLIBC_PACKAGE_VERSION="2.28-r0" && \ ALPINE_GLIBC_BASE_PACKAGE_FILENAME="glibc-$ALPINE_GLIBC_PACKAGE_VERSION.apk" && \ ALPINE_GLIBC_BIN_PACKAGE_FILENAME="glibc-bin-$ALPINE_GLIBC_PACKAGE_VERSION.apk" && \ ALPINE_GLIBC_I18N_PACKAGE_FILENAME="glibc-i18n-$ALPINE_GLIBC_PACKAGE_VERSION.apk" && \...
example: https://app.circleci.com/pipelines/github/Praqma/helmsman/183/workflows/af2fc3ef-f401-4002-8b5f-c1c5c9a69c48/jobs/1894
Hi, started seeing these errors when running `brew` ``` Warning: Calling `cellar` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or...
the site seems much more comfortable to read when disabling the `.container.max-width: 728px;` property.
Hi, Can mr-redis create Mesos-DNS discovery records for the master and slave instances? Thanks, Luis
Hi, I have the plugin installed and when I hit ```prefix /``` I get a prompt saying ```copycat search: ``` however if I try to search for anything I get...
Hi, I have the following at the bottom of my tmux.conf: ``` # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-copycat' set -g...