Francesco Frassinelli

Results 309 comments of Francesco Frassinelli

You can add a custom script to your header as well: File `theme/head.hbs`: ```html var server = "https://kroki.io"; var libraries = [ "bytefield", "c4plantuml", "d2", "ditaa", "erd", "graphviz", "dot", "nomnoml",...

Wouldn't it be enough in some cases to add a command line option to use a specific python executable? Something like `--use-current-python-interpreter` and or `--python-intepreter PATH`? It would be pretty...

datasette does not seem to handle `X-Forwarded-Proto`. It should be patched to be aware of it. https://github.com/simonw/datasette/blob/452a587e236ef642cbc6ae345b58767ea8420cb5/datasette/app.py#L1032-L1036

Ops, I am sorry, thanks for your response. I am still learning how to use SolveSpace properly and I found these two messages incoherent. I fixed using bigger shapes when...

Wouldn't be possible to mimic what `vsistdin` is doing, by adding `buffer_limit` option to `vsicurl_streaming`? This works great: ``` curl 'https://ipt.nina.no/archive.do?r=arko_gel&v=1.12' | ogrinfo -oo X_POSSIBLE_NAMES=decimalLongitude -oo Y_POSSIBLE_NAMES=decimalLatitude 'CSV:/vsizip/{/vsistdin?buffer_limit=-1}/occurrence.txt' ```

You could have a look at fsspec: https://filesystem-spec.readthedocs.io/en/latest/api.html#implementations

@iamarnavgarg https://use-the-index-luke.com/no-offset

I think it could be useful for new users like me to have a note about that in the documentation :) It looks that it is able to fetch ~20...

Which is great, but showing who interacted last and not the author in such an interface is confusing, in my opinion.

I would suggest dropping the multiple tentative: if the connection is unstable, it should be up to the user to rely on some automatic retry mechanism such as tenacity or...