Finn Heemeyer
Finn Heemeyer
Would also like this to be integrated. The current snippets are not really helpful sadly :( Will try your solution tomorrow @hiberabyss
@javierm any idea why all of these tests are failing that seem to have nothing to do with the contents of my PR? These lines in `community.rb`: ```ruby users_participants =...
It's not working on my machine :) I will try and change the column type next weekend, let's see if that fixes it!
Hi @javierm , finally got some time to move forward on this. I agree with everything you say and yes, I know how to utilize git interactive rebase (including the...
### Naming I think I'm going to stick to the naming used in the docs of [graphql-ruby](https://graphql-ruby.org/mutations/mutation_classes) - `ActionModel` (e.g. `CreateComment`). The only problem here are the mutations like `AddCommentToDebate`....
We've just dockerized docker, too. I will create a pull request today, so maybe we can discuss some best practices
Hi, I could provide the Dockerfile that we use to host consul in our setup for the SVA app (mentioned in https://github.com/consul/consul/pull/4872). Maybe it will need some tweaking to make...
Yes, you are right. Zoho API gives some strange error here.
Maybe `on` / `off` ``` js /* * app/assets/javascripts/controllers/users.js */ Rails.controller('users', { index: function(h) { }, edit: { on: function() { // ... }, off: function() { // ... }...
Can you provide a pull request?