Sebastian Cohnen
Sebastian Cohnen
This is what I have so far. Minimal acceptance test: ```ruby require 'spec_helper' describe 'Debugging Bundler Issues' do it 'does something' do build_git_gems %w(omelette) build_gemfile
ping @chriswailes
Any update on this one? I'm bouncing back and forth between "adding .to_json everywhere" and monkey patching ASM and I'd prefer not having to patch it. I do understand that...
> AMS has a linter to validate that all inputs are valid. Damn, didn't kew that 🤦♂️ 😁 Thanks! > I won't accept a change which treats a Hash as...
The AMS source code is a little bit more "convoluted" then I thought 😅 From what I can see there might be two "simple" options. If you could give me...
Awesome work, thanks @giovannicoppola 👏 Any change you can take a look, @clarencecastillo? 🥺 :)
Looks like it is still not fixed in VSCode, see e.g. https://github.com/microsoft/vscode/issues/164025 I'm still seeing this (/cc @Tyriar): ``` Version: 1.73.1 Commit: 6261075646f055b99068d3688932416f2346dd3b Date: 2022-11-09T02:22:48.959Z Electron: 19.0.17 Chromium: 102.0.5005.167 Node.js:...
I stumbled across http://erlang.org/pipermail/erlang-questions/2015-January/082696.html and https://groups.google.com/d/msg/luerl/9p5LS14LX8Y/OALhHx_89Q4J and I was wondering if there is any change to the status quo on this particular issue.
I'm currently evaluating what the "best" way is to run user provided bits of logic in Elixir/Erlang. Lua seems to be a good fit, but without error reports I can...
This issue is still relevant IMO.