Florian Kramer
Florian Kramer
One possibility for adding time constraints would be using `pthread_cancel` on the `std::thread::native_handle` to kill the thread.
TODO: - [ ] Ignore literals when generating the pattern trick for objects - [ ] Implement usage of the pattern trick for objects data - [ ] testing
@hannahbast Those types of queries should now be supported in this pr
@niklas88 Although adding those into the lexer would be relatively easy (simply consume everything up to and including the next newline when a # is found outside of another token...
@niklas88 After thinking about this for a while I decided to look up the definition of solution mappings in the SPARQL standard. According to the standard a solution mapping `u`...
Has there been any progress on this withing the last months? We are using the compressed pcd file format a lot and deal with large pcd files, so any solution...
I haven't touched anything that should trigger the linter errors (and am getting very different errors locally in code that I've also not changed), so it seems like they are...
@lisael did you start implementing this? Otherwise I'd give it a go myself, as it is a feature I'm sorely missing (and it shouldn't be too hard to do, druid...
So it turns out that druid hasn't had a new version released since Jan 10, 2021. The pr we need to do this properly is https://github.com/linebender/druid/pull/1867 which is from July...
Right, that pr was for X11 (there's also a gtk one). Figured out by now that the druid `opengl_shell` branch has all the prs needed, I just looked at the...