Ryan Peters

Results 11 issues of Ryan Peters

I'm trying to get my classic controller set up as an analog joystick/gamepad. If I set the directional pad as ABS_HAT0X and ABS_HAT0Y (as the obvious axises) and I configure...

When running `./cs setup` behind my work proxy, which uses some self-signed certs, I consistently receive an SSL handshake exception each time I try to run. It appears this happens...

I have a case class in my Play app called `Movies`. `Movies` has an item `editions` which is of type `Seq[MovieEdition]`. With the classes in the file `models/Output.scala` with the...

There are some useful Jekyll plugins that sometimes require modifying the contents of your layout. For example, https://github.com/toshimaru/jekyll-toc requires modifying the `{{ content }}` section to include the table of...

enhancement

Currently the docs mention Travis support, but the latest fanciness is publishing from GitHub Actions. There are quite a few projects that do this (including this very repo) and doing...

documentation

RE: #541 The search bar breaks nav bars on smaller layouts like phone screens. It would be amazing if it could work something like a button that enabled a search...

enhancement

I wrote a facade/wrapper for Google's new "Open YOLO" library that they have for one-tap sign-in/sign-up for websites, similar to their Android Smartlock system. I wanted to use it on...

Besides what's already implemented on main, the following things would be nice to have before calling a v1.0.0 release: * At least one or two implementations of actual event logs,...

MapRef right now is kind of weird in that it's not the only implementation out there, and it could probably be implemented better besides. Right now it's a bit naive...

enhancement

I have a project with a very large case class that I am using with Shapeless (198 fields) to derive something (specifically, a Doobie `Read` for my case class). In...