Jesús Gómez

Results 15 comments of Jesús Gómez

I think this is relevant: https://clojure.org/guides/destructuring#_keyword_arguments Also this quote from there: > The use of keyword arguments has fallen in and out of fashion in the Clojure community over the...

Sure, rvm allows me to change Ruby versions. But digging in the idea that something is giving me something different... I narrowed the problem to the following: ## The Problem...

Hi, thank you for the hints. You are correct, the REPL should be `rails console`. At least the buffer name for the inferior ruby is `*rails*`. `require 'irb/completion'` doesn't fail.

> > require 'irb/completion' doesn't fail. > > Does completion start to work after that? Sorry, I didn't mention that, but no, the completion doesn't work after that. Other things...

Thanks, so checking that Ruby expression you pointed, at first run it does works. Well, I have now where to dig. Thanks for pointing it out. If I found the...

> Later versions of Ubuntu have no `libssl1.0-dev` package... > > I fixed this for most of my Ubuntu 19.10 situations via: > > `rvm pkg install openssl` > >...

I'll give it a try. Sure I'll have some questions in the path while I get familiar with the code.

I created a pull request: https://github.com/Kinto/formbuilder/pull/199 I would like to discuss it.

I had the same problem, and the message DKMS gave me[1] at the end and a SOF answer[2] gave me a good clue. So the solution for me was to...

What you require is state, and you do it well with the `@needed` attribute. Considerations: Your description says: The task runs if and only if 1. one of its prerequisite...