Pirijan
Pirijan
From the lack of activity on this repo from the creators I suspect that development on this app is cancelled. I'd love to be wrong, butif so that's a real...
as an end-user dev who uses bundlephobia to evaluate libs to use (like a premium/good npm), I would pay for ad hoc access (e.g. a package of n lookups) or...
I'm not sure if the cause is related, but I came to report that I keep getting 'feed not found' errors when I tried to add a feed from https://blueskiesdaily.com...
It's highly likely I'm misinterpreting something, but when I hit https://blueskiesdaily.com/feed.xml in firefox, this .rss (xml) file is downloaded by the browser (I zipped it up for github). I don't...
yes I'm indeed using Feedly. That said, I'm actually looking to migrate away from it – probably to the icloud sync. So I'm happy to do that sooner rather than...
can confirm, https://blueskiesdaily.com/ works as expected with icloud sync. For other people that might have similar issues in the future, it'd be awesome to have the extra detail in the...
for what it's worth, I was able to export my feedly opml with 630 feeds (not sure if that's big or not), remove the feedly account from nnw, and import...
my vue/vite spa uses the [`@` convention](https://stackoverflow.com/questions/42749973/what-does-the-mean-inside-an-import-path) for paths from `/src/*` . the alias is defined in `vite.config.js`. ``` resolve: { alias: { '@': path.resolve(__dirname, './src') } }, ``` If...