Jan Biedermann

Results 165 comments of Jan Biedermann

for times showing +0000 -0000: This is ruby specifically, see: https://bugs.ruby-lang.org/issues/691 https://codedump.io/share/jcuvHuHfBsbF/1/forcing-quot0000quot-timezone-for-rfc2822-times-in-ruby Setting the Timezone will eliminate the problem of +0000 -0000 for tests done in PR#40

Just to clarify: MyModel.super_scope the vector will look like: [MyModel, [super_scope], *all] Result will be an aggregation. No column names are called, is the policy applied, which policy is applied?

Not sure if i am right with the vector: MyModel.super_scope will it be: [MyModel, [super_scope], *] ? and deliver no data? In that case SDC returns representative, which is the...

If you accept ipc from the internets its good practice, for security, to guard ALL calls, because you never know, complex systems, etc… So there should be a default policy...

I like that, but i also like 'secure by default' and i see 2 items that i think don't contribute well: 1. in the Table i would prefer: `granted &&...

i think this is maybe useful, this way also `undetermined` can be mitigated: ```ruby class Order < ApplicationRecord regulate_scope_default { |user| acting_user == user || acting_user.admin? } # applies to...

Async CRUDs are great to have to be isomorphic +1 About the modes: I like `:strict`, because that makes development and testing easier. What about to set Models, that are...