Stefan Eilers

Results 4 issues of Stefan Eilers

I have a real strange problem with the following Job: ```ruby class CheckUnmanagedDocumentJob < ApplicationJob repeat 'every day at 15:23pm' def perform RechnMgmUserArea::Organisation.all.each do |org| org.notify_waiting_documents end end end ```...

After successful compilation, I tried to load the binding manually: `irb -r ./hyperdex.so` This generates the output: `/Users/stefan/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in 'require':LoadError: cannot load such file -- ./hyperdex.so` Any Ideas? Might this be...

Hi! Caged told me that you are managing the official fork of this project. I have finished my integration of https authentication and would like to discuss whether it might...

Please follow the discussion here: https://discord.com/channels/1058149494107148399/1058149494107148402/1210065267716259880 ### Problem: The memory between $0000 - $15FF is currently documented as reserved on the MEGA65. llvm-mos currently uses the address $0002 - $0090...