Ed Marshall

Results 11 issues of Ed Marshall

Per [the frosted github](https://github.com/timothycrosley/frosted), the project is now deprecated, in favor of flake8. Might be worth pulling it from the default list in [python.vim](https://github.com/neomake/neomake/blob/master/autoload/neomake/makers/ft/python.vim).

enhancement

Hi, I've added support for generating a size attribute for each tag, in a similar manner to how weights are generated (but with a list instead of a numerical range)....

It looks like the assets needed on the Discord side of this aren't in the github repo (specifically, the mpv large image key, and the buffer, pause, loop, and play...

enhancement

With the version 5 `hiera.yaml` format, we can still use older custom backends like this via `hiera3_backend`. There appears to be some magic to translate hash keys from `name` to...

A common problem is branch instructions with ambiguous targets (`JSR` is register-relative, and we don't always have strict confidence about the value of a register). It would be useful to...

Working with unknown ROMs, we might know from some other source (or hand-disassembly) that specific locations are actually code, but automatic disassembly doesn't pick them up for some reason (jump...

Output formatting, rather than being a function of the front-end (ie. `dis.py`), is embedded in `SegmentData` and it's children via `__str__`: comment formatting, column alignment, etc. is all controlled by...

Redesign the disassembly main loop. Today, the main loop tracks instruction-by-instruction state (registers, upcoming delayed branches) across an entire consecutive sequence of code, until no further disassembly is reasonable (ie....

When building using the new Go 1.11 beta in Fedora rawhide, I observed an error testing `bn256`: ``` Testing: "/builddir/build/BUILD/go-crypto-670ebd3adf7a737d69ffe83a777a8e34eadc1b32/_build/src/github.com/keybase/go-crypto/bn256" + GOPATH=/builddir/build/BUILD/go-crypto-670ebd3adf7a737d69ffe83a777a8e34eadc1b32/_build:/usr/share/gocode + go test -buildmode pie -compiler gc -ldflags...

The custom service template could use support for source-port: http://www.firewalld.org/documentation/man-pages/firewalld.service.html#options_source_port >source-port > >Is an optional empty-element tag and can be used several times to have more than one source port...

enhancement