Tomasz Pluskiewicz

Results 430 comments of Tomasz Pluskiewicz

Hm, that did not work. I have a `base.n3` file: ```turtle PREFIX ex: a ex:Foo . { a ex:Foo . } => { a ex:Bar . } . ``` I...

I'm also unsure how this is going to work when there are multiple files like that. Consider `foo.n3` and `bar.n3` ``` eye --nope --quiet --pass --wcache http://localhost/ foo.n3 foo.n3 --wcache...

I think this causes one more effect, when I use resource paths with backward rules. For example, I have this rule: ```turtle { ?res tuner:body ?body . }

Indeed, when I add these line to the rule above, I see this ```turtle "res" log:trace ?res. "body" log:trace ?body. ``` ``` "res" TRACE _:sk_5 "body" TRACE ?_27608 "INFO" TRACE...

Ah, I finally managed to nail it and reduce the ruleset to provide a meaningful reproduction. The factor is calling a formula with `log:call` Here's Gist with the failing rules:...

I figured as much. And it means it's by design?

Well yes, but is the fact that they are interpreted differently inside a graph term is by N3's design? Does it effectively mean that I cannot use resource paths in...

That did not occur to me at time of writing but it is possible that it's really the same issue. Here there `connectedCallback` gets called before the child element has...

I have been having that same issue recently (intellij 2022.2.3, macos 11.6, fig 2.7.7) What I noticed is that the seemingly random position of the dialog is actually the last...

@mschrage I see multiple similar issues from various editors. I don't think this was really an issue related to JetBrains ToolBox See, I just updated to macOS Ventura and now...