Jacob Friedman

Results 12 issues of Jacob Friedman

Taking this from examples: ``` MANDATORY MATCH (u:User {id: $user}) MANDATORY MATCH (c:City {name: $city}) MANDATORY MATCH (old:Product {id: $product})(c), (store)-[:SELLS]->(new:Product), (new)-[:MADE_BY]->(brand) 0 AND new.category = old.category RETURN store, count(DISTINCT...

``` whitespace = SPACE | TAB | LF | VT | FF | CR | FS | GS | RS | US ``` Unfortunately, trying to parse these raises the...

I was wondering if the tau library had any intention of cross-compatibility with [https://github.com/SWI-Prolog/packages-sgml](https://github.com/SWI-Prolog/packages-sgml) (SWI) or [https://binding-time.co.uk/index.php/Parsing_XML_with_Prolog](https://binding-time.co.uk/index.php/Parsing_XML_with_Prolog) (SICSTUS). `[element(html, [lang=en],[element(body,[],[])])]` is the usual method with HTML documents. Given a DOM...

We had an issue with building LAGraph when a parent directory including '000 - [...]' in the project. I can't provide another reproduction at this time, but this is just...

external bug

Please include the generated opencypher EBNF file in the repo Otherwise, for those relying on the .ebnf file, for every update in the grammar those people would have to regenerate...

I see in a forum there are major changes - which break models and cause a regression to old translations: > https://groups.google.com/g/marian-nmt/c/tUdg_UNEbE8 If this is true, it would be best...

enhancement

Unfortunately the OGDF doesn't include OpenMP - and the CMakelists don't include that. Please have a look at this patch- the placement is wrong, but if anyone's out there hopefully...

It would be nice to have an `IMGUI_VIDEO_CAPTURE_ENCODER_PATH` definition included in `imgui_capture_tool.h` much like `IMGUI_CAPTURE_DEFAULT_VIDEO_PARAMS`[...]. In my world it would be conveniently sourced during `ImGuiTestEngine_Postswap`; `struct IMGUI_API ImGuiCaptureContext` would contain...

capture

OF course, "// THIS IS FOR OUR OWN USE AND IS NOT SUPPORTED." It would be nice to have the struct / types / etc clearly defined in the header...

enhancement
test suite