Javi Martín
Javi Martín
Hi, @hermann-san :smile:. I take it this is a technical question and not a legal one, right? :thinking: In any case, if it's a legal question, short answer: yes, since...
Hope that helped!
Hi, @hermann-san :smile:. Recently the Foundation has added a new [Open source forks and modifications](https://docs.consuldemocracy.org/tech_docs/open_source/open-source-forks-and-modifications) page to the documentation. Does that help?
(I was answering that because of the "they were not ready to send me the source code of their product" part 🤔, but maybe I misunderstood what you meant 🤔.)
Hi, @hooiv :smile:. It shows 1min 30s indeed. I'm not sure about lowering it, though; would rather find out why it doesn't stop until reaching the timeout 🤔. Might be...
> I have ran bundle exec rubocop -a as a part of the formatting changes. However there are other modifications that are requiring bundle exec rubocop -A for the modifications....
Hi, @ritankarsaha :smile:. We've tried the `wait_for_ajax` approach in the past, but it wasn't that useful. For example, we use turbolinks, which generates AJAX requests without jQuery, so those requests...
> I was thinking of maybe Disabling transactions at the scenario level for the fix. Will that be a good approach for that? Could you elaborate a bit? Not sure...
I see :thinking:. Then, no, better keep using transactions for as many tests as possible. No guarantee that would solve the issue (since we might spend years without getting the...
> Rather than manually overriding the setting in our test, we can update our tenant creation process so that every new tenant automatically gets the correct defaults... I'm not sure...