Konrad Zemek

Results 10 issues of Konrad Zemek

We're using annotations extensively in our project, and on every compilation we're getting - without exaggerating - tens of thousands lines of output which looks like this: ``` erlang Application:...

I'm having an issue similar to #60, reproducible very often when I bring up containers with the app at roughly the same time. Looks like each node is waiting for...

investigating

Underscores are not a valid part of a domain name, so they are safe to replace dots to in the metric name (i.e. this can't lead to a collision with...

WIP :construction:
looking-for-developer

Tagged Elixir strings allow pushing BINARY and CHAR fields in a single query. They also can be used in Ecto adapters to leverage Ecto's knowledge of types.

Hey, Currently cryon-syntax-highlighter puts all code in <pre> tags when it detects that it's in the feed mode: crayon_wp.class.php:666 if (is_feed()) { // Convert the plain code to entities and...

bug

Because C's `exml_unescape_cdata()` is being fed with arbitrary chunks of input, if an escaped character appears on the division point (in current implementation the input is divided in 20000-byte chunks)...

In handling add-to-cart event for woocomerce-enhanced plugin there's code that first prevents the link from working (`e.preventDefault()`) and then programatically changes location to that of the product: https://github.com/duracelltomi/gtm4wp/blob/10e7e9638e8750b30081ff9f5e340a370aa34657/js/gtm4wp-woocommerce-enhanced.js#L807 That's good...

enhancement
needs testing
waiting for reply

We're running into an issue with `into:` together with a `hostname` option, where when a HTTP2 connection is halted with `{:halt, {req, resp}}` response, something tries to close the HTTP2...

Hi, could you share the contents of `"/Users/silviu/Desktop/example.txt"` that you use for benchmarking stream parsing?

### Environment * Elixir version (elixir -v): 1.17.2 * Domo version (mix deps | grep domo | head -1): 1.5.16 ### Actual behavior I'm using the following module definition: ```elixir...