-
I'm trying to use this library in my own project but I fail. BTW I'm trying to use it in nodegui to write tests for it
I tried something like this
docker run --rm -i -v "$PWD":/code --workdir …
-
I had to add ```-m```:
```commit
package.json: build: use makefiles even if ninja exists
diff --git a/package.json b/package.json
index 3a68623..771af3b 100644
--- a/package.json
+++ b/pac…
-
Hi!
First off, thank you for creating this library! I've been looking for a scripting engine for my C++ project and was considering using javascript, but trying compile V8 was such a pain. Your Cm…
-
**Do you see errors or warnings in the `stf local` output? If so, please paste them or the full log here.**
Does the armhf docker image still works for you in the CI?
I tried to build it on an arm…
-
When trying to install `aws-lambda-ric` on a recent Alpine Linux with the following Dockerfile
```Dockerfile
FROM alpine:3.14
ARG FUNCTION_DIR="/function"
RUN apk add g++ make cmake unzip li…
-
> ```
> cmake -DCMAKE_TOOLCHAIN_FILE=/mnt/c/Dev/Linux/webkit-src/arm-toolchain.cmake \
> -DPORT=GTK \
> -DCMAKE_BUILD_TYPE=Release \
> -DCMAKE_INSTALL_SYSCONFDIR=/mnt/c/Dev/Lin…
-
### Feature Request
Could you change the "Compile Active File" task (the button at the top-right of the opened C++ file) to report the g++ output to the OUTPUT tab rather than to TERMINAL?
The r…
-
1. Right-click on `ANZ - Mastercard`
2. Select `Edit Account…`
3. Select `Credit` tab
4. Enter `100` into the `Credit Limit:` field
5. Click `Enter`
6. The Credit Limit progress bar shows; howeve…
ovari updated
6 months ago
-
Hi all,
when i open an .obj file associated to an .mtl file, the mtl file that contain information for texture is not opened. So my mesh file is not textured. Even those inside mesh/textured folder o…
-
Trying to install cffsubr with pip3 install cffsubr on msys64 python Windows 10. It fails after trying to build from source with cmake because of a long path.
I need to install this package on msys2 …