Results 17 issues of Kieran Simpson

**Describe the bug** When attempting to deserialise some JSON to objects, a segmentation fault occurs when running on iOS (via the `iosX64Test` target) **To Reproduce** See https://github.com/kierans/mpp-serialisation for a sample...

bug

Thanks for this handy little library. When running in node using `node-canvas` I'm wanting the result of the merge to be a buffer or a stream rather than a base64...

**Is your feature request related to a problem? Please describe.** I'm on my fourth project using Crocks and I keep reaching for the same function `getPropOrError` (and `getPathOrError`). Instead of...

enhancement
good first issue
needs work

For my project the CSS is concatenated/minified by h5bp however the HTML pages are actually JSP tag templates. The current replacement regexp is assuming where the quotes should go and...

Similar to issue #153, for my project the JS is concatenated/minified by h5bp however the HTML pages are actually JSP tag templates. The current replacement regexp however is not parsing...

Just like [this question](http://stackoverflow.com/questions/38352076/nwjs-and-karma-mocha-not-playing-nice) I'm trying to run Mocha tests via Karma in [NW.js](https://nwjs.io/). However my tests aren't running as `window.mocha` isn't defined. ``` Uncaught TypeError: Cannot read property 'setup'...

Fixes https://github.com/priyank-p/simplepicker/issues/49

In the README it states "please note this is only about 2/3 complete". However the last commit was on Nov 1, 2014. Is there more work planned, or is the...

**Is your feature request related to a problem? Please describe.** Currently in Intelli J I can only connect to an RDS instance using IAM or Secrets Manager. However the password...

feature-request

**Is your feature request related to a problem? Please describe.** Much like with `Reader` when using the `State` monad with an inner monad when mapping, or chaining the code gets...