namespace
Here are 313 public repositories matching this topic...
-
Updated
May 26, 2022 - JavaScript
Search before asking
- I had searched in the issues and found no similar issues.
Motivation
#550 introduces a CI task to build docker image, especially including build on ARM64 which is simulated via QEMU. This task generally takes more than 2 hours to complete and we currently have to run it daily in a dedicate job.
GitHub A
When creating a new user in Permission Manager, the username field suggests as an example Jane Doe
, but if you write that you get an error message saying that the username is not valid:
![Screenshot 2021-08-13 at 10 15 28](https://user-images.githubusercont
-
Updated
Jan 4, 2022 - Shell
-
Updated
Apr 29, 2022 - HCL
-
Updated
Jul 6, 2022 - HTML
-
Updated
Sep 29, 2021 - Ruby
-
Updated
Mar 19, 2020 - JavaScript
-
Updated
Apr 27, 2022 - Vim script
-
Updated
Aug 5, 2017 - Python
-
Updated
Jun 24, 2021 - PHP
-
Updated
Apr 28, 2022 - Shell
-
Updated
Jul 6, 2022 - C#
-
Updated
Jul 5, 2022 - PHP
-
Updated
Jul 14, 2019 - Shell
It occurred to me that the testing I did with AirConcurrentMap could have been better validated if I had had a benchmark test against the SuggestionEngine.
This is relatively straightforward to do and folks can use the existing BenchmarkGSetFiltering code with minimal changes to achieve this. I'll leave this up if anyone wants to tackle it or else I'll do it myself.
-
Updated
Jun 23, 2022 - PHP
-
Updated
Apr 21, 2020 - PHP
-
Updated
May 2, 2022 - Python
-
Updated
Jan 19, 2022 - C++
Review those available from https://github.com/beberlei/assert and implement without including that library, since there's already quite a bit of overlap with WP's built-ins as well as Stringy
-
Updated
Nov 14, 2019 - Ruby
-
Updated
Jul 7, 2022 - Shell
-
Updated
Mar 19, 2019 - TypeScript
Improve this page
Add a description, image, and links to the namespace topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the namespace topic, visit your repo's landing page and select "manage topics."
I believe turtle does not handle quads, but our default serialization format for ConjunctiveGraph is turtle as turtle does not override the default for Graph, I guess we should probably change this, question is to what.
I think TriG would make most sense, but the other option is n3.