Facundo Olano
Facundo Olano
review suggestions from https://simplewebrtc.com/notsosimple.html
Thanks for reporting. > I guess you could disallow forward slashes or maybe url-encode them? Yes I should do one of things things. There's the alternative of not using names...
Do you see this in the mobile or desktop UI or both? Let me know if you have some steps to reproduce. > I guess it may be linked to...
Yes, you need to run `alembic upgrade head` from within the virtualenv. I use [this command](https://github.com/facundoolano/feedi/blob/813295e7d7da46045e087ea2c53a602e53156ff4/Makefile#L94-L101) to update the code, in case it helps.
Thanks! this looks useful, I'll consider it
This is a feature I [decided to remove](https://github.com/facundoolano/feedi/pull/64) because I wasn't using it much. I find keyboard search to be more effective to jump to a feed. (Once the number...
FYHI for [v1](https://github.com/facundoolano/feedi/pull/116) I'm considering to remove folders altogether, and repurpose the side bar for quick feed links (based on a favorited/pinned flag on the feed)
Can you show some before/after examples of this? Perhaps a better option than the ... would be to show a compact version of the path segments, eg. my shell prompt...
Gotcha, let me think about this for a bit.
How did you install and set up? It sounds like you have `rpg` in your path, which I presume is the wrapper command you wrote, but not rpg-cli, which is...