Marcin Cieślak
Marcin Cieślak
@davidgeiger is there any way to login to the API manager API (port 8075) by not using username/password? https://apidocs.axway.com/swagger-ui-NEW/index.html?productname=apimanager&productversion=7.7.0&filename=api-manager-V_1_4-oas3.json#/Login/login seems to accept only login and password parameters and sets some...
Ok, but *what should be* displayed? Just tried the stoplight elements demo, and it generally works, just no information is shown about the restriction.
Can you post an example, a use case, where this might be needed?
Ah, gettext-like facility (without "import gettext" and setting "_"). I did write embedded python scripts for example for Zope (where you also are provided with certain objects magically). I think...
I am just wondering if pull request #28 solves the most immediate need for this change? Would be glad if you could check.
I think that tracing object instance slots is just not implemented.
Thanks for excellent writeup @tlaurion ! Is `libgcrypt` any better after https://github.com/osresearch/heads/pull/1350 ? I tried to test it myself, but it seems I am not even able to install Debian...
So, I have managed to overcome [my debian 11 issues](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983357#205https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983357#205) and it seems that I was able to reproduce [libgcrypt 1.10.1 build from CI](https://app.circleci.com/pipelines/github/saper/heads/6/workflows/ee96c813-24e4-4529-ac8c-f809e489fd07/jobs/211/artifacts) on a freshly deployed Debian 11...
Any example of a real file causing this?
Maybe it helps: I was able to successfully build and run this on FreeBSD by applying https://github.com/mounaiban/captdriver/pull/25 and using `env LDFLAGS=-L/usr/local/lib CPPFLAGS=-I/usr/local/include ./configure` and then `gmake` (GNU make). BSD make...