Code of Conduct: https://github.com/solid/process/blob/main/code-of-conduct.md - Website: https://solidproject.org
timea-solid on prune-deleted
deprecated findAppInstances (compare)
timea-solid on prune-deleted
update snap (compare)
timea-solid on prune-deleted
Update test/unit/chat/__snapsho… (compare)
timbl on prune-deleted
typescript (compare)
timbl on prune-deleted
npm ci in CI tests fails, menti… (compare)
timbl on prune-deleted
Fix tests. Mostly snapshot upd… (compare)
timbl on prune-deleted
context.me harden Merge branch 'prune-deleted' of… (compare)
timbl on prune-deleted
Update src/login/login.ts Co-a… (compare)
timbl on prune-deleted
Apply suggestions from code rev… (compare)
friends.join(', ')
would do the trick
Given a WebID for a user who has a POD, is there an official way to compute the path of the user's public/
folder? Right now, I'm using ['https://doctorbud.solid.community/profile/card#me']['pim:storage']
, which returns https://doctorbud.solid.community/
and I'm appending public/
. But it seems like there should be a better way.
I obtained the pim:storage
idea by looking at the predicates associated with my WebID.
@jeff-zucker I think that could certainly be useful, though I'm not sure yet how much time I could dedicate to that. Btw, one thing that I've also been working on is a page listing a number of common operations, and how to do those in different tools. It currently only lists three of them (the same as in the app above), but I'd like to include more: https://vincenttunru.gitlab.io/tripledoc/docs/cheatsheet
(But unfortunately I have no experience with other tools yet, so PRs welcome :) )
Perfect @jeff-zucker, I'll try to incorporate that soon.
And yeah, I guess it needn't necessarily be an official panel, but it'd be good to gather input from everyone developing libraries. That Cheatsheet page will probably be moved to solidproject.org at some point, so then the best course of action is probably to get people to submit PRs there?
I posted this in solid/chat, but it may make more sense here:
Hi. I've come up with a nice workflow that lets me publish my tree of Smartdown files to either a Solid POD or to a GitHub Pages repo.
- Full Source: https://github.com/smartdown/solid
- POD version: https://smartdown.solid.community/
- GHPages version: https://smartdown.github.io/solid/
What might be helpful for others is a script I wrote, inspired by @megoth 's solid-update-index-tutorial
It's basically a
bash
script that just usescurl
to upload files to Solid. It deals with addingContent-Type
headers for some types (.html
,.png
,.svg
). Feel free to copy and use this.
safe://
protocol, although I'm sure they will in time - it may be possible now but I've not looked into it. Also I've had problems with apps which use jQuery, but again I expect that to be sorted out.