Alejandro Gutiérrez
Alejandro Gutiérrez
Using rails 7 and cssbundling-rails I installed tables using `yarn add @tabler/core` and in the application.scss I imported it like this: ``` @import "@tabler/core/src/scss/tabler"; ``` But I am getting the...
I have the following code: ```javascript import Component from '@glimmer/component'; import { alias } from '@ember/object/computed'; import { inject as service } from '@ember/service'; export default class AuthContainerComponent extends Component...
### Environment - Ember Version: 3.11.1 - Ember CLI Version: 3.11.0 - Ember CP Validations Version: 4.0.0-beta.9 ### Steps to Reproduce After I upgraded from ember 3.10 to 3.11 the...
I have the following model: ```ruby class Payment < ApplicationRecord validates :voucher, attached: true, if: :paid? end ``` And the following test: ```ruby context 'when is paid' do subject {...
Right now, httpoison 2 can not be installed because of the constraints in the mix.exs. This PR just updates the constrains to allow this new version. Tests are passing.
At this moment, this package is not compatible with the new versions of Goth. We should use `Goth.fetch/1` instead of `Goth.Token.for_scope/1` Deprecation: ``` warning: Goth.Token.for_scope/1 is deprecated. Use Goth.fetch/1 instead...