dsisnero
dsisnero
I followed the instructions to setup credentials but I am getting a invalid bucket name. Can you put a sample auth.json file in the base that shows the correct format...
I couldn't get this to compile for the included mruby of 1.2 . Tried to update it to 1.4.1 but the build.rs file is broken for mrbgems because the include...
since c struct are contiguous in memory - have them implement the memoryview interface. That way we can use them with Fiddle::MemoryView
````ruby # Fiddle::MemoryView#slice(start, length) # Fiddle::MemoryView#slice(range) mv = Fiddle::MemoryView.new(memory_object) while mv puts mv[0] mv = mv.slice(1..-1) # returns a new MemoryView object with the same MemoryView#obj # that is no...
I am trying to get this gem to work on windows. I created and was able to get lasem and mtex2MML merged into the msys2 repository. The next step is...
cython uses typed memoryviews for direct access to underlying c objects that implement a buffer protocol. Add something similar so that we can declare memoryviews on numo::narray , narray, and...
I tried the samples and I keep getting errors like this: c_struct_interface.rb:1:in `require_relative': no super class for `Music' (ArgumentError) from c_struct_interface.rb:1:in `' I get the same kind of error for...
jar = HTTP::CookieJar.new jar.load(filename) or jar = HTTP::CookiJare.new(store: :mozilla, filename: 'cookies.sqlite') I want to use another http client to start a session , (cuprite), and then when I am authenticated...