Results 7 issues of Blake Loring

When using sync::Mutex in a program that also has wasm bindings the WASM version will occasionally crash due to a usage of "time". Is there any way to make this...

Whenever I try to make a bulk query with the following code my program crashes with a stack overflow exception: ``` let ops = all_bets.into_iter().map(|x| bulk::().index(x)); client.bulk().index(BetSummary::index()).ty(BetSummary::static_ty()).extend(ops).send()?; ``` Could you...

Crashes when used in conjunction with babili TypeError: src/SymbolicExecution.js: Property alternate of ConditionalExpression expected node to be of a type ["Expression"] but instead got null at Object.validate (/Users/pbai002/ExpoSE/ExpoSE/Analyser/node_modules/babel-types/lib/definitions/index.js:109:13) at Object.validate...

If I use require in an analysis to load helpers it works fine but through the browser MITMProxy it either fails to find require (not scoped) or through Electron it...

Hi, In the example analysis SpecialCoverage.js there's a reference to beginExecution which seems to have been commented out. Could anybody explain what this is and how (if possible) I could...

Lightpack running on a Raspberry Pi. Most API functionality works (on/off, brightness, setmode) but setcolor:ID-R,G,B; returns error. setcolor: reports OK Telnet log apikey:{f957ff1f-29f6-4b68-945b-691c352a6115} ok setmode:ambilight not locked lock lock:success setmode:ambilight...