Alex Oliveira
Alex Oliveira
Consider the following: `cfi#format("%s", "")` will return `save`. It always shows the function above, not exactly the one the cursor is inside. Is there a way to fix this?
Move this to https://github.com/ud-sync organization.
EDIT: I think this is more to gauge interest in this feature, not really a bug ## Problem description On byebug 9.1, there's no `_` method to read the last...
## Summary Aruba/Cucumber output is cryptic. It's basically impossible to find out what is different between the expected string and the output string when there's a test failure. ## Expected...
This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of...
Related to https://github.com/HerringtonDarkholme/yats.vim/issues/165. When using TSX and calling an element, when making a single or multiline property, the parser gets lost and then everything that comes afterwards ends up on...
## What When `define_group` is present, `format` is ignored. ## Example In case the following example, it works as expected. The format used is `api_blueprint` (`index.apib` file, from [this PR](https://github.com/zipmark/rspec_api_documentation/pull/313))...
Here's what we have to do to support parameters with dashed (e.g JSONAPI): ```ruby parameter 'application-id', "Application ID" let(:application_id) { application.id } let('application-id') { application_id } ``` Dashed parameters should...
This reverts commit 6bcd4dc4eb3e9f8106aa03f422b54e6dd19f4044. It broke the once fixed issue with Yank (https://github.com/tmux-plugins/tmux-copycat/issues/121), causing a regression. To ensure this was the problematic commit, I checked out its parent (ca3d52dc48bee27af5e5f55035cf82e188011e94) and...
AMS: 0.10.4 #### Expected behavior vs actual behavior At work, one endpoint accepts an attribute called `metadata` inside `attributes`, a freeform hash that clients send us. We want it to...