Ashley Sommer
Ashley Sommer
Finally after more than 3 years of waiting the rdflib 5.0.0 release is nearly upon us! The 5.0.0rc1 release was pushed out today, and while we've tried to avoid as...
I like this theme and want to use it on my new blog. I believe there are some minor changes between Ghost 1.x and 2.0 which theme developers need to...
Is it because my processor doesn't have AVX512, or is that unrelated? I'm on latest up-to-date Manjaro 21.3.0, with CMAKE v3.23.1 Build/Install logs: ``` CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):...
* Waited for more than an hour the first time I tried it. * Then tried again a few hours after that, same result, waited 15 minutes, still not downloading....
We recently changed the `Graph.parse()` method's `format` parameter to default of turtle instead of XML. This is because turtle is now a much more popular file format for Graph data....
This is a rollup of three changes I have made to rdfstore-js sources while working on my current project. I needed to override a prototype function on the `RDFLoader` Class...
I know the code says that that this function should never execute, but I feel that it should still work correctly if it does. This pull request fixes the call...
Add new nextTick implementation to Utils class This is apparently much faster in some workloads. It yielded a small improvement in performance in my application. I feel that this is...
This patch was pushed to linux upstream v6.0 branch, it fixes a long standing AMD CPU idle performance workaround. https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?h=x86/urgent&id=e400ad8b7e6a1b9102123c6240289a811501f7d9 See Phoronix write up here: https://www.phoronix.com/news/Linux-6.0-AMD-Chipset-WA Is it possible we...
First attempt at adding support for elements which use a `substitutionGroup`. This allows an any element to be substituted for any element which is within the first element's `substitutionGroup`. This...