CjkOvPDwQW

joined 1 year ago
[–] [email protected] 3 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Even though I am a vim user. This is a good comment ! Nice editor choice (The only reason I don't use it is because never got used to the keybinds)

[–] [email protected] 1 points 8 months ago

Desconhecia, já vi que é FOSS!!

Mas a app serve apenas para tracking correto ? Do género traktTV, não é um epub reader?

[–] [email protected] 2 points 10 months ago (2 children)

How do you mount the GDrive ? What app allows you that ? I know gnome allows it but since moving to sway I gave up on it

[–] [email protected] 3 points 11 months ago (1 children)

Seems to be just normal vim, maybe some distros packages the binary (of vim with more options enabled at compile time) as vimx so that it doesn't conflict with another vim package (as an example vim-tiny). https://www.systutorials.com/docs/linux/man/1-vimx/

But only @aram@[email protected], can answer that for us.

[–] [email protected] 1 points 11 months ago

No distro has the 45 packaged yet ahahhaha

[–] [email protected] 4 points 11 months ago

This, super love that distro !!! Perfect for users that don't have a lot of needs.

Personally, I never got used to the container workflow :(

[–] [email protected] 2 points 11 months ago (4 children)

O percurso que normalmente faço de Expressos não tenho que parar para ir ao WC, é um percurso curto, cerca de 2 horas, por isso a experiência de pagar 1 euro para ir à casa de banho não tenho. Mas parece-me ser mais um problema dos operadores dessas estações de serviços/terminais do que da Rede Expressos.

Mas sim concordo em parte com o que dizes.

Atrasos constantes. No terminal da minha terra não existe nenhuma informação, simplesmente é ficar lá sentado até aparecer o autocarro.

E o que me choca mais é o preço. Esta viagem Porto -> terra Perto de Vila Real pago 11 e tal por um bilhete normal. O autocarro está sempre cheio, não percebo o preço elevado. Ou seja, cerca de 24 euros ida e volta.

Fazendo as contas fica mais barato andar de carro sozinho (infelizmente porque para mim é uma filosofia/ideologia os transportes públicos).

[–] [email protected] 1 points 11 months ago

Super nice, with some "hidden" gems like Ctrl+Shift+o for opening links.

[–] [email protected] 2 points 11 months ago

Super nice, with some "hidden" gems like Ctrl+Shift+o for opening links.

[–] [email protected] 1 points 1 year ago

Did you follow their docs ? Read page by page and everything should work fine.

[–] [email protected] 2 points 1 year ago

Thanks, for the link. Will join there.

[–] [email protected] 2 points 1 year ago

Didn't know that those projects existed, I have always written makefiles from begining based myself on the dwm makefiles :)

But a quick Google search and the first project that appears say that:

A simple makefile generator that can generate makefiles for: GNU-make targeting MinGW, clang-cl or MSVC.

 

Hi, first time contributer, so here are some questions:)

Could someone please check if I did this speed cam right ?

https://www.openstreetmap.org/changeset/138752062#map=19/41.15212/-8.58060

Also I have added this comercial gym node, but shouldn't I update the overview of the buildings to show that there are 2 different places now ? If so, how ? ( I am using Vespucci on Android)

https://www.openstreetmap.org/changeset/138552050

Appreciate your insights thanks !

 

Hi everyone long time vim/neovim user, currently for my latex I have in ~/.config/nvim/after/ftplugin.lua the following line:

vim.opt_local.makeprg="pdflatex -output-format pdf -output-directory /tmp %"

I am now working in a latex project that has a makefile, is it possible to create something in the lines of:

if ! makefile_exists then
  vim.opt_local.makeprg="pdflatex -output-format pdf -output-directory /tmp %"
end

Ended up with this and it seems to work fine:

~/.config/nvim/after/ftplugin/tex.lua

local makefile_exists = vim.fs.find('makefile', {
  upward = true,
  stop = vim.uv.os_homedir(),
  path = vim.fs.dirname(vim.api.nvim_buf_get_name(0)),
})

if #makefile_exists == 0 then
	vim.opt_local.makeprg = "pdflatex -output-format pdf -output-directory /tmp %"
end
 

Hey, Glad this communitie migrated to lemmy.

Is there any foss app that has sports livescore ?

I mean alternatives to sofascore and so.

Thanks.

 

Nao me importo de ser admin, so nao sei como chamar a comunidade, mas a ideia seria poder partilhar noticias sobre halterofilismo/bodybuilding/powerlifting e onde pudessemos discutir algo sobre ginasio e até tirar duvidas :)

Provalmente algo geral como ginasioPT ou algo assim

 

One of my current favorite lifters.

However I was excited to see what he could achieve in the following years.

Nurgisa Adiletuly seems to be the other kazakhstan lifter that gave positive. He posted a compilation of his lifts on insta with the caption No more sport for me

view more: next ›