Eric Berquist

Results 136 issues of Eric Berquist

See #882 for book boilerplate. I think there is some inconsistency both in - how some of the functions are supposed to be defined, such as return type for the...

Chapter
lang: emacs-lisp

Depends on #882 for book setup.

Implementation
hacktoberfest-accepted
lang: emacs-lisp

To run, ```bash emacs -Q --batch -l approximate-counting.el ```

Implementation
hacktoberfest-accepted
lang: emacs-lisp

This uses the points from https://github.com/algorithm-archivists/algorithm-archive/blob/4313e7eb3d2faa152590c631d180d06a5c85f46d/contents/graham_scan/code/julia/graham.jl#L50 It revealed a bug in this implementation that needs to be fixed.

Problem
Implementation Edit
lang: julia

Implementation
Hacktoberfest
lang: nim

Implementation
Hacktoberfest
lang: nim

We had a discussion in https://github.com/algorithm-archivists/algorithm-archive/pull/495 about the purity of functions. The argument is that for many algorithms, specifically numerical ones, the implementation should not be pure for performance reasons,...

Question
Discussion

Using attrs 19.1.0 on Python 3.6.7, ``` python from typing import Any, Iterable, List, Tuple, TypeVar from attr import attrs, attrib T = TypeVar("T") def to_tuple(val: Iterable[T]) -> Tuple[T, ...]:...

Bug
Typing

It was determined in https://github.com/abo-abo/swiper/issues/2267 that `use-package` causes `ivy-initial-inputs-alist` to not be set properly, so code like ```lisp (use-package ivy :ensure t :defer nil :custom (ivy-initial-inputs-alist nil) :init (ivy-mode)) (use-package...

The first part of #1131, which just adds the new test data. It is not tested yet because at least geometry optimization results in a hard crash. A separate PR...

NWChem
tests