solid
Here are 569 public repositories matching this topic...
-
Updated
Jun 21, 2020 - TypeScript
-
Updated
Jun 20, 2020 - TypeScript
I think it would be useful to add a mention about Async streams (IAsyncEnumerable) when a developer wants to tackle 'Handle streams of data' problem.
-
Updated
Jun 21, 2020 - C#
-
Updated
Nov 2, 2019 - Swift
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
Running current code for Router section results in following error:
Cannot modify header information - headers already sent
It is caused by echo statements in route resolvers and can be fixed if resolvers return content instead.
As it is, one cannot finish this section without an exception page. Is this b
As part of the transition process to the 1.0 format, let's make a list of issues on which the spec is currently not saying anything, but we feel it should say something.
To start off, I'm aware of the following ones:
- webid-oidc client_id's
- WAC-Allow headers
- [WebSockets-pu
-
Updated
Apr 8, 2020 - PHP
I'm trying to create a multiple snapshots/releases/versions of an article. I found rel:latest-version, rel:predecessor-version but no real-world example of a publication with versions. My approach would be:
- put current version at
http://example.org/article - put versions at
http://example.org/article/X.Y.ZwhereX.Y.Zis a version number - link versions with
rel:latest-version,
-
Updated
Nov 7, 2018 - Ruby
-
Updated
Oct 2, 2018 - Go
-
Updated
Jul 21, 2018 - C#
I suggest to add the filename (relative to the project root, or absolute if it's a trouble to make), in which the Assertion has failed, so it is easier to navigate to that file on integrated terminals like the Visual Studio Code Terminal (You can Alt+Click any absolute or relative file path and it will open in the same editor)
Actual:
> docs_gm@3.1.2 unit-tests C:\repos\docs_gm\docs-
Updated
May 28, 2020
Hi!
It's possible to add, to automatic generate a version of WebApi with auth ( JWT for example ) and policys ?
-
Updated
Jun 19, 2020 - C#
-
Updated
Mar 23, 2018 - C#
-
Updated
Jun 10, 2020 - TypeScript
-
Updated
Nov 13, 2019 - PHP
I would love to receive some more thoughts on this part:
Do you think that challenging interview will mean a challenging job?
I feel I don't have that much knowledge on the topic since I turn them down most of the time so I don't know if they have a challenging daily job even tho interv
-
Updated
Jan 29, 2020 - JavaScript
Improve this page
Add a description, image, and links to the solid topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the solid 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: