Carlos Rueda
Carlos Rueda
Just a quick note that I upgraded an app from a very old swagger-ui to the latest 4.12.0, expecting to see this important usability issue finally fixed ... but not;...
@nicholascar The cause of the issue is a missing URL-encoding for a proper request in this line: https://github.com/RDFLib/pyLODE/blob/c9581dbc1df0caa0d8f823872dafd2e47e476435/pylode/common.py#L103 In our local pyLODE copy I just added a line with the...
Just came across this ticket and thought I'd just mention that, although I'm not familiar at all with how things are set up in this project, what about using gihub...
ah, seems like you are raising that exception just to see the url itself... Anyway, why not just encode the query string, which is the missing step at least to...
though nobody seems to care, fwiw, just reproduced this with Scala 3.1.3 and sourcecode 0.3.0  ``` java.lang.AssertionError: assertion failed: `macro` == "Playground"...
oh, just hitting this issue in a project I'm "migrating" from travis to actions.. 🙁
I just reproduced this with latest Ammonite at this moment, 2.0.4: ```scala $ amm Loading... Welcome to the Ammonite Repl 2.0.4 (Scala 2.13.1 Java 1.8.0_121) @ val e = g/cm3...
Just reproduced with Ammonite Repl 2.1.4 (Scala 2.13.2 Java 1.8.0_121)
Just reproduced with Ammonite Repl 2.3.8 (Scala 2.13.3 Java 1.8.0_121)