depili
depili
The code at https://github.com/ahawkins/cashier/blob/master/lib/cashier/railtie.rb#L6 raises a deprecation warning with rails 4.2.1 as the cache.instrument has been deprecated: "ActiveSupport::Cache.instrument is deprecated and will be removed in Rails 5. Instrumentation is now...
https://github.com/veandco/go-sdl2/blob/master/.travis.yml#L18 should be augmented to building all of the examples, currently the go build command does nothing at all and will always exit with status 0.
Trying to setup a docker container with osxcross and SDK 10.13, running into problems with `build_compiler_rt.sh` ``` #13 0.412 ## Building compiler-rt (release/11.x) ## #13 0.412 #13 0.415 Cloning into...
Adding the following test-case ``` func TestReadBundle(t *testing.T) { b := NewBundle(time.Now()) b.Append(NewMessage("/a", "test")) b.Append(NewMessage("/b", "test2")) d, err := b.MarshalBinary() if err != nil { t.Errorf("bundle marshal error: %v", err)...
As the technical person of our game, who also set up the hosting etc posting bug reports falls always on my lap. Currently trying to post a grievance as a...
Add support for NEC uPD78 / 87AD series micro-controllers. They are 8-bit micro-controllers with skip-next-if -style branching. I have tested this implementation by successfully reverse-engineering one 20kb firmware image. I...
I was wondering if there is any known way to write tests for the websocket endpoints? Mainly would like to check that incoming messages trigger proper actions and send responses...
**Describe the bug** It seems that the decompiler isn't able to differentiate the various memory regions properly. This is evident as: 1. Clicking on references in the decompiler view jumps...
HD6303 is a Hitachi clone of 6803. This implementation has been done based on the Hitachi HD6301V1/HD6303R User's Manual. The ISA differs from 6805 and 6809. The flags are implemented...
The complement macro was erroneously always complementing A register instead of the macro parameter op. This caused the COMB and COM OP1 instructions to have incorrect decompilation and lead to...