Jerome Gravel-Niquet
Jerome Gravel-Niquet
Yes, I get all "live" DB versions like this: ```sql SELECT db_version FROM ( SELECT DISTINCT(__crsql_db_version) AS db_version FROM foo__crsql_clock UNION SELECT DISTINCT(__crsql_db_version) AS db_version FROM bar__crsql_clock UNION -- ......
@KarthikNedunchezhiyan we need to support a large variety of workloads. More VMs isn't always the solution, but we're already doing that. @raduiliescu thanks! That _could_ work, but our users have...
Thanks for clarifying. My bad, I didn't look nearly deep enough. Right now I still have my hopes up that it won't be necessary to do this work. We're looking...
PRs welcome. Looks like the docs command tries to load every file, even if not required from the `slang.cr` entrypoint.
This sounds useful, but I think auto-formatting should've been turned off when saving files ;)
I made my own PR (#63) following the coding style of this project and based on the latest `master`.
I figured it out. If you're running from an initramfs (e.g. as part of an initrd program) with no "real" filesystem, you need to use `mount --move` and `chroot` instead...
The terminology and API might have changed during the life of this project :) I haven't touched it much in the past two years. Post-receive seems to have changed name...
Hey there, Technically, you can already do something like that by using documentup.com/username/repo/path/to/markdown/file However, it's not **yet** possible to change the root file being rendered. I will be possible though...