Justin Louie

Results 70 comments of Justin Louie

@mattkasun the output of that: ``` root@ip-172-31-50-8:/home/ubuntu# docker inspect netmaker | grep STUN "STUN_PORT=3478", "STUN_LIST=stun.netmaker.internal-wireguard.jenfi.com:3478,stun1.netmaker.io:3478,stun2.netmaker.io:3478,stun1.l.google.com:19302,stun2.l.google.com:19302", ```

Also related: https://github.com/gravitl/netmaker/issues/2381

This solves the problem of getting the `image-repository` to populate for each function since now there's a Tag applied to each, but now this causes the same image to be...

@billyshambrook yeah the time I'm complaining about is [docker build copying the context](https://www.cloudsavvyit.com/10271/understanding-the-docker-build-context-why-you-should-use-dockerignore/). THe time is consumed for each function in the current workaround, in my case 3x. For now,...

Yes this continues to today. Reading Martial Peak is a game of stopping my phone from overheating. `v0.8.10-r29`

> Did you see #1399? It added pulling the session_token from the env as well. Does that resolve the issue? Did I not reply to this? So sorry. I tested...

Would it be possible to remove the views? I believe the views are now no longer needed? Specifically migrations against any column that is part of a view becomes a...

Vote goes to Option 3. We basically do Option 3 with a `hordak_source.TransactionSource` that joins `hordak.models.Transaction` to other objects so we have a hard link on what generated a specific...

Hi all, I also attempted to upgrade to 1.14.4 and, as well, was hit by: https://github.com/jschneier/django-storages/blob/e74f29bb71b392508350d8db9d4f5c2811d8dae2/storages/backends/s3.py#L582-L583 For us, this behavior based on variable naming is quite confusing because we want...

I'm running into a similar (but possibly different? no incompatible gems) issue. I can run it just fine via normal `Run Test` and attach (as discussed here), but when I...