Murphy

Results 12 comments of Murphy

Hi, I still want to follow up the AGENT_FAILED issue. for alfword, about 10-15% meet the AGENT_FAILED, though I use --auto-retry, I would stuck with the infinite loop

> I assume this is WIP, let me if you need me to review and merge it. Hi, sorry about the delay. I add a JS binding for libCacheSim locally....

> I am getting an error when installing > > ``` > /usr/bin/ld: /proj/cache-PG0/jason/libCacheSim/libCacheSim-node/../_build/liblibCacheSim.a(BeladySize.c.o): relocation R_X86_64_TPOFF32 against `params_str.0' can not be used when making a shared object; recompile with -fPIC...

To publish as a public npm package, there are two solutions: 1. source code compilation: the npm package includes the source code of libCacheSim library. When a user runs npm...

I updated. Now, it support the local global installation.

> I think approach 2 might be better, because we do not expect frequent updates. We could automate the publishing process as a GitHub action. The main issue with approach...

**Hi, before implementing this, I have a few questions to clarify.** Is the goal to maintain the existing C/C++ code and create bindings for JavaScript, rather than re-implementing the algorithms...

After searching around Node.js Native Addons vs SWIG. I'd like to start with Node.js C++Addons. Since they have native support for js developers, using N-API is stable across NodeJS versions...

Hi, @1a1a11a. Yes, I'm still actively working on this. Progress has been a bit slower since I can only work on it after my regular job, limiting my available time....