Jeffrey Stiles
Jeffrey Stiles
I'm implementing a custom renderer and soft breaks would be nice to have. I'm currently just handling instances of `\n` inside the `Text` node, which works pretty well. But soft...
I haven't spent any time with the actual parser, but I'm happy to take a look. I'll report back if I make any headway.
I just ran into this, except I have no `caused by:` output. If you're in the same boat as me, it is probably because you are using gogoprotobuf with `protoc-gen-gogo*`....
It actually seems to work fine if you just omit the join on `pg_enum` so that the query looks like: ```sql SELECT n.nspname, t.typname as type FROM pg_type t LEFT...
Sorry for the PR noise. I had to do some branch cleanups to use this locally.
Hi @natefinch, is there something else you'd like to see for the PR? I can add a test case to `preview_test.go` if that's the hold up. Just let me know...
After looking at this again, I realize a test case in `preview_test.go` won't help here. The issue is in the query from the database that results in duplicate enums. The...
Often wiki's are used for internal documentation that must also reside in hard copy. PDF export seems like the best solution.
Thanks for the feedback. Definitely user error on this one. I fed it back into a bulk update and it worked fine.
My motivation for making this change was to allow privacy rules to protect specific fields from alteration. I have user attribute fields (`is_staff`, `is_superuser`) that need to be set during...