Andrew Wilcox
Andrew Wilcox
I ran into this issue today with Yocto thud. How should nodejs be configured to use openssl10? I tried creating a `nodejs_7.10.0.bbappend` file which changed PACKAGECONFIG to use `openssl10` instead...
@mdavis777 Thank you! No, no, I'm not tied to 7.x at all. How would I build npm packages using Node 8.x from openembedded/meta-oe? Should I be trying to use meta-nodejs...
Oh wait, I had added meta-nodejs using bitbake-layers add instead of following your instructions... let me try again :-)
Thank you!
Yes, in Arc 3.1 it's the equivalent of a try-catch block: ``` (prn "returned: " (on-err (fn (e) (prn "caught error: " (details e)) 123) (fn () (prn "before") (err...
It's worse than that, actually. To work with continuations, `on-err` only catches errors thrown within the *dynamic* extent of its execution. If the code inside of an `on-err` invokes a...
The example at the top of the README uses `signal`: ```clojure (let [
This is actually a big problem. Dedicated workers won't help because the shared web worker is used to communicate between tabs. In other browsers which don't support shared web workers,...
I wrote more about this here: https://github.com/awwx/meteor-offline-data#a-big-problem
Hi Walter, I'm not currently working on the offline-data package. I suggest: - Advocating for offline data on the Meteor roadmap (https://trello.com/b/hjBDflxp/meteor-roadmap) - Emailing the meteor-talk group to ask about...