Cs Koushik

Results 37 comments of Cs Koushik

Thanks for reporting this! I ran into the same issue and it seems to stem from a mismatch between the tutorial code and the current DeepChem version. The `GraphConvModel` now...

I would focus on modifying the afi output handler to use the Rizin print table API (RzTable): Define Columns: Clearly define the table headers (e.g., Address, Size, Signature, Name) corresponding...

Hello @Qianqianye and maintainers, I see that the fix is still needed for the Japanese (`ja`) and Simplified Chinese (`zh-hans`) translated files, as noted in your comment on September 13th....

Hello everyone I will use the provided opcodes (e.g., 0c04, 0bfd) and the XAP specifications/patents linked by @wargio to update the XAP disassembler implementation in librzassembler. This should ensure complete...

i'm interested in helping improve the build process and handling permission issues. My approach will be to carefully review the build scripts, identify where permission errors may occur, and suggest...

function setup() { createCanvas(400, 400); saveGif('mySketch', 5, { units: "frames" }); // Start saving 5 frames noLoop(); // Pause the draw loop } function draw() { background(220); console.log("draw"); // This...

Thanks for raising this! I ran into similar behavior when testing the Docker container. From what I’ve seen, the warnings about missing TensorFlow, JAX, or Haiku modules are expected unless...

Hello @bojidar-bg and @HectorDev309, I am keen to work on investigating and resolving this `mouseY` inconsistency issue, and I would appreciate it if you could assign this task to me...

@HectorDev309 thank you for your feedback is their anything I can work on it

Hello @RandomGamingDev and maintainers, I'm very interested in the proposed feature of creating a **Queryable transformation stack**. I recognize this feature touches the core rendering architecture and would require significant...