Mark Amery
Mark Amery
Resolves https://github.com/squizlabs/PHP_CodeSniffer/issues/801 - [x] Code conforms to standard - [x] Has tests - [x] Unit tests pass. - [x] Manually tested against a codebase of mine that was rife with...
Good evening, Colonel. Something that came up at work recently: SafeMySQL doesn't currently offer a convenient way to INSERT multiple rows in a single query. You can insert them in...
wordnet.doctest contains references to bugs by number, but they're not issues from this GitHub repo
See https://github.com/nltk/nltk/blob/3.2.2/nltk/test/wordnet.doctest. We've got references like: > Bug 284: instance hypernyms not used in similarity calculations and > Issue 541: add domains to wordnet These certainly ain't references to issues...
Here's an example:  Potentially relevant reading - this answer of mine from years ago which addresses this problem in a similar context: https://stackoverflow.com/a/19161529/1709587
Even if I make licecap full screen, I can't record the entirety of the top menubar on macOS. Some of it gets included, but the top is cropped:  It'd...
Per https://docs.microsoft.com/en-us/ef/core/modeling/relational/sequences, Fluent provides a mechanism for creating sequences, but there doesn't seem to be any mechanism to get the next value from a sequence without hand-writing SQL. (At least,...
## Description This implements roughly the tactic I proposed at https://github.com/prettier/prettier/issues/4801#issuecomment-1816869699. It's a draft for now. I have a bunch of outstanding concerns I want to dig into before it's...
### Summary The docs at https://ghost.org/docs/install/ubuntu/: 1. instruct you to install MySQL from the OS's Apt repositories with `sudo apt-get install mysql-server`, then 2. don't instruct you to change the...
Currently, passing a callback to any of these causes an error similar to shown in https://github.com/kpdecker/jsdiff/issues/463/. Remember to update the README when fixing this!
Here's an example of a patch emitted by `git diff`: ``` diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 20b807a..4a96aff 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,8 @@ ## Pull Requests +bla...