stouch
stouch
If you install the lib inside a dockerfile, check that python is installed before `npm ci` ``` RUN apk add --no-cache python3 make g++ && rm -rf /var/cache/apk/* RUN npm...
any news on this ? 😢
I encounter a problem using `url` option. It looks like this works : ```js options: { host: this.configService.get('REDIS_HOST'), port: this.configService.get('REDIS_PORT'), }, ``` but not : ```js options: { url: 'redis://'+this.configService.get('REDIS_HOST')+':'+this.configService.get('REDIS_PORT'),...
Thank you, I recently tried to make a fresh build of it inside a docker of `fsqio/fsqio`, using : ```/src/jvm/io/fsq/twofishes/parse.py --output_revgeo_index --output_prefix_index --output_s2_covering_index``` (like in the 2015-03-05.zip index) But it...
@YassineALLAL https://github.com/foursquare/fsqio/issues/72#issuecomment-1164853514 > while we still use twofishes internally at Foursquare, it hasn't been under active development for quite some time and it's unclear if we'll be picking it back...
> This "feature" is making me want to uninstall prettier completely. This is lame. Removing parenthesis from ternary conditions make it so much less readable. Same for us.
you confirm it's a bug ? thx.
Before : After : And I've finally that : EDIT: I also noticed that when I created a fresh collection to test translations in V9, that this appears (which is...