Matt Armstrong

Results 25 issues of Matt Armstrong

I want to share my reaction to the FAQ entry: [Why aren't people willing to discuss certain topics, like the file extension or syntax for specific constructs?](https://github.com/carbon-language/carbon-lang/blob/trunk/docs/project/faq.md#why-arent-people-willing-to-discuss-certain-topics-like-the-file-extension-or-syntax-for-specific-constructs). I'll also offer...

The 'cl package is deprecated and heavy for just `incf'. Another approach would be to require 'cl-lib, but I didn't do that because setq and 1+ is simple and works...

Newer versions of `ssh-keygen` generate keys that Pharo apparently can't use. This took a while to diagnose, but this was Pablo Teson's conclusion on Discord chat (https://discord.com/channels/223421264751099906/305208145020715019/994155375509123103) where he said...

## Expected Behavior I've copy-pasted the example from https://github.com/bazelbuild/rules_fuzzing#readme into a trivial project. I should be able to `bazel run --config=asan-libfuzzer //:fuzz_test_run` but I can't get it to work. ##...

The README said that "rotations don't preserve the binary search tree property" but the usual binary search rotation operations do preserve the symmetric order of nodes in the tree. Fix...

**Is your feature request related to a problem? Please describe.** The `benchmark::RegisterBenchmark()` API supports adding benchmarks that are parameterized with arbitrary values, including custom names, lambdas, arbitrary objects, etc. The...

Previously compare.py ignored the --benchmarks_filter argument when loading JSON. This defeated any workflow when a single run of the benchmark was run, followed by multiple "subset reports" run against it...

**Is your feature request related to a problem? Please describe.** I've got an a.json and a b.json that took a while to collect due to lots of benchmarks and lots...

*Update* I've rewritten this issue based on new understanding. ## How Emacs treats `require-final-newline` The default value for Emacs' `require-final-newline` is `nil`, but *most* programming and text modes set `require-final-newline`...

This change moves the code closer to `org-md-inner-template`, which has similar logic but doesn't call `org-trim`. * ox-hugo.el (org-hugo-inner-template): Remove call to `org-trim` to address github issue #671. Users no...