-
Hey folks,
I'm trying to finish the CI for https://github.com/nodejs/node/pull/54560 (target is today) and osx test is taking too long (it seems stuck) >12h~
-
running step 6 of the `build.py` gives the following error:
```
make[2]: *** No rule to make target `../../v8.out//libv8_monolith.a', needed by `libj2v8-macosx-x86_64.dylib'. Stop.
make[2]: *** …
-
When doing a `bundle install` for a new Rails 6 app, I noticed most of the time is spent compiling `sassc` (libsass really).
This takes easily up to 2 minutes on Linux, which feels really slow for …
-
Hi,
I already tried to compile rethinkdb 2.3.x for arm32, and got another error.
I got access to a aarch64 building machine, so I'm now trying to build it on this machine.
The first issue I encounter…
-
Hi!
I'm using hooks to open the modal. https://docs.worldcoin.org/idkit/reference#hooks
The problem is that I can't close it. When I click the **X** button on the top right corner of the modal n…
-
```
LoadError: Error relocating /home/app/gems/gems/mini_racer-0.1.3/lib/mini_racer_extension.so: __fprintf_chk: symbol not found - /home/app/gems/gems/mini_racer-0.1.3/lib/mini_racer_extension.so
/ho…
-
I see them in the GitHub Actions as well. Not sure exactly what caused it, but didn't see an existing issue so reporting
e.g. https://github.com/rubyjs/mini_racer/runs/4174922268?check_suite_focus=…
-
Hello the team
Thank you for the update to libv8-node 21.7.2.0 yesterday.
I wanted to report an error.
Setup:
- mini_racer 0.12.0
- libv8-node 21.7.2.0
- ruby 3.2.3
- OS: Ubuntu 22.04.3 LTS (…
-
A great tool, I enjoy day by day, but the mac needs to run all the time.
My Synology is running 24/7, so why not running there?
as node.js can be installed on the synology, can airsonos run on that on…
ghost updated
6 years ago
-
I'm trying to install libv8 on Alpine. As has been noted here, libv8 build doesn't support Alpine's `muslc` library. So I thought I could use the system library with `--with-system-v8`, but saw that i…