Marc Demierre
Marc Demierre
@hotpxl I suffer from the exact same issue. Do you know if commenting out this line has any side-effect? I also noticed that the only multiline prompt theme where it...
I just found the side effect of commenting out the line. During completion (I entered "cd ." then pressed Tab) it does this:  Pressing Enter still goes to the...
I could also fix this by printing the first line of the prompt in `precmd`, and only use `PROMPT` for the second line. It seems that `PROMPT` was in fact...
We manage our permissions in Open Policy Agent (OPA), and this would be great for us in "feature" permissions (eg. does "user1" have the permission "show-reports"). Currently if we want...
Note that one side-effect of this issue is that in the Docker Desktop managed Kubernetes, coredns is the only remaining container to use an emulated AMD64 image on Apple M1....
I experience the same problem trying to use it for JSON. I tried adding `worker-json.js` in my `angular-cli.json`: ```json "scripts": [ "../node_modules/ace-builds/src-min/ace.js", "../node_modules/ace-builds/src-min/mode-json.js", "../node_modules/ace-builds/src-min/worker-json.js" ], ``` I still get the...
By the way, this breaks the validation part of the editor. It doesn't show invalid JSON errors
In your mind would it just be a help to place objects on a slide, or would it "persist"? By "persist" I mean that something pinned to the center of...
This is essentially what projects like Hasura or PostGraphile do (for PostgreSQL specifically). They introspect the whole PostgreSQL schema and build from it: - GraphQL types from tables - GraphQL...