Sam Clopton

Results 29 comments of Sam Clopton

@tvallois would you be interested in assistance if support for documentation can be added?

Ah I may have misunderstood, it looks like you meant that you are working on adding support for yard, but you weren't sure if the maintainers were interested in adding...

Hi, love freestyle, we use it on every project. This is currently a bit of a pain on our end, people frequently mess up the note slug. Unfortunately, the slug...

For those on react native, I was able to get direct uploads working using `rn-fetch-blob` for md5 hashing (which is output in hex), then converting its hex output into base64...

@jbschrades if `result.base64` is your file in a base64 format, than large media could potentially crash when it uses up all of the memory on weaker android devices, this will...

> @Samsinite then what do you send as the file? You want to buffer it from disk instead to calculate the checksum. Uploading to the server needs to be buffered...

I'm getting the same error as well, don't have resque installed (we use sidedkiq).

@GeorgeKaraszi could it be due to how active record extended is being mixed into active record? What if it used the `ActiveSupport.on_load :active_record do ... end` hook to extend the...

I also do not see it in the `ActiveRecord::Base.ancestors` chain, or anything inheriting from `ActiveRecord::Base`, so I'm pretty sure the issue is how it is being included into `ActiveRecord::Base`.

This doesn't sound like an error in this library, but instead a user error. I believe you just need to include the `createdAt` field documented at https://docs.github.com/en/graphql/reference/objects#issue in your graphql...