Francesc Elies
Francesc Elies
Hi, I am also having issues with it is this error related to the issue of using the last elasticsearch version? I am using _osmosis-0.43_ and _elasticsearch 1.3.1_ Error: ```...
I think I got a bit further, I installed _Elasticsearch 0.90.10_ and _osmosis-0.43_ https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.10.deb But I am experimenting another kind of issue ``` INFO: [Rocket Raccoon] failed to get local...
I see, thanks for the reply. Gnu parallel supports the execution of shell commands, do we want to keep this issue open or shall I close? (either way is fine...
Could we change the default of `no_args_is_help` to `True`? actually is pretty handy to get the help when no args are passed.
I can confirm @mediumrarez br command works fine in windows too (nu=0.73, broot 1.17.0, Windows 11 (22621))
> Ah yeah, this has come up before. Unfortunately it's really hard to avoid without disabling the rule entirely, though I'm open to suggestions on heuristics. Can you point me...
If I see correctly, I also faced this one, and wondered why, any recomendations on how to make `node16` tsconfig work with `resolveJsonModule`, module `amd` seems the only fit. I...
In short trying to use `resolveJsonModule` with `outFile` with [node16's tsconfig](https://github.com/tsconfig/bases/blob/main/bases/node16.json) seems to be quite complicated, any help appreciated, thanks in advance.
Before doing so, I would like to agree on the approach first. 1. implement `__repr__` on our own 2. use dataclasses and dropping support for older python versions 3. use...
@dwblaikie thanks for your answer, probably making a fool out of myself here but I didn't even manage to set a breakpoint without gdwarf-4 flag. Do you see by any...