Andy George
Andy George
> From the [Fish official documentation](https://fishshell.com/docs/current/tutorial.html#tut_path) on $PATH: Just an update: like @rinchen mentions, you can now officially use [`fish_add_path`](https://fishshell.com/docs/current/cmds/fish_add_path.html#cmd-fish-add-path) instead of a `set -U`: ``` fish_add_path $HOME/.platformsh/bin ``` ...which...
@cmgorton if you're bored and want to knock those out, go for it! I am working on some other stuff at the moment, but will get to these ASAP.
Hey @poupas, if interested, I have a new fork of this repo (https://github.com/andygeorge/go-external-ip), and have implemented this PR [here](https://github.com/andygeorge/go-external-ip/pull/1).
@GlenDC I love this repo and am going to maintain a fork for now (https://github.com/andygeorge/go-external-ip), and have implemented the open PRs from this repo (https://github.com/GlenDC/go-external-ip/pull/11 and https://github.com/GlenDC/go-external-ip/pull/14). @x11x I'll copy...
Running into this as well, using the nightly Docker image. I have an automated import of "top X popular links" from a site, and deduplication seems to works great for...
I seem to be having this issue as well when adding ELB metrics (eg `HTTPCode_ELB_500_Count` etc). ```yaml discovery: jobs: - type: AWS/ApplicationELB regions: - YOUR_REGION metrics: - name: HTTPCode_ELB_5XX_Count #...
https://darkreader.org also works great
I am on latest/2.14.1 and am unable to configure the buffer size higher than 8192, which I'm hitting: ``` otterwiki | invalid request block size: 8255 (max 8192)...skip otterwiki |...
@redimp Woot, the `-slim` image worked great for me! Thank you so much!
#47 should address this.