arara is a TeX automation tool based on rules and directives. It gives you a way to enhance your TeX experience. This is a mirror repository.
Install Emacs on Travis CI
Generate wrappers for your API endpoints!
Test Elisp without the hoops
emacs module for libgit2
Various translations of the Bible, typeset in TeX.
my dotfiles – designed to work on both windows and *nix
Lua editing utilities for AUCTeX
Emacs bindings for libgit2
pull request commentexercism/problem-specifications
forth: add negative numbers and local-scope test
@SleeplessByte Needs a rebase.
comment created time in 9 hours
pull request commentexercism/problem-specifications
pythagorean-triplets: Fix maths notation in instructions
We should probably do a pass over all instructions once/if LaTeX support of some sort is added. That should make it clearer.
comment created time in 9 hours
pull request commentexercism/problem-specifications
I think this change was already merged to main so this PR could be closed:
https://github.com/exercism/problem-specifications/blob/main/README.md#L42-L45
However, the merged change does not fix the part that says "There are two exceptions".
comment created time in 9 hours
release josephwright/siunitx
siunitx-ctan.zip 4.28MB
siunitx.tds.zip 2.16MB
released time in 17 hours
pull request commentexercism/problem-specifications
yacht: create problem specification for scoring a single hand of yacht.
don't know where I can write this, but you don't have test for FIVES category, when you have 5-s. There is when 5s are absent only, so I don't have to check for fives.
comment created time in 17 hours
PR opened exercism/problem-specifications
This was the only description.md file that did not begin with
# Description.
@ErikSchierboom do we want this change?
PR #1782 added # Description to the description.md of every exercise in problem-specifications apart from yacht, which already had a top-level header.
On main:
$ cd problem-specifications/exercises
$ find -name 'description.md' | wc -l
135
$ rg --glob 'description.md' '# Description' --files-with-matches | wc -l
134
$ rg --glob 'description.md' '# Description' --files-without-match
yacht/description.md
pr created time in 18 hours
minorminer is a heuristic tool for minor embedding: given a minor and target graph, it tries to find a mapping that embeds the minor into the target.
https://docs.ocean.dwavesys.com/projects/minorminer/en/latest
fork in a day
startedRRethy/vim-hexokinase
started time in 2 days
startedrhysd/clever-f.vim
started time in 2 days
startedpreservim/vim-pencil
started time in 2 days
issue commentmagit/forge
possible to merge PR's from magit?
Jonas Bernoulli (2021/06/19 13:02 -0700):
I've added a new
forge-mergecommand to themagit-mergepopup. It's only marginally more advanced than the minimal viable implementation but might proof useful anyway.
Many thanks! Will try to provide feedback!
comment created time in 2 days
startedEventEmitter2/EventEmitter2
started time in 2 days
push eventmagit/libegit2
commit sha 77bd28aeaa2a49962e8f714741f5a69b656a2183
libgit--module-file: hardcode ".so" suffix As far as I can tell we hardcode the ".so" suffix in our Makefile. That means we should not rely on the variable `module-file-suffix', which may have a value other than the expected ".so". And indeed it has been alleged that the value is different on Darwin when using Emacs 28 at least. But because there is nothing to be gained from using a potentially conflicting value, we simply always hardcode the suffix, regardless of platform or anything else. Closes #89. Closes #98. Closes #99. It would probably be better to instead use the appropriate suffix on all platforms, e.g. ".dylib" on Darwin, but it is unlikely anyone will put in the work.
push time in 2 days
PR closed magit/libegit2
- On Emacs 28,
module-file-suffixis ".dylib" on Darwin , but still module loading still supports ".so". Since we are always building ".so" on Darwin, we should alway load a ".so" on Darwin too.
pr closed time in 2 days
PR closed magit/libegit2
https://github.com/emacs-mirror/emacs/blob/ac6ba689d1cdb2611a779f9eb032d5ce97c77742/etc/NEWS#L188
** On macOS, Emacs can now load dynamic modules with a ".dylib" suffix. 'module-file-suffix' now has the value ".dylib" on macOS, but the ".so" suffix is supported as well.
We discussed this problem in #1
pr closed time in 2 days
PR opened magit/libegit2
- On Emacs 28,
module-file-suffixis ".dylib" on Darwin , but still module loading still supports ".so". Since we are always building ".so" on Darwin, we should alway load a ".so" on Darwin too.
pr created time in 2 days
PR closed magit/libegit2
Closes #89 and addresses this comment.
pr closed time in 2 days
pull request commentmagit/libegit2
Closes #89 and addresses this comment.
I don't think this addresses any of the questions I raised in that comment. Please update the commit message to explain why making this change is the correct thing to do.
Compared to #89 this pull-request drops the (> emacs-major-version 27) condition and I suppose that does "address" part of the referenced comment insofar as that I raised the question of whether the Emacs version should make any difference. But again there is no indication of why the emacs version doesn't matter. I had a hunch that it doesn't matter and so I raised that question, but clearly the author of #89 thought that it did make a difference, so I think someone how has looked into this question more than I have should write a sentence or two about why it does/doesn't matter.
Also please write first instead of #1 because the latter is treated as a link to an unrelated issue and keep all lines shorter than 80 characters.
comment created time in 2 days
push eventmagit/forge
commit sha 46d5f2531da7d8ccdfd55cce57f319b902f4979b
Allow following a link instead of opening an issue When using Github's web interface to select an issue template, then the list of templates may also contain links to arbitrary web pages (these are usually alternative issue trackers and/or support forums). Previously Forge filtered out these links but no more. If the user selects a link, then the page is visited using `browse-url' and the issue reporting process is aborted.
commit sha 9c3400ff87864bcc3e17a10c8421996826ed972e
forge--prepare-post-buffer: Don't protect an empty draft
push time in 3 days