Talha345

Results 8 issues of Talha345

User feedback!

It would be really cool if you could add the even listeners from the embed-api in the latest version. ``` crate.on('signIn', (user) => { console.log(`Guest signed in as ${user.name}`, user)...

suggestion

### Description We have the following factory. ` factory :business_partner do name { Faker::name } company { true } location client default_company { true } end ` The Factory works...

bug

Hi, I am trying to generate a short url using the provided helper method but it gives me a undefined method `short_url' so I had to hack a similar method...

### Before you start - checklist - [X] I followed instructions in documentation written for my React-PDF version - [X] I have checked if this bug is not already reported...

bug

### Before you start - checklist - [X] I followed instructions in documentation written for my React-PDF version - [X] I have checked if this bug is not already reported...

bug

I am using `ReactOnRails.authenticityToken();` to get the CSRF token generated by `csrf_meta_tags`. The problem is that when I send first request, it works fine as the token is valid. Whenever...

discussion
documentation needed

There is a issue whenever I add a new image to the asset pipeline and deploy via Kamal, the server gives a 500 with the message `asset_name is not present...