Nepoxx

Results 20 comments of Nepoxx

The main issue I have with swagger-tools right now which I personally like to see changed in sway, is that with the following `req.swagger.params.myParam.value`, it's not immediately clear (when looking...

From the readme: > Testing shows that, over 500k iterations, msgpack.pack() is about 5x slower than JSON.stringify(), and msgpack.unpack() is about 3.5x slower than JSON.parse(). That seems consistent with your...

@keyvanfatehi If I'm understanding this properly, the issue is to deploy to multiple environments (dev, qa, prod, etc.), not multiple hosts.

@shaunakv1 Did you get a chance to look into it, do you have a repo or something set-up? I'd be able to provide some help.

After the regex is generated, the performance should be identical to "regular" regexes. A small overhead could exist (I haven't checked the source), so maybe a benchmark folder could be...

Stack.yml ```stack.yml version: "3.7" services: traefik: image: traefik:v2.0 ports: - "80:80" - "443:443" - "8080:8080" - "8082:8082" volumes: - type: bind source: /var/run/docker.sock target: /var/run/docker.sock - type: bind source: /mnt/gfs/docker/traefik/traefik.yml...

@gtmadev I tried bind mounting using folder and that does not help. This is a pretty major blocker for me, and I'd like to help move this forward. My initial...

Well that's good information, definitely a nice viable workaround in the meantime :) Thanks!

You can take a look at this ~branch~ fork for an example: https://github.com/nomkhonwaan/kubernetes-digitalocean-terraform

I get a slightly different error: `invalid signature: 0x4fcc0d08`