#Hi all, I just learned about Permify and

1 messages · Page 1 of 1 (latest)

slender owl
#

Hi @willow vortex , Could you please share which version of Permify are you using? And which database engine are you using (PostgreSQL or in-memory)?

willow vortex
#

Hi @slender owl, I am actually using the sandbox environment provided in docs: https://play.permify.co

I am currently evaluation a couple options so wanted to test it without needing to set it up.

I can later setup a dockerized environment however I want my other teammates to also test so no-setup would be ideal for this.

slender owl
willow vortex
#

I believe my issue is not related to my model, it happens while I am typing in to the code editor. Something specific throws an exception and playground never recovers from that exception.

Here is the issue: https://github.com/Permify/permify/issues/1315

In my experience it was easily reproducable.

GitHub

Describe the bug When I am writing a schema, I am occasionally seeing the "System Error: Go program has already exited" error and my playground state becomes broken and this error keeps s...

#

I am not 100% sure but there might be some other occurances that I have seen this (Maybe I accidentally typed "").

#

I believe correct way to represent string in CEL should be '' however it really creates inconvience because when I accidentally type a character, it messes up with my entire playground state :/

slender owl
#

Thank you for sharing these. We'll review that and resolve the issue as soon as possible. Have you had a chance to test with the validation file using cli?

willow vortex
#

I am able to test with local installation however it is not as convenient as having a playground 🙂 Is it possible to run playground pointing against the local?