Marcus Spiegel
Marcus Spiegel
Exactly same to me and I can confirm it works after downgrade to 2.7.3. I have a lemonLDAP as IDP which is not providing CERTs as x509 within its metadata....
So, metaData certificates encoded as X509Datashould get decoded. Currently it seems like those get ignored.
exact same to me as @apparition47 said: open/close of that extra bar resizes correctly
I was hoping to provide some example code... but didn't manage to find time building one yet. So, basically it's a setup with some fixed positioned bars, like in http://goratchet.com/...
Monkey patched by yarn resolution worked: Add to your `package.json` ```json "resolutions": { "fastify-oas/fastify-static": "^4.2.4" }, ``` run `yarn install --force` Still, I'd prefer to have deps updated in upstream.
using resolutions meanwhile #83
coming from `express` --to--> `fastify` still reminds me of stepping from `apache` --to--> `nginx`
double stringified? ```js const result = shell.exec(`yarn --json workspaces info`, { silent: true }).stdout const workspaceInfo = JSON.parse(JSON.parse(result).data) ```