Hubert Łępicki

Results 22 issues of Hubert Łępicki

MathLive has great ability to select and copy LaTeX code, when editor is used. This also works if I initialize the editor in read-only mode, which is my current workaround:...

feature

This exploit totally works, but only provided you sign along. Looking at the source code, it must be one of the Bee Gees songs, and you should sign it falsetto....

Relates to #1511 Adds handler to capture external exits of processes, and tests to verify this is indeed happening. On my Elixir/Phoenix project, where I add such line in a...

When a web request is being processes by Cowboy, and the request handling process get sent exit signal (as in with `exit/2`), it seems like the process is silently crashing...

I have stumbled upon two issues when trying to deploy our app to GAE using this runtime. Both could be solved by adding an additional build hook where I can...

The new functions take the fifth argument, which is a map of options, and check for `durable` being set to `true` when handling exceptions. If `true` value is found, the...

I have a use case, where I want to include `span_id` and `trace_id`, which come from a "distributed tracing" library of choice into logs. If it's OpenTelemetry or Spandex doesn't...

This is still work in progress, but sending over in case you want to have a look. In short: I need to follow redirects. HTTPoison / hackney have options of...

I *don't* think this is currently supported, but a nice feature to have would be to be able to stream parts of the string fields that are within JSON. For...

So I was trying to do exactly as this guy over here https://github.com/NoamB/sorcery/issues/723 I figured I need a scope, and I do not like the `default_scope` solution. This commit uses...