Mark Evans

Results 9 issues of Mark Evans

On this line: https://github.com/jashmenn/activeuuid/blob/master/lib/activeuuid/uuid.rb#L146 self.class.columns_hash[primary_key].type => binary which != :uuid The db is mysql, i'm using the mysql2 gem and the field is a binary 16 field in the DB....

A common rails action response might look something like this: ``` def create @ad = Ad.new(ad_params) @ad.advertiser_id = current_user.advertiser.id respond_to do |format| if @ad.save format.html { redirect_to @ad, notice: 'Ad...

In my code, I don't want to think about PerformContext. Ideally, the job could bind the PerformContext to my global logger so that in my service layers doing a logger.WriteLine...

Hey does this support UUIDs instead of Integers. The read me under "Limitations" says Integer, what about Unique UUID. Much more common now than INT.

When a batch job completes, how do we programmatically know * If all batch jobs completed successfully. * Which jobs failed? In our case if a batch completes and its...

Searching the docs for this shows nothing.

@travega @khalilovcmd so how do i get access to the headers? ``` X-RateLimit-Limit: Maximum number of operations allowed in the current window X-RateLimit-Remaining: Number of operations left in the current...

enhancement
dotnet

Can you please document how to use jobs that return async Task ? Do we need to .ConfigureAwait(false) or true?

t: question

**Bug description:** We have a RN Hybrid app. It uses a webview to wrap our React App. Our users have the ability to update their headshot, they do this by...

Type: bug report