Rodrigo Silva

Results 133 comments of Rodrigo Silva

> Thanks for the reply @isavegas. I decided not to use this library, but manually get the session key using the method in [this Stack Overflow answer](https://stackoverflow.com/a/49938514/428542). It's not very...

@graag , as I merged PR #35, does it mean this issue is also fixed? can @KingPin and other confirm that login is now working given the new instructions and...

That's a very, very nice finding!!! I'll try to look it and see what new features this new JSON branch could bring. Thanks for sharing!

This looks like an error in `xdg` module. Where and how did you download it? Please note that on PyPI the correct project is `pyxdg` **not** `xdg`

+1 for using `~/.local/share/itch` for everything (since splitting is not easy/feasible)! It's a much much better "general purpose" area than `~/.config`, and please never ever use `~/.itch`! Is this the...

@fasterthanlime > I'm still not convinced it's not a big ol' waste of time. XDG is an attempt to create standards and guidelines on user's home, much like FHS does...

Yes, software that existed long before XDG (or even FHS) still require special-casing, such as `~/.ssh` or `~/.bashrc`. That's not the case of `itch`, so we would really appreciate we...

@kilobyte , thanks for the input! If using Markdown, what would be the toolchain and steps to convert it to *roff? And how to generate it from (and keep synced...

I suspect ordinary users never touch the *roff files. I'm not sure if it's possible to use them from a local git clone, or if there's a way to install...

> I suspect ordinary users never touch the *roff files. I'm not sure if it's possible to use them from a local git clone, or if there's a way to...