Scott Santucci

Results 52 issues of Scott Santucci

I turned on the new `--text-token` option – thank you for that, by the way! – but `String` is the one thing still parsed into a Haskell `String` (`[Char]`) rather...

enhancement
Haskell
token
AST
builtin

The first time I call helpful-(callable|variable) I have to wait a couple seconds, whereas subsequent calls (to look up different symbols) have only half a second delay. Calling (require 'helpful)...

I just figured out there is one more Counsel setting missing from the readme, analogous to the ones for function/callable and variable: counsel-descbinds-function (should be set to helpful-callable).

Hey there! Thanks for making helpful, I've added it alongside ivy/counsel and which-key on my short list of "how to make Emacs self-explanatory"! One thing I've found that the builtin...

I sometimes use `read PASSWORD` to put a password into an environment variable without entering it into my shell history. (Sometimes I `export PASSWORD` afterwards, depending on what I'm passing...

From my research in #2997, the "`require` interface's" exports are still missing: - `specify` (alias of `it`) - `xspecify` (alias of `xit`) - `xdescribe` (can use `context.suite.skip` on the TDD...

type: feature
status: accepting prs

Found out exactly what's going on in #2754: the HTMLCollection returned by `document.getElementsByClassName`, at least in some browsers, actually drops elements that get their `className` changed such that they no...

type: bug
area: browser
area: reporters
status: accepting prs

We should add a `--clearscreen` flag that clears the console before a test run, for use with `--watch`. This would be handy for reporters other than "min" (which has this...

type: feature
area: reporters
status: accepting prs

The grep links in the HTML reporter replace an existing `grep=...` parameter in the URL, but not `fgrep=...`. Furthermore, they tend to append an extra `?` if `?fgrep=...` is already...

type: bug
area: browser
area: reporters
status: accepting prs

**Describe the bug** Builder log output that includes percent signs can trigger a `boost::bad_format_string` error _or_ mangled error output when printing the last ten lines of logs/output on a failed...

bug