Will Fleming

Results 3 issues of Will Fleming

Thanks for this library! I've been working my way through your fantastic Hands-on Rust book, but I can't get the numpad keys to work correctly on macOS. This is what...

``` "bs-knex": "3.1.0" "bs-platform": "4.0.7" Node.js v10.15.0 ``` I have the following javascript code in an entry point for a node app ```javascript process.on('unhandledRejection', (error, p) => { console.error('Unhandled Rejection...

At http://pedestal.io/cookbook/index#_custom_log_format In the code example ```clojure (def log-request "Logs all http requests with response time." {:name ::log-request :enter (fn [context] (assoc-in context [:request :start-time] (System/currentTimeMillis))) :leave (fn [context] (let...