Alex Soto
Alex Soto
When you say rewrite does that mean it's not a simple fork plus patch? Loner has been stable for so long 'rewrite' concerns me.
I've prototyped this using the hipchat gem. Works well in my limited testing. Would be nice to somehow have the option to send a message as an API html message...
I've hijacked this thread....but :) one idea that pops to mind is the Rails pattern for view templates. For example ``` HANDLER.ROUTE.ADAPTER.erb HANDLER = registered handler class name ROUTE =...
FYI - in my recent install of 4.0.20, the directory is 'buildout'. A better solution might be to iterate over a number of dirs [ext, libout, buildout] and choose the...
If you look at the stack trace on master (assuming it matches what you have installed) The code is: `this.serverless.service.package.include.push("vendor/bundle/bundler/**");` So that is saying that `include` is not defined Do...
try putting a top level `package/include` for an unimportant file just so something is there. Also, I've never done this per function include, so that might be another complication.
This is causing breakage for me as well because dev dependencies that are native (debase) are failing the package step.
I've tried to troubleshoot this a bit and I had some success excluding dev and test groups without breaking the host's bundle environment. The solution is to mount `.bundle` so...
I use the dev and test groups for local unit testing, yard for docs, simplecov for code coverage, etc., some dev dependencies are necessary for VSCode plugins I use, but...