Erudition

Results 48 issues of Erudition

Found myself writing this code today when reaching for a `List.Extra` utility that outputs a nonempty list in the dependency-free style. I prefer to use this library, so: ```elm List.gatherEqualsBy...

```js Uncaught TypeError: Cannot read property 'parentElement' of undefined at t.flip (flipping.web.js:1) ``` I get this every time I use the library and call flip() - no matter which js...

Both Range and Approval voting can be made to work on existing voting machines. The existing wording implied this was only true of Approval. For more information, see http://www.rangevoting.org/VMSumm.html

Using the JS insert: ``` http://localhost:8088/build?path=/home/connor/Projects/Elm/theproject/www/elm.js ``` Always fails to load, and when I try to visit that URL on its own I get a 500 error: ``` Internal Server...

I would love to use pennywise to create transparent overlays, such as showing the keyboard layout I'm trying to learn. This is possible in e.g. OBS using a browser that...

- Added the rationale for the "2 empty lines between top-level declarations" rule, as it was the only rule that wasn't explained. - Clarified the bit about `case` appearing "later"...

I love Pithos, and use it every day. That said, I've been noticing this trend for more than a year - Pithos' playable songs, while wonderfully commercial-free compared to the...

It worked before, but now when I try button # 2 in the app, which uses the remote image file `"https://images-na.ssl-images-amazon.com/images/I/61mx-VbrS0L.jpg"`, the app freezes. I've uninstalled it and commented out...

My successful run of `npx elm-upgrade` ended with this" ``` Here are some common upgrade steps that you will need to do manually: - NoRedInk/elm-json-decode-pipeline - [ ] Changes uses...

Hi, I love the updates I'm seeing at http://doc.replicated.cc. The RONt format looks cleaner (I'm trying to wrap my head around it and implement it at the same time) and...