Henrik Hørlück Berg
Henrik Hørlück Berg
Also ran into this Running `CFGEmulated` with ```py main = p.loader.main_object.get_symbol("main") cfg = p.analyses.CFGEmulated( resolve_indirect_jumps=True, show_progressbar=False, normalize=True, starts=[main.rebased_addr], keep_state=False, context_sensitivity_level=0, ) ``` (note: simprocedures set to `False` and `"auto_load_libs": True,`),...
> ./script.fish | sed '/blah/' | read -lz html_out In that example `read`'s `stdin` is connected to the pipe, `stdout` is not. The way default way piping works is to...
Suggestions: - Remove `Profil` from header, that is already available under the profile-icon/ "min side" - Can "Ressurser" be removed, and it's individual components moved somewhere else? I think the...
When implementing our own comment system, perhaps we can add (emoji-)reactions, and make it generic for multiple objects, like events, Offlines and possibly more?
Seems like Stripe has made another new version https://github.com/stripe/react-stripe-js/blob/master/docs/migrating.md In terms of fixing the actual issue, we use a very old version of `@types/react-stripe-elements`https://github.com/dotkom/onlineweb-frontend/blob/2e39768a97d8f5211b1fb1cfc083205836325641/package.json#L79 In comparision to our `react-stripe-elements` version...
This seems related/ necessary for https://github.com/OAI/OpenAPI-Specification/issues/1875? Specifically the client authentication method using `client_assertion` and `client_assertion_type` are sent as a parameters in the body using `application/x-www-form-urlencoded`