Marco R.

Results 17 comments of Marco R.

Hi @bripkens and @dsinni, any update on this?

I'm getting the same, in the browser, where a simple: `optional match (a)-[r]-() return *;` gives the above mentioned error, while the command line client returns: ``` postgres=# optional match...

I don't know if this is related, but I get the same error running (in the browser): `match(a) return a;` while everything is fine for (notice the missing space between...

This has been viewed on a deployed installation at commit `590d24eba`.

Just got another caravan that's approaching the same spot, while it should go to a market in the villages up left: ![immagine](https://user-images.githubusercontent.com/3211180/179359213-c4aa64e2-0b97-4a56-86e9-0ade95085431.png)

> Was that seed number taken from a loading a save game? That isn't the actual seed number. That number is not preserved correctly if so. I should have been,...

I just saw the warning about the ` .NET Framework 4.5.1` on the homepage and I'm on Windows 7 with only v4 installed. But I needed this package to install...

It's the first time I'm using Sets, so I may be missing something. Moreover, as shown in the [compatibility table](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set#Browser_compatibility), they're not fully supported, I guess some special handling would...

I posted too quickly, what I initially observed is that: ``` import _qs from 'qs'; let a = {k: [1, 2, 3]}; let b = {k: new Set([1, 2, 3])};...