Anne Isabelle "Anya" Macedo

Results 25 comments of Anne Isabelle "Anya" Macedo

Hello. I had the same issue with an app. We had attached a debugger and, when stepping through the functions, kue resolves the name just fine. However, when we let...

I'm currently working on being able to build on aarch64 with make and docker.

So, I tried porting it and saw a bunch of compiling errors due to ASM. My patches are here https://github.com/kinvolk/traceloop/compare/main...retpolanne:traceloop:arm64 I'm seeing the same things as this issue https://github.com/iovisor/bcc/issues/1202 but...

I got it working on 5.2 (I have cloned the branch 5.2 from the Overlay Template). @liudonghua123's comment https://github.com/apereo/cas-webapp-docker/issues/17#issuecomment-376804363 helped here. I ran this `keytool -genkeypair -alias cas -keyalg RSA...

It looks like the cas-overlay-template used maven before. [This is the old template](https://github.com/UniconLabs/simple-cas4-overlay-template). I tried changing [this](https://github.com/apereo/cas-webapp-docker/blob/70d36836c133cce63d3cfa0fd3910b2265e13cae/Dockerfile#L72) to `RUN ./build.sh run` but it broke (` org/apereo/cas/web/CasWebApplication has been compiled by...

I'm having the same issue on `Python 2.7.12`, `pytest 3.9.3` and `boto 2.49.0` running in Docker. I have tests that use SQS and S3 and my Docker instance can reach...

I +1 this issue. The dump-restoring process can be really slow using rump, especially for a large Redis. I was thinking about which parts can run concurrently and which parts...

That may be the reason, I guess https://discourse.ubuntu.com/t/unprivileged-ebpf-disabled-by-default-for-ubuntu-20-04-lts-18-04-lts-16-04-esm/27047

Hmm, weird. This cookie does not show up on the auth flow, at least not when I try to login from the browser (only PHPSESSID shows up). It should show...

@dlenski nice, I got to intercept it by only using the `--ssl-insecure` flag :P I finally understand where the cookie is – when I make a request to `/SAML20/SP/ACS`. Imitating...