Nicolás Gómez

Results 11 comments of Nicolás Gómez

Nevermind. I don't think the problem is this library. I got a repeated message but using "true caller" SMS service. When switching to the default android app or fb messenger...

Reproduction steps: ```ruby # frozen_string_literal: true require "bundler/inline" gemfile(true) do source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem "rails", github: "rails/rails", branch: "main" gem "sqlite3" end require "active_record" require "minitest/autorun"...

Lo mencioné [hace un tiempo en LinkedIn](https://www.linkedin.com/posts/codewithnico_mini-gu%C3%ADa-de-impuestos-para-alguien-que-trabaja-activity-7140688713818234880-49Ye?utm_source=share&utm_medium=member_desktop) 😄 Es una PAJA, pero cuando tienes dólares tienes 2 tipos de renta (**no eliges, la cosa es así**): 1. **Por trabajo**: lo...

Hey @mayeaux, @vishalyadaviit, @KarlyLamm Unfortunately, you have to authenticate to install a package from the GitHub Package Registry, even when they are public 😱 > You need an access token...

This was marked as completed, but #45355 is still open 🤔 what happened?

I think I found an infinite loop issue. There is the fix: https://github.com/r0b0t3d/react-native-photo-view/pull/1

I think it's related to #21 . Maybe you can find the response there :) Anyways, I'm having the same issue but I'll use the partial solution because it works.