Will Foran

Results 41 issues of Will Foran

change DYNAMIC_COLORS_ROOT so the dynamic-colors directory can live anywhere

I was looking for a way to condense ``` function(x,y,z){ qassert(x='n') qassert(y='b') qassert(z='s') } ``` and came up with ``` funtion(x,y,z) { qassertm(x='n', y='b', z='s') } ``` I also like...

## Project description This project creates a [tmux plugin](https://github.com/tmux-plugins/tpm) that uses a character hinting mechanism to jump to a position in the buffer, like one would with acejump ([video](https://www.youtube.com/watch?v=UZkpmegySnc&t=50) )...

Little work
Intermediate
Developer tooling

I'm trying to package for archlinux. (https://github.com/WillForan/shcl/blob/archlinux/archlinux/PKGBUILD) I added `options=(!strip)` to keep `makepkg` from totally destroying the `shcl` binary, but as a result: > ==> WARNING: Package contains reference to...

This uses the fork from @rtrhd (#8 ) as a template for packaging, but it does not update the internal structure. Hopefully it can be easily audited and pulled --...

for issue #259 `int(qty)` -> `float(qnt)` and changd the test example input float

using `context.portfolio.positions` gives > ValueError: invalid literal for int() with base 10: '418.8667' from https://github.com/alpacahq/pylivetrader/blob/master/pylivetrader/backend/alpaca.py#L244 ``` File "alpaca_short_bsf46.py", line 145, in close_previous_day for sec in context.portfolio.positions: File "/usr/local/lib/python3.6/site-packages/pylivetrader/algorithm.py", line 512,...

I had a few bugs (using wrong variable name), and realized I never got yelled at for providing bad feature names. A few observations: 1) feature name length doesn't have...

Not an issue. Just something that took me long enough to realize that I thought it worth writing down. When there's no index.html in `./` or `out/`, the repl index...

good first issue
documentation

It'd be great to pull in gnu manuals (in addition to `GNU Emacs Lisp`?). Is there any magic for https://www.gnu.org/software/texinfo/ formats? Or is the provided `elisp` docset an ["any HTML...

request