Kevin Cox
Kevin Cox
What I meant by that if you have repoa and repob which both have a label "foo" they will each have a different entry in the label table. I'm curious...
Can we add a README that indicates that this project is in maintenance mode and shouldn't be used by new projects?
To be honest don't have any clue what the problem is here. It guess we would have to find out how to do this broadcast on macos.
That's too bad. Unfortunately I don't have access to a Mac for any sort of debugging so I won't be able to help out. If you do find a possible...
**Name** FeedMail **Icon URL** https://feedmail.org/a/logo.png **Subscription Link with %s as a feed placeholder** https://feedmail.org/subscriptions/new?url=%s --- It would be really nice if users could add readers themselves, just provide the placeholder...
Ah great! I didn't notice the settings page. Figured the readers in the drop-down were hardcoded. Maybe it would be a good idea to add a "Add new reader" button...
Personally I like it for localhost because I can check that I have my feed linked correctly and can get a preview of changes. Sometimes viewing the source is useful...
I think that the performance problems are simple enough to find. For example just reading a locally cached file is incredibly slow and `ipfs daemon` burns 500% CPU. ``` %...
I tried again on latest git and while the results were better they weren't great. It was now using /dev/null 39.9MiB 0:00:24 [1.82MiB/s] [> ] 5% ETA 0:06:19 ```
* The file is large. This example was 670MiB. * Yes, am talking about fuse. `ipfs cat` is acceptably fast (>100MiB/s) * SSD * I have no idea what that...