Roman Valls Guimera

Results 259 comments of Roman Valls Guimera
trafficstars

I don't use this anymore, but my workflows are here: https://github.com/umccr/htsget-rs/ By the error messages, it seems that the cache docker container thing is not up and/or reachable? Sorry I...

> Agree that JSON resume is an awesome open standard. Import might be easy to add, but export might be difficult due to the OpenResume text fields being flexible while...

All of the above plus having it importable/exportable via URL, so you can point to it directly on the app as a URL (not necessarily local filesystem-based only).

On the one hand I agree that putting in too much lines of code is not neat, but on the other hand I think that it'd instantly solve issues like...

I second this, I'm trying to run benchmarks [on this branch for my project](https://github.com/umccr/htsget-rs/tree/flamegraphs) and `cargo-instruments` seems to somehow skip running those (benches based on criterion-rs)... with a "Success" message?:...

> I dont know which format is this. Can you provide a sample file, documentation or implementation to look at > > Right now you can disassemble, analyze and decompile...

And if you need a text-based working disassembler **today** to compare while you implement support in r2, have a look at [naken_asm](https://github.com/mikeakohn/naken_asm): ``` $ ./naken_util -disasm -stm8 ~/dev/personal/stm8_glitch/flash.bin naken_util -...

Cannot repro your screenshot above :/ Would adding [this 24 bit ghidra sleigh PR for stm8](https://github.com/esaulenka/ghidra_STM8/pull/4) help with the 24 bit errors at least? ``` $ r2 -a r2ghidra -e...

Memory map for the [control firmware file](https://github.com/brainstorm/threadmill-re/blob/master/control/flash.bin). ![Screenshot from 2023-12-08 23-20-45](https://github.com/radareorg/radare2/assets/175587/1cc03ea8-9d94-4e55-9ca4-4572545833fc) Repro scripts in https://github.com/brainstorm/threadmill-re/commit/181d19fd708610dfcdb49aa573725fb5b4c8773b ... if I defined the above memory map with would `-a r2ghidra` pseudo-arch pick it...

> just recompiled latest r2 and latest r2ghidra and tested the same commands you did and it works well recompiled both r2 and r2ghidra and I'm getting the following output,...