Jack Twilley
Jack Twilley
What are the negative consequences of running this script on 16.04 and 18.04?
Ah okay that does make sense. If the control file represents a translation between "bits of TeX Live that can be installed by this script" and "bits of TeX Live...
Today I checked out this branch and ran 'make all'. The binary `croutonfreon` failed to build, apparently because `src/freon.c` is missing a `main()` function. I'm insufficiently familiar with crouton to...
https://tour.golang.org/list is another source for inspiration.
I am also having the same problem with a setup that had been working previously for months. I tried adding the `nginx-gen` and `nginx-letsencrypt` containers to my existing `nginx-proxy` network...
My first experience with this template package and I find it interesting so far! Through some printf-style debugging, I found that `$CurrentContainer.Networks` is not set, which is why the upstream...
I'm definitely using the correct template file, from the `jwilder/nginx-proxy` repository. I'm pretty sure the right containers are on the right network, but to make sure, here's my `docker-compose.yml` file:...
I'm finally up, but I had to do all three: * remove `VIRTUAL_NETWORK` * remove `-only-exposed` * use `default` Good times. Thanks for the help!
I no longer play this game very much, so I'm going to close my open issues on this tool.
This issue does not appear to be fixed in v2.5.0. If I understand correctly, running `bar = map_coords(lambda x: x, foo)` where `foo` is a FeatureCollection object should result in...