Jan Biedermann

Results 165 comments of Jan Biedermann

it would certainly help getting good algorythms. a common protcol for all could help for services talking to each other

Re 2. figuring out how ServerOps are going to get called from the client: For the time of transitioning, this could be done in a server side JS engine, bridging...

this apparently happens for any method that is not an attribute or somehow else defined. Client fetches by putting the method in the vector, lest's say the method is :past_due?...

if fixed the behaviour as follow: method_missing in hyper-mesh/lib/reactive_record/active_record/instance_methods.rb the ! is cared for as it was. ### 1. Server Method If the method is a server_method its name is...

When i interpret my above comments correctly, to answer the why @catmando , then probably because it was like that and `value set by RR with =` hints that somewhere...

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

Thanks for generously assigning this to me. I will **immediately** put it, in **bold**, to make sure of its **importance**, on my hyperloop todo list. **To fix it ASAP**, i...

in progress. So far: lib/active_record_base.rb: - added `def hyper_model_scopes` - added `def server_methods` lib/reactive_record/permissions.rb - moved `Hyperloop::InternalPolicy` to lib/hyperloop/internal_policy.rb - moved `ReactiveRecord::AccessViolation` to lib/reactive_record/access_violation.rb (hyper-mesh.rb modified accordingly) lib/hyperloop/internal_policy.rb added: -...