Manan Gupta

Results 8 comments of Manan Gupta

Another feature that can be useful for failed imports would be to resolve them via adding book IDs. The ones in the URL: `bookwyrm.social/book//s/`. Sometimes the import fails because of...

This command works though: `/usr/bin/just --unstable -f ~/.justfile -l` So, should I just put this in a new alias?

Oh, I'm using fish, so, this wont be simple for me. 😅 Do the bazzite devs recommend not to use fish as the login shell?

For anyone having similar issues. you can override stuff in `/usr/share/fish/vendor_conf.d/` in your config at `~/.config/fish/config.fish` as described [here](https://fishshell.com/docs/current/language.html#configuration). Also as bi0shacker001 suggested above you can source the profile.d directory...

> Contents of `/usr/share/fish/vendor_conf.d/bazzite-just.fish`: > > ``` > alias just='/usr/bin/ujust' > ``` No idea, but this is provided by default. Not set by me.

Having the same issue where the diagnostic message covers the code that I'm trying to edit. Is there any workaround till this is fixed? P.S. Stopped using VS Code a...

I'm also getting yapsy errors: ``` Traceback (most recent call last): File "/app/lib/python3.11/site-packages/yapsy/PluginManager.py", line 535, in loadPlugins is_correct_subclass = issubclass(element, self.categories_interfaces[category_name]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: issubclass() arg 1 must be a class...

Yeah, given what I've reported, I also thing the same. But, I'm not familiar with the project, so, I don't know if its 100% correct. Also, I can't get the...