Santtu Pajukanta
Santtu Pajukanta
An obvious way to mitigate this is to opt out of using WAL shipping (`archive_command`) and only use WAL streaming. But the documentation explicitly recommends using both.
If it makes any difference, I ran into #3119 while requesting the `grafana.plat2.leonidasoy.fi` certificate.
Thank you for your suggestion. We're likely to implement this as a `!ToX` family of tags (eg. `!ToString 3.14`, `!ToInt value: "C0FFEE", radix: 16` etc.) as we already have `!IsString`...
@akx in your opinion, should this work (it doesn't)? https://github.com/con2/emrichen/blob/ba1b01de6213d2cbd4d4c644259308a142b2df3d/tests/test_lookup.py#L102-L113
Also once this is merged, let's release 0.3.0. We've added new tags and this change may introduce subtle changes in the degree of laziness, so incrementing the minor is warranted...
See `examples/peano.yml`, uncomment `five`. ```yaml five: - - [] two: - - [] ``` 🤔⁉️
@zbyte64 in #53 suggested another use case for this: creating Emrichen templates with Emrichen. If we were to go by approach 2, it might look like something like this: Template:...
Why not use the FastCGI protocol for this? It's an industry standard protocol with existing client libraries for almost any runtime one could hope for.
I hereby rescind my above comment about FastCGI. FastCGI has been superseded by proxying ordinary HTTP requests almost everywhere. @sheerun's proposal of using HTTP over a standard port is superior....
I recently started experiencing a similar issue: previously history search would be triggered by Ctrl+R according to my current keyboard layout, now it is triggered only by Ctrl+R according to...