Patrick Hochstenbach
Patrick Hochstenbach
In chapter 6 it is possible to create a swapfl/2 using only the append/3 rule.
#### Feature description: The [Solid Spec](https://solidproject.org/TR/protocol#storage) allows to expose the Pod owner in the root container: `When a server wants to advertise the owner of a storage, the server MUST...
Please Indicate One: * [x] Editorial * [ ] Question * [ ] Feedback * [ ] Blocking Issue * [ ] Non-Blocking Issue Please Describe the Issue: In https://www.w3.org/TR/2017/REC-activitystreams-vocabulary-20170523/...
**Search terms you've used** ``is:issue Apache`` **What problem are you trying to solve? Please describe.** The documentation of `Running Community Solid Server` mentions on the right side that it is...
**Search terms you've used** `is:issue SSLProxyPeerName` **Describe the bug** The NSS Apache configuration can't start because of an unknown `SSLProxyPeerName` configuration setting. This can be solved by using the correct...
E.g. something like $ catmandu import JSON to MongoDB with JSONSchema --schema data/myschema.json < data.json This will send all items, after optional fixes, before being stored in MongoDB, through a...
https://github.com/ropensci/assertr Maybe in a separate project?
E.g. Catmandu::Bag->add Returns the stored hash on success or undef on failure Catmandu::Bag->add_many returns? Catmandu::Bag->delete returns ? ... etc etc etc
I would like to use the fix: ``` # Remove all _tmp fields remove_field("*_tmp") # Keep all magic_* fields ``` retain("magic_*")