Andrey
Andrey
I just ran the latest slim version and looking at the database I see a large number of empty tables (e.g. LOGMNR_*, MVIEW$_*) and schemas - what is the purpose...
### What happened? I declare a directive for custom go tags (in `schema.directives.gql`): ``` directive @goTag( key: String! value: String ) on INPUT_FIELD_DEFINITION | FIELD_DEFINITION ``` Then I use it...
I needed to add `target="_blank"` to my links, and I tried `[text](url){:target="_blank"}`. It doesn't work - it renders `text{:target="_blank"}` so it doesn't recognize attributes in curly braces and treats them...
Currently, I have to write my own await/async wrapper for the async functions in the library. Would it be possible to promisify those async functions (e.g. exportToFile, importFromFile)? It could...
I have a flow logic in a YAML file with "condition", "action", and "terminate" blocks. Condition block makes a calculation and then triggers a linked action block on a True...
Example: ```[Some site](https://somesite.com/?"something%20in%20quotes"(blah)harp)``` Renders as: ```Somesiteharp)``` Where `Somesite` renders as a link and `harp)` as text If I replace double quotes with %22, then it renders correctly as `Somesite` link....