Guille

Results 15 issues of Guille

Hi, Im trying to develop an addin for outlook. The addin backend is developed in rails, and I am using this gem for authentication. Im using this the [omniauth microsoft...

I have config.check_current_password_before_update = :password enabled. I am successfully changin the password by using the PUT method on /auth. I have noticed that once the password has changed the token...

Is it possible to display the group label, instead of the selected children? for example, in the docs sample [https://vue-multiselect.js.org/#sub-option-groups](https://vue-multiselect.js.org/#sub-option-groups) If I click on 'Javascript' I would like to have...

"node": "15.3.0", "npm": "7.0.14" "vue-autosuggest": "2.2.0", Im really baffled because it works absolutely fine on localhost, but when I push to heroku the suggestions disappear and dont get triggered. I...

So, I have a component in which I use the scrollTo function. This component has a main div with a dynamic id, and inside it has a div with a...

Ive got a model like this one ```ruby class MyModel < ApplicationRecord scope :search_import, -> { includes( :ordered_b) } has_many :a has_many :ordered_b, -> { order(creation_date: :desc).includes(:d,:e,:f).limit(50) }, through: :a,...

bug report

Hi, my issue its more of a question than a bug. Is it possible to have a user authenticate with multiple accounts, and then be able to retrieve those credentials?...

Hello, I would like that the starting image and the expanded image dont have the same src url (one will be a thumbnail, the other the url for the high...

- Ive added an option in the enqueue form so that the user can specify there in which queue he wants to enqueue the job. By default, the gem will...

Do you have plans to support cuda files? My guess is that it shouldnt be difficult, given that its mostly c inside them.