Michael Rashkovsky

Results 7 comments of Michael Rashkovsky

Is fabric.js a depdendency? I resolved the error @aaronhill6 was having by including the file on $(document).ready, but then it complains about fabric.js. I include fabric.js, but then it complains...

Never mind. I was trying to include canvas.js via require(). Once I included it using a script tag it began to work. Thanks for your work on this. I do...

I've built the project from master, and running tests reproduces the error: ``` Cherrypick ✓ can cherrypick a commit onto the index ✓ can cherrypick a commit onto another specified...

I successfully built and tested the latest alpha release. Will be investigating more next week. Appreciate the advice. Will update

It seems like this might be relevant, assuming that nodegit is pulling in openssl greater than version 3: `/usr/include/openssl/ssl.h`: ``` /* Deprecated in 3.0.0 */ # ifndef OPENSSL_NO_DEPRECATED_3_0 # define...

Okay so this command works: `LD_PRELOAD=/usr/lib/libssl.so.1.1 yarn test` While a simple `yarn test` does not I think this function / symbol gets dynamically loaded at runtime. My /usr/lib has both...

@musjj you might need to run CMD+Shift+P `Install 'cursor' command` and possibly also `Install 'code' command`