Dmitry Vrublevsky

Results 7 comments of Dmitry Vrublevsky

Hi, Managed to run into this error, by having these 4 dependencies (all together): ``` [dependencies] load_image = "2.15.1" mongodb = "2.0.0" reqwest = "0.11.4" bevy = "0.5" ``` If...

Hi! We just got an interesting case in the wild, related to this. User uploaded SVG that is: * 49 MB large * 49 million character long * Contains 370...

Can you point to a code where hard limit is set? We can look into making a PR to make it configurable, if you are down for it.

Hi @lilianaziolek, Currently it's not available because we have hardcoded all rules, so they are not configurable ([official style guide](https://github.com/opencypher/openCypher/blob/master/docs/style-guide.adoc)). Unfortunately making them configurable is not that simple (and not...

Heya @akollegger! Long time no see! :) Well. I was not wise enough to specify license for this project, to make it clear what is possible to do. But I...

Encountered this issue today when our CI was switched to [AWS C7g](https://aws.amazon.com/ec2/instance-types/c7g/) instances, that are using ARM Graviton3 processors. It _seems_ that this PR fixes the issue. Would it possible...