I tried the same user, and it worked for me just now. Thanks for working on this project!
- 0 Posts
- 15 Comments
Just fyi, I tried one your instance. Searched a user, clicked a result, and got an error.
Error ./app.lua:134: attempt to concatenate field 'username' (a nil value) Traceback stack traceback: ./app.lua:134: in function 'handler' ...ittygram/lua_modules/share/lua/5.1/lapis/application.lua:185: in function 'resolve' ...ittygram/lua_modules/share/lua/5.1/lapis/application.lua:216: in function <...ittygram/lua_modules/share/lua/5.1/lapis/application.lua:214> [C]: in function 'xpcall' ...ittygram/lua_modules/share/lua/5.1/lapis/application.lua:214: in function 'dispatch' /apps/kittygram/lua_modules/share/lua/5.1/lapis/nginx.lua:231: in function 'serve' content_by_lua(nginx.conf.compiled:92):2: in main chunk
In vim you can make some changes to a file, close vim, and then reopen the files, and then undo your changes, i.e. your undo history persists across sessions.
I use helix part-time but am forced to go back to neovim a majority of the time for a few reasons:
- no persistent undo
- no ctags and cscope (some C/C++ projects don’t work well with clangd)
- niche plugins (e.g. I just found a neovim plugin that gives me a way to run ipynb files in-editor)
If 1 and 2 got fixed, I’d be a full time helix user
KRAW@linux.communityto
Linux@lemmy.ml•my reason why you should use KDE+Krohnkite instead of WMsEnglish
261·8 months agoBiggest con of KDE + Krohnkite (to me) is no text-based config. I really have no desire to pour through the GUI to set up all my keybinds. I’ve tried this setup before, and honestly I mostly like it. However anytime I want to change something I just hate having to click through a menu with my mouse. The search bar helps, but often you’ll spend a lot of time guessing what the devs decided to name a setting. I went back to Sway and have no regrets. Though I’ll admit I wish there was something that was basically Sway with the benefits you mentioned here.
kitty. The ssh kitten is enough reason to use it. I work ob a lot of different systems that require OTP. Using the ssh kitten I can type the OTP once and can spawn new terminals that ssh and cd to the remote direvtory without logging in again. Obviosly the tabs and window panes are are a must too. There’s tons of other useful features that I like, like using hints to select nunbers, filenames, urls, etc in the terminal output.
KRAW@linux.communityto
Linux@lemmy.ml•Kitty Terminal 0.40.0 introduces the Text Sizing Protocol: "multiple font sizes ... in a backwards compatible, opt-in way"English
1·1 year agowith kitty you can open a new terminal session that sets it’s cwd to the remote directory of the server you’re ssh’d into. Honestly the only thing I can think of that termux can do that kitty can’t is saving sessions
I would argue that it is better to have two separate drives for the installation. It simplifies things for non tech savvy people, and I believe Windows has less of an opportunity to mess with your linux install, such as messing with the efi partition.
Ctrl + Shift + - should decrease the font size of the current terminal, which isn’t what you are looking for, but could be useful while you sort it out. Is it possible that the font in the config doesn’t exist, causing this issue?
KRAW@linux.communityto
Linux@lemmy.ml•Linux kernel Rust coding guidelines are heretic.English
5·2 years agoWhat happens when the defaults change? Is old code all of a sudden not following the style guidelines?
KRAW@linux.communityto
Linux@lemmy.ml•Inspiron One 2305 has corrupted graphics after coming out of suspendEnglish
2·2 years agoI’ve had similar issues, but with a 7800XT and only with variable refresh rate enabled. Don’t know if that is caused by the same thing though
KRAW@linux.communityto
Technology@lemmy.ml•Near-Future file type concept "Digital Memory"English
1·3 years agodeleted by creator
I don’t get what you’re referencing… does systemd break this functionality of tmux or something?
KRAW@linux.communityto
Linux@lemmy.ml•File system for 3rd hard drive on Win/Linux PC?English
3·3 years agoAs others have said, use ntfs and just install ntfs-3g
which i use mostly for storing games
If you are trying to put your Steam games and share them between Windows and Linux, be prepared for a headache. I did this for a short period of time, and it worked OK, but tbh it really doesn’t seem worth it. You have to jump through some hoops to get Linux Steam to play nicely with NTFS, and your Linux Steam will fight your Windows Steam every time you switch between using one or the other. Putting my Proton/Linux games on my ext4 partition, a weight was lifted off of my shoulders. This might work better if you share the drive but have separate steam library folders for each OS, but at that point you might as well just have two separate partitions.
That really depends on your definition of “sane defaults.” Even a lot of the computer science professionals I work with wouldn’t consider Arch Linux defaults as sane. I picture sane defaults to include a lot more basic functionality that Arch doesn’t have out of box (automatic suspend, desktop environment, lock screen, etc.).
I use Arch for the exact same reason you do though. Once you get past the tedious stuff like setting up your networking stack, setting up idle suspend, etc. it’s nice to choose whatever WM/DE you want and customize it how you want.

Or you coukd just use Arch without installing an AUR helper?