stefanwouldgo
stefanwouldgo
Same here. Immediately on my first payment attempt I got "Cause of closing: one or more htlcs timed out: ids=0". Don't know if that was even before I tried to...
I really think having access to StaticHttp data in init is crucial. I need to initialize my model with some of that data. Is there another good way of doing...
Thanks for the quick response! I'm on the latest versions of both packages already. Could this maybe be a problem with the node version? I'm using v10.22.1 on guix on...
OK, these are actually two issues: I tried just cloning the original repo and doing nothing but `npm install` and `npm run build`. The build is very fast here, but...
> Could you try doing that StaticHttp request starting from a fresh clone of the repo (and just outputting some raw data in the view)? That request is pretty involved...
I tried again today with a native Ubuntu. Different outcome, but not too great either. Build takes about 12 minutes, and ALMOST finishes, but then this happens: ``` 98% after...
Oops, this same error happens on a freshly cloned copy of elm-pages-starter as well (after about 30s build). So the long build is my app's fault, but the errors seem...
I just updated the entire distribution (ubuntu studio focal), and now the error is gone (nb: neither node nor npm was updated) and I just get a warning: ``` WARNING...
Thanks, I'll try that ASAP. Dillon Kearns schrieb am Fr., 22. Jan. 2021, 16:30: > We did some performance benchmarking to find bottlenecks, discussed in > this thread: dillonkearns/elm-pages#137 >...
Running elm-pages-beta crashes immediately for me: ``` stefan@xpsgiraffeguix ~/elm-pages-starter$ node_modules/.bin/elm-pages-beta events.js:174 throw er; // Unhandled 'error' event ^ Error: spawn elm-optimize-level-2 ENOENT at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19) at onErrorNT (internal/child_process.js:415:16) at process._tickCallback...