Gabriel Corona
Gabriel Corona
What about using `--minwidth=x%` instead of adding a new flag?
One problem is that you are parsing the protected header and payload into `QJsonDocument`s (base-64 decoding and . When you want to check the signature, you convert these `QJSOnDocument` back...
@juangburgos, Yes, the base64 encoding part should be fixeable with: `Base64UrlEncoding|OmitTrailingEquals`.
> I have found [stackcollapse-gdb.pl](https://github.com/brendangregg/FlameGraph/blob/master/stackcollapse-gdb.pl), but it seems that haven't distinguish on/off-cpu? Another solution might be to use elfutils stack with `stackcollapse-elfutils.pl`. In all three cases, this would include both...
This is an extended version of #1578.
This is a problem of the server (`pyls-mypy`) not of the consumer. Here's the stdout of `pyls` (`sudo sysdig -s6000 'proc.cmdline="python -m pyls"' -c stdout`): Content-Length: 43 Content-Type: application/vscode-jsonrpc; charset=utf8...
No, I'm not aware of any real world exploitation of this feature.
The proposal I was looking for is [Origin-Bound cookies](https://github.com/sbingler/Origin-Bound-Cookies).
> 2023-11-16T21:20:37.857783Z ERROR vector::topology::builder: msg="Healthcheck failed." error=Failed connecting to socket at path /run/systemd/journal/socket: Protocol wrong type for socket (os error 91) component_kind="sink" component_type="socket" component_id=devlog You are trying to talk to...
Would that make sense (less unstable wrt API break) to have such functionality implemented a separate application (communicating with the Keycloak API) instead of a plugin? (Though it would probably...