Samuel Brandão

Results 17 comments of Samuel Brandão

@nettofarah let me know what you think!

@nettofarah thanks for the comments! Take a look at the last ~two~ three commits. Regarding the `dig_deeper` (now `to_proceed`), I'm not 100% satisfied either. I can think of alternatives for...

By the way, I don't know how you prefer to manage versions, but I also added these latest changes to the changelog, so that we don't forget what's to be...

@nettofarah please hold this, i'm investigating an issue with relay pagination

hey @nettofarah I'm sorry I haven't been able to work on this anymore. The issue I found was actually this one: https://github.com/nettofarah/graphql-query-resolver/issues/9 I found out that the strategy we're using...

An example of data corruption (logical): 1) You write a migration that adds a new nullable column, and you write code to make sure that certain types of records get...

What about: ```ruby class MySubClass < MyParentStateMachineClass aasm :my_sm do refine_event :run, :after_commit => :notify_about_running_job do transitions :from => :sleeping, :to => :running end end end ``` The expected behavior...

Hi @LucDelmon thanks for the suggestion. I believe it is in the spirit of the gem, since we test to pursue correctness. Would you be willing to give this feature...

I'd like to note that allowing namespaces to be optional as long as they're unambiguous may difficult future developments of the schema, since you cannot safely add new types that...

In case you've reached this issue and are having trouble when setting `workbook.calc_pr.full_calc_on_load = true` on an existing xlsx file before adding the link, because `calc_pr` is nil, the following...