Giorgio Primola

Results 15 issues of Giorgio Primola

After Phoenix opinionated on Jason as its default JSON library (configurable), there's a tendency to generally use Jason. Regarding white-bread, I think the best approach would be to be non-opinionated...

Hi, I've found another issue in a transcript: It was ```ruby object.errors.size.should>0 ``` and transcripted to ```ruby expect(object.errors.size).tobe >0 ``` and rspec raises `undefined method 'tobe' for expectation`. // Giorgio.

Hi, I was recently introduced to transpec, and I'm performing an upgrade version of a rails app, which I've used transpec to transcript the project's rspecs. The problem I found...

**Deseja solicitar um recurso ou relatar um bug ?** Bug **Qual é o comportamento atual?** ls-table com ls-xs-space não funciona **Se o comportamento atual for um bug, forneça as etapas...

[ecto_sql v3.3.0](https://github.com/elixir-ecto/ecto_sql/blob/master/CHANGELOG.md#v330-2019-12-11) introduced a new metric `idle_time` that measure [the time the connection spent waiting before being checked out for the query](https://hexdocs.pm/ecto/Ecto.Repo.html#module-adapter-specific-events)

Hey guys, I've been facing a bug on Kaffe.Producer.produce_sync/2 when Kafka server is down and the connection times out. I've opened an issue on https://github.com/kafka4beam/brod/issues/468 that better describes what's going...

When compiling this dependency, I'm facing the following warning: ``` ==> uuid Compiling 1 file (.ex) warning: :crypto.hash/2 defined in application :crypto is used by the current application but the...

https://dom.spec.whatwg.org/commit-snapshots/fa3aea5ff68161cabe9a3fe95fe6240a4ddd4412/#element > Element This interface defines the attribute `id` but it doesn't define a method signature for `getElementById`, and I think it should. The reason is the same as for...

When using `simple_form/2` the order of the attributes are reversed in regarding the document's order. ## Evidences ```svg Example InitialCoords - SVG's initial coordinate system (0,0) (300,0) (0,100) ``` ```erlang...

## Description This PR adds new events to the following built in components: - `Scenic.Component.Button` - `{:btn_pressed, id}` - sent when a button is pressed - `{:btn_released, id}` - sent...