Jake Smith

Results 18 issues of Jake Smith

My `User` model is a `Devise` model and I'm using the trackable functionality. If I attempt to publish a change to the `User` model with `object_changes` unrelated to devise, I...

bug

First, thank you for all the hard work that went into this, this is a really useful tool! With dots in the name of the app setting/configuration, setting the App...

I couldn't get things to work the way they are described in the second part of lab8, so I decided to just run the clone of the code here, and...

I'm having trouble determining if allowing a user to sign up (not sign in) is possible through this library. The API reference doesn't seem to have a method for this....

Hello, Thank you so much for this library, first and foremost. It resolved some issues we were having with memory. But we are not very experienced with dart/flutter. But Android...

I'm running into the error: `Bad State: Stream has already been listened to.` when attempting to view an image after the first build. It occurs in the `_loadAsync` method of...

Hello, I was wondering what I need to do to use the wepay-rails gem in my Rails 4 application. It seems that the generators create Rails 3 type syntax. Are...

Hello, I've noticed that the best way to create a corpus for us is to use the DirectoryCorpus way because we hardly have the .dat files available ahead of time....

I have successfully installed and made use of h5serv in an ubuntu environment, and now I'm testing my application on windows 10. - I cloned hdf5-json and ran `python setup.py...

## 🐛 Bug Report Lib version: 4.2.1 ## Steps To Reproduce ```javascript worksheet.addImage(imageId, { tl: { col: 0, row: 31 }, br: { col: 15, row: 31 }, }); ```...