experiment
Here are 1,253 public repositories matching this topic...
-
Updated
Jul 8, 2020
-
Updated
Jul 6, 2020 - Python
Actually there is now way to see the real running version on solid.community or dev.inrupt.net and inrupt.net displays NSS 5.1.4
When creating a clean new server the NSS version is displayed
Could it be related to the migration process from one version to the next where :
data/solidServerName/index.html is not updated (solidServerName being solid.community or inrupt.n
Dollar signs entered into Builder loop nReps fields are being compiled to JS in the TrialHandler nReps parameter, causing a reference error in browsers, e.g., see Discourse post
-
Updated
Nov 24, 2017 - JavaScript
-
Updated
Sep 21, 2018 - Go
-
Updated
Mar 9, 2019 - Python
-
Updated
Feb 9, 2018 - Python
-
Updated
Jan 2, 2020 - JavaScript
-
Updated
Jul 6, 2020 - Python
-
Updated
Apr 19, 2019 - Python
-
Updated
Jun 5, 2020 - Python
-
Updated
May 26, 2020 - JavaScript
-
Updated
Apr 22, 2020 - Python
-
Updated
Jul 9, 2020 - Python
-
Updated
Jul 30, 2015 - JavaScript
-
Updated
Mar 13, 2016 - Ruby
-
Updated
Jun 14, 2014 - CSS
-
Updated
Jul 9, 2020 - JavaScript
-
Updated
Jul 26, 2019 - Jupyter Notebook
Perhaps it was just me, but when I typed yarn Ubuntu suggested:
Command 'yarn' not found, but can be installed with:
sudo apt install cmdtest
which, of course, is not what is needed. This post gives nice simple instructions. Maybe something along these lines could be added to the README?
Thanks for putting th
-
Updated
Mar 18, 2020 - Python
-
Updated
Jul 17, 2015 - JavaScript
We should create a hook that listens to NSS Web Sockets (https://github.com/solid/solid-spec/blob/master/api-websockets.md) and returns the last update.
For instance:
const { document, date } = useLastUpdate('http://example.org/foo', 'http://example.org/bar');and, with a small component wrapper:
<TrackUpdates subscribe="http://example.org/foo,http://example.org/bar">Currently there seems to be a lack of automatic update of gh-pages when new documentation is added. We also need to generate the API documentation using npm run doc for gh-pages, since I think it's bad practice to commit files that are automatically generated anyway.
-
Updated
May 19, 2017 - JavaScript
-
Updated
Mar 21, 2018 - HTML
Improve this page
Add a description, image, and links to the experiment topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the experiment topic, visit your repo's landing page and select "manage topics."
We need to document which modules need to be externalized in webpack configuration in order to create web applications using
rdflibandsolid-auth-client.Example
externalsection of webpack configuration file: