Ana María Martínez Gómez

Results 142 issues of Ana María Martínez Gómez

I have installed edb in a VM with openSUSE Leap 15.2 and I am not able to open an executable `ELF 64-bit LSB shared object, x86-64`. Both the `File-> Open`...

I am using bootstrap3-datetimepicker-rails 4.17.47, rspec 3.6.0 and capybara 3.12.0. I have tried several solutions to modify the datapickers in a feature test, but any of them worked: - `page.execute_script("$('#registration-period-start-datapicker').datepicker('setDate',...

I find in general a good practise to write in the commit message `Closes https://github.com/RomuloOliveira/commit-messages-guide/issues/32` Instead of `Closes #32` What do do you think? should we update this in the...

enhancement

I really like the guide, it is really complete and I would like to link it from some of my projects. I think there is still place for some improvements....

enhancement
help wanted

I had expected that the following code: ```ruby BsRequest.where(id: BsRequestAction.where(id: [1,2]).select(:bs_request_id).union(Review.where(id: [1,2,3]).select(:bs_request_id))) ``` to produce the following query: ```sql SELECT `bs_requests`.* FROM `bs_requests` WHERE `bs_requests`.`id` IN ((SELECT `bs_request_actions`.`bs_request_id` FROM `bs_request_actions`...

I get an error when trying to open an `.apk` in Bytecode Viewer: ``` Bytecode Viewer Version: 2.9.22, Preview Copy: false, Fat Jar: true, OS: Windows 7, Java: 1.8.0_251 java.io.FileNotFoundException:...

bug

I am trying to use `mutant-rspec` in a Rails project. So, that means I have an `app` directory and for example inside it I have a `models` directory and inside...

rails

From [Reference.md](https://github.com/P2Pvalue/swellrt/blob/develop/wave/doc/swellrt/Reference.md#collaborative-objects): > ``` > service.open({ > > id : "local.net/s+T6Ad2s2TC2A" > > }).then( object => { > > }) > .catch( error => { ... }); > ``` >...

Why not supporting higher versions as well? :thinking: