Oleksii Shmalko
Oleksii Shmalko
My proposal is very similar to a traditional database design: you can define indices (similar to SQL's `CREATE INDEX`) and then you can use _any_ query. The performance of a...
You can use the following snippet to use `google-github-actions/auth`-generated credential file with `action-hosting-deploy`: ```yaml - id: auth uses: 'google-github-actions/auth@v1' with: workload_identity_provider: ... service_account: ... create_credentials_file: true - run: | echo...
This is fixed in [email protected]
@a-sk ping. Would you like to merge this?
This does seem to be implemented now. @a-sk close issue?
Hi. Uniorg is an org-mode parser/org-to-html converter implemented in typescript. Therefore, it doesn't use any org backend (or any elisp code) but tries to follow html. I'm not sure I...
"It tries to follow html" means that when implementing features I try to re-implement html backend behavior as close as makes sense. It mostly follows defaults but there are [some...
This is the place: [util/processOrg.tsx](https://github.com/org-roam/org-roam-ui/blob/5ac74960231db0bf7783c2ba7a19a60f582e91ab/util/processOrg.tsx#L78-L86)
@tefkah oh, is there any reason why they are converted to spans?
`onNewMail` is an alias for `onNotify`. To trigger callback on specific events use the next form: ```js "onNotify": {"mail": "/usr/local/bin/mbsync test"}, ``` For more details, see README.md.