Personally my go-to for this would be the ipv6 experimental Yggdrasil-network. https://yggdrasil-network.github.io/
Personally my go-to for this would be the ipv6 experimental Yggdrasil-network. https://yggdrasil-network.github.io/
You’re thinking of DataTables. The lemmy-ui source code shows the css class as table
. It looks to me like the basic bootstrap table.
Hi @rickumali! I’m in matrix too. Here are some links I copied from my session. Look forward to seeing your avatar there.
https://matrix.to/#/#lobby:matrix.sdf.org Lobby
https://matrix.to/#/#hamradio:matrix.sdf.org Ham Radio
Perfect use case. pipx
is awesome for Python! Glad you found a great easy solution.
Is it over engineering or error prone?
Nope. pipx
is like a big guard rail to keep you from doing error prone things with system Python.
In these examples we’ll assume your venv is at /home/TrueBlue/project/venv
Is there another way…?
!/home/TrueBlue/project/venv python3
poetry
can be useful for running personal projects using poetry run
.e.g.
I want to use a new command named sdf
to call my app.
alias sdf="/home/TrueBlue/project/venv/bin/python3 my_app.py"
John Goerzen writes the deepest dives on Yggdrasil-network…