Tobias Lindaaker
Tobias Lindaaker
**Describe the bug** When a shortened URL contains a fragment identifier (ending with `#`-something), Finicky encodes that `#` as `%23`, which results in making it part of the actual URL,...
I was getting the following error when building on MacOS (version 11.6), using `bmake` (version `stable 20211001`) installed from homebrew: ``` ... ld -o build/lib/libfsm.dylib -dylib -flat_namespace -undefined dynamic_lookup -macosx_version_min...
Neither Java's `Character.isWhitespace(int)`, or `Character.isSpaceChar(int)`, or the unicode [`[:White_Space:]`](https://unicode.org/cldr/utility/list-unicodeset.jsp?a=%5B%3AWhite_Space%3A%5D) specification treats [`\u180E` (MONGOLIAN VOWEL SEPARATOR)](https://unicode.org/cldr/utility/character.jsp?a=180E) as a whitespace. Yet the openCypher grammar considers this a whitespace character, why? https://github.com/opencypher/openCypher/blob/346aa0d6ec0d500c84bcc08edb633ba9d8815e73/grammar/basic-grammar.xml#L781 Furthermore...
Solves #177. [CIP2017-03-29](https://github.com/thobe/openCypher/blob/single-value-subqueries/cip/1.accepted/CIP2017-03-29-Single-Value-Subqueries.adoc)
This is first draft of a proposal for adding _Path Patterns_ to Cypher. There is still work to be done here before this is finalised. [CIP2017-02-06](https://github.com/thobe/openCypher/blob/rpq/cip/1.accepted/CIP2017-02-06-Path-Patterns.adoc)
# CIR-2017-260 Some applications have a need of performing bitwise operations on bit vectors (or fixed-size binary integers). It would be advantageous to be able to perform such operations in...
# CIR-2019-359 In some use cases it is desirable to parameterise the property key for an assignment, similar to how property access can be parameterised. This could be realised through...
It has become evident that there are some inconsistencies and unhelpful behaviour around the handling of deleted elements. This proposal aims to rectify that. Aims to specify the semantics requested...
# CIR-2018-296 Currently, in _Cypher 9_, the result of a `MERGE` statement depends on the evaluation order - i.e. the order of rows coming in to the `MERGE` statement (through...
# CIR-2018-298 Many real world use cases for Graph Database management systems need support for exact decimal numbers of arbitrary magnitude. The inexact representation of floating point numbers leads to...