nodje

Results 58 comments of nodje

This `cypress run --env customSnapshotsDir=cypress/snapshots/CI` doesn't work, that's my point. You need to set it up globally in command.js, which is not convenient. It should be possible to override this...

the error appear after the call to scanLines() on L1011, but before FcPattern declaration on L1029. It's odd, it's actually happening within scanLines() and seems to come from L716:`printf("found layer...

optimisation level to 0 doesn't make any difference unfortunately. I've used dtruss, the equivalent of strace on latest OsX. The result is a pretty undigest, 3000 odd lines I've pasted...

In this case, it'd recreate the fontconfig dir in .cache for the local user, ending in the same error. `7262/0x1a73d: open("/opt/local/var/cache/fontconfig/5af544f59fb8b0c2b645abc88891fd31-le64.cache-3\0", 0x0, 0x0) = -1 Err#2 7262/0x1a73d: open("/Users/sa/.cache/fontconfig/5af544f59fb8b0c2b645abc88891fd31-le64.cache-3\0", 0x0, 0x0)...

Well done finding some python usage example! Actually I think the issue title should be "provide Python API documentation" because there's simply none! And it's really lacking.

I'm stuck with this problem agan. I have to migrate a monolithic app using Jersey 2.0 to a microservice. Has anyone been touch with Netflix about it? I guess having...

That's a question I keep asking myself and that I have already posted previously. thanks for asking it again. It'd be nice to see the sources, especially for something this...

I support, please at least tell us what to expect: - declare this repo dead and the project non open-source anymore - or redirect people to where the code is...

More of it the next day, ending in a `Application error 0x100` ``` 2022/04/07 21:17:10 reverseproxy.go:490: suppressing panic for copyResponse error in test; copy error: stream 252 canceled with error...

For some reason these messages don't show in the tarefik.log, only through `docker logs -f traefik` I'm a bit lost here, I have: ``` --log.filePath=/var/log/traefik.log volumes: - /mnt/data/traefik/log:/var/log ``` I...