AtesComp

Results 19 comments of AtesComp

Finally back... ...and there are issues... ### Initialize: I loaded the data using the `tdb2.tdbloader --tdb ...` command in the `apache-jena-4.7.0-SNAPSHOT/bin` directory. All went well. The configuration is nearly the...

I'm re-looking at this as I have some time available. My tests still show the same failures with the released 4.7.0. I'm attempting to pair down my system to a...

So, I have a similar issue while docked and on external power: 1. During boot, with "HandleLidSwitch=suspend" and "HandleLidSwitchDocked=suspend", SDDM will NOT operate and the laptop suspends until lid is...

I thought this might be a race / ordering problem with setting HandleLidSwitch, HandleLidSwitchDocked, and HandleLidSwitchExternalPower. I set them in this order in the logind.conf file: 1. HandleLidSwitchDocked=ignore 2. HandleLidSwitchExternalPower=ignore...

Tested with "LidSwitchIgnoreInhibited=yes". Same results. NOTE: After lid is opened and SDDM displays, it can be closed immediately without activating suspend.

Last I checked, the cookie keys are hard-coded as "access_token_cookie" and "refresh_token_cookie". I'd also like to see these as configurable keys.

Since the @graph keyword (and using no @graph keyword) implies that "the absolute structure to be known from the root node down", then maybe using a **@subgraph** keyword would specifies...

Thanks for the response and consideration. I've seen other comments about SPARQL CONSTRUCT statements being used. This presumes the original data is accessible via a SPARQL store. However, my use...

Agreed. Not a query language. Just a transformation step from JSON to JSON-LD...something I can work with.