Marc Riera

Results 13 issues of Marc Riera

Hi! Lately I've been bitten twice by this kind of error: ```elixir {:error, [%{locations: [%{column: 5, line: 4}], message: "Cannot query field \"isAuthoredByMe\" on type \"Post\". Did you mean \"isAuthoredByMe\"?"}]}...

Hi! Semi-related to #115: I used the cide directly from GitHub, but running this migration gives a syntax error under PostgreSQL 13: ```elixir defmodule MyApp.Repo.Migrations.AddMoreReportTypes do use Ecto.Migration def change...

Hi! It's been over a year since the last published version (1.4.0, released on Oct 31, 2019). There are some interesting unreleased commits, like the ones that add the `add_values()`...

Hi all! I contacted CodeClimate support and they told me to come here and open an issue, so here I am 😄 I'm contacting you regarding your Test Coverage beta...

PR #14 added the ability to overwrite the default Toolbar `navIconName`. I want to use a Toolbar without any `navIcon`, so I was thinking that the default behaviour could be...

Month and day names should be downcased, and abbreviations always wear a dot at the end. Also, some month names are not abbreviated.

Is there any way to have show multiple events per day, right now? I've tried adding the same day multiple times in the `event` array with different styles, but only...

enhancement
feature request

Hi, @sgruhier It looks like a version 4.0.0 of this gem was published, but the code is not yet on GitHub. Could you push the code? Here's a diff of...

Hi! The current code works well, but it only considers the first page of the list of job runs. We had a problem that scheduled a lot of long-running jobs...

enhancement
help wanted

Hi! I'm trying to add this gem to my app, but it keeps failing consistently on a test that gets an `ActionDispatch::Http::UploadedFile` and calls `rewind` to it. I can't write...

bug