Francois Chagnon
Francois Chagnon
Yeah, this was fixed in rails recently, but only if you use the jsonp response helper, which doesn't prevent someone from doing `response.body = "#{param[:foo]}"`. The response doesn't have to...
@jjarmoc this is the same flaw. I opened this issue before it was named "rosetta flash".
I'm not sure what you mean by that. Converting assembly into IR is done by language-specific modules (see `src/ir` and `src/host/*/dis`), it's not intended to be done by hand. The...
> Then you strongly couple your decompiler to particular mundane disassemblers there. `src/ir` is the generic disasembler-to-ir code, `src/host` is strongly coupled to the underlying disassembler (IDA, capstone) but can...
> The only solution to that problem is to completely decouple "decompiler" from "convert machine-specific asm to a generic IR" part. Then maybe there will be critical mass to work...
Humidity Control Mode/Operating State/Setpoint
This would be useful :+1:
Same issue here, perhaps in a easier to understand scenario: I have an off-grid setup with a generator and no solar. I charge my batteries once a week with the...
Yeah this code may not be fully PEP8 compliant. PR welcome if it bugs you that much :)
If you are going to hold copies of the ctree objects or a copy of the cfunc, you should increment the reference counter cfuncptr_t.refcnt.