John Faucett

Results 10 comments of John Faucett

see: https://github.com/attr-encrypted/attr_encrypted/issues/32

Hey, yes. Something like that is definitely planned, we're just trying to focus on building out course interactive features like auto-generated quizzes and various types of symbolic math input/evaluation stuff...

Maybe this is the wrong context, but each of these can mean different conceptualizations (and computations) of multiplication depending on the types of x and y. For instance, when dealing...

Having omniauth-like testing funcationality built-in would be great.

@michaelherold awesome. I'll check it out today.

This fixed the `add_column` error but I'm still getting the error when trying to run `rails generate model Event my_field_name:ksuid`, which is `Could not generate field 'my_field_name' with unknown type...

I would like to know this as well if anyone figures out how. I did figure out how to set the model name: ```ruby class MyNamedEntity < Grape::Entity def self.entity_name;...

@nathanfaucett It looks like they are resolving this now with a preprocessor, not really sure if they actually have a solution that works for our use case here though, see:...

Any chance this gets merged soon? I'm building oauth integrations for my litestar project and would like to not have to roll all this by hand.

Running into this same problem as well now while writing tests. Does anyone have a workaround?