Tom Taylor
Tom Taylor
Oh, and the `RBENV_VERSION` environment variable needs to be overridden too, otherwise the shims use that instead of the local rbenv version, which I'm doing like so: ``` RUBY_VERSION=`cat .ruby-version`...
Thanks Keith!
Sorry, I missed your reply - I'm pretty sure I tried this.. The problem I saw was that when `rbenv` runs a script, it add the absolute path of the...
@qcam any thoughts on this?
Changing to `categorical_features="from_dtype"` seems to have fixed this!
This is still occurring for me.
Hey @rrrene - there's 1595 files.
I've narrowed this down a bit - it works if I pass in an explicit `included` option, e.g. `included: ["lib/example/foo/**/.*.ex"]`. If `excluded` is provided, but not `included`, it seems to...
I frequently see a variation of this: ``` ** (exit) exited in: GenServer.call(Req.Test.Ownership, {:set_mode, {:shared, #PID}}, 5000) ** (EXIT) an exception was raised: ** (FunctionClauseError) no function clause matching in...
I sometimes also see: ``` 11:23:05.766 [error] GenServer Req.Test.Ownership terminating ** (FunctionClauseError) no function clause matching in anonymous fn/1 in Req.Test.__fetch_plug__/1 (req 0.5.15) lib/req/test.ex:464: anonymous fn(nil) in Req.Test.__fetch_plug__/1 (req 0.5.15)...