James F McMahon

Results 17 issues of James F McMahon

From my [HackerNews comment](https://news.ycombinator.com/item?id=15293741#15294679). I really wish it made clear that the license was irrevocable. I think the understanding in the community is that once you give permission for software...

change

The line from the license, > This license, or a link to its text, must be included with all copies of the software and any derivative works. is a little...

change

One of reasons I use the MIT license over BSD is the explicit right to sublicense the software, > including without limitation the rights to use, copy, modify, merge, publish,...

change

From my [HackerNews comment](https://news.ycombinator.com/item?id=15293741#15294679). The phrase "Any modification to the software submitted to the authors may be incorporated into the software under the terms of this license." could be worded...

change

Is it possible bold some text inside a code block as discussed in this thread, https://meta.stackexchange.com/questions/183610/how-to-combine-bold-and-code-sample-in-markdown?

These versions are pretty old it seemed worth updating. Updated version of https://github.com/gsuitedevs/java-samples/pull/104. I have confirmed that all the code is working as expected and I am not getting any...

I'm new to proto-repl and it seems really great so far, but I did notice that one of the examples from the README does not work. ![](https://raw.githubusercontent.com/jasongilman/proto-repl/master/images/autoeval.gif) If I type...

Currently, `chai-enzyme` doesn't work with the [Preact library](https://preactjs.com/). It fails with the stack trace: ``` Error: Cannot find module 'react' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15) at Function.Module._load (internal/modules/cjs/loader.js:562:25) at Module.require (internal/modules/cjs/loader.js:692:17) at...

When changing headers on objects the files are not republished if passed through `cache()`. For example, changing the `cache-control` on an object result in the object being marked as "skipped"...

enhancement

- [X] I'd be willing to implement this feature # Describe the user story ### Why **As user of mochapack** **I want be able to use all the [command line...

enhancement