-
sudo npm run node
> @8.1.0 node /home/ubuntu/bitcore
> cd packages/bitcore-node && npm start
> bitcore-node@8.3.0 start /home/ubuntu/bitcore/packages/bitcore-node
> npm run tsc && node build…
ghost updated
4 years ago
-
In fixing another earlier issue I quickly looked at implementing VP9 support since it seems like it'll be easy enough with plenty of benefits, all that needs to happen is implementing the correct cffi…
-
## The dependency [ethers](https://github.com/ethers-io/ethers.js) was updated from `4.0.4` to `4.0.5`.
🚨 [View failing branch](https://github.com/energychain/CorrentlyNote/compare/master...energych…
-
As per the title. Here is a small repro:
https://godbolt.org/z/anjvofd36
```c++
#include
template
struct foo
{
template foo(Ts...) {}
};
template
foo(Ts...) -> foo< []() { return …
-
### Description
I have a project that has CI against Apple platforms, as well as Linux and Windows, and noticed that a change to a macro suddenly caused the Windows build to fail. @compnerd said it s…
-
Trying to make 3.1.3 ipsw, but everytime I get to the build part, it asks for password, once i enter it it crashes. Any help? I need 3.1.3 not hacktivated (I plan on using this 3G[S] on AT&T for a wh…
-
When building HEAD against CUDA 10.0.130, the build fails with:
```
/home/seb/tmp/build/torch7-cutorch-git/src/torch7-cutorch-git/lib/THC/THCAtomics.cuh(97): error: cannot overload functions disti…
-
I'm seeing a crash that affects LLVM 17 and 18, cross compiling on Ubuntu 22.04 for Windows ARM via clang-cl. Headers are coming from the Windows 10 SDK and from Visual Studio 2022 17.4.
I've redu…
-
```bash
❯ cmake . -B build -DBUILD_TEST=ON && cmake --build build -j20
-- The C compiler identification is GNU 14.0.1
-- The CXX compiler identification is GNU 14.0.1
-- Detecting C compiler ABI i…
-
I am guessing this is a PG issue but the current OF nightly release isn't making project files.
Not sure if this is connected to #555 or #554
In the nightly log I see:
```
Compiling pr…