Bruno P. Kinoshita
Bruno P. Kinoshita
> Undo is actually in the works :) it's maybe 25% done. Yay! Sorry, I hadn't search the branches or read the code base to check if it was being...
I think I will have some spare time during this weekend. I will try building the project and see how different Ruby is from Java, PHP and Python :-)
Here's `main` on Linux: ``` - - - │ [TESTS] └────────────────────────────────────────────────────────────────────────────────────────────────┘ [TESTS] ✔ All specs passed! 00:19 13 13 - - - [TESTS] [TESTS] yarn wait-on http-get://localhost:${PORT}/index.html && cypress run...
Oh, I wonder if the version used on Windows is not happy about `yarn run $target`. It's the old style, and nowadays I believe it's moving towards `yarn $target`. I...
Booted into Windows after a long time, then * installed nodejs.org 22.01.1 LTS * updated npm as per their cmd line output message * installed Yarn globally with npm *...
Oh, I forgot to comment here, but I tested again after my last comment and it seemed to fail with `concurrently`. In our `package.json`, the `test:e2e` calls `concurrently` https://github.com/apache/jena/blob/7b3e36afd6e42972c717ac9bc4be26e03a5e07d2/jena-fuseki2/jena-fuseki-ui/package.json#L13 I...
"" → OK " " → ERROR "snoopy" → ERROR "http://example.org/dataset" → OK "http://example.org/dataset#graph" → OK "http://example.org/dataset" → OK "http://example.org/dataset#graph?Aaa" → OK "http://example.org/dataset%23graph" → ERROR
> Any valid absolute IRI should be permitted, including other schemes than http/https, like `urn:uuid:6e8bc430-9c3a-11d9-9669-0800200c9a66`. Haven't tried on this PR, but a quick test on the browser console accepts "urn:uuid:6e8bc430-9c3a-11d9-9669-0800200c9a66"...
>Would that be feasible from the testing-perspective? I think that's doable too. Let's wait to see if @afs has other ideas or suggestions. Thanks @jmkeil !
ping @afs , @rvesse :point_up: Don't recall much about the context here, but reading the comments, looks like I was waiting for other opinions on the best approach here. Any...