Erik Osheim

Results 51 issues of Erik Osheim

the graph images take over the scroll wheel which can be disorienting and annoying it would be nice to either show which parts of the page are "outside" the image...

https://news.ycombinator.com/item?id=37473480 https://stackoverflow.com/questions/35513968/disable-autocorrect-in-safari-text-input

it should be possible to add support for scala 3 without too much trouble

Add language definition for Uxntal. ## Description [Uxntal](https://wiki.xxiivv.com/site/uxntal.html) is an assembly language for the [Varvara](https://wiki.xxiivv.com/site/varvara.html) virtual machine. Uxntal assmebly is compiled into ROMs. Emulators to run these ROMs exist for...

Pending Popularity

Instead of having to decide when to retire fantasy consoles that aren't actively developed, we could just add a column with the year of the last update. That way, working...

Right now `clear` deallocates the internals. It would be nice to have reset which resets the size without changing allocations.

It seems like this isn't possible right now, based on this SBT issue: https://github.com/sbt/sbt/issues/1918 Other options would include creating a new task (e.g. `forkConsole`) that depends upon the Scala compiler...

While adding scala.js support, I was forced to remove the `src/main/scala_2.10` and `src/main/scala_2.11` directories. Previously we used: ``` scala unmanagedSourceDirectories in Compile += (sourceDirectory in Compile).value / s"scala_${scalaBinaryVersion.value}" ``` This...

Stephen Compall suggests that instead of returning `Ev` that the `imp` method should return `Ev with ev.type` to avoid losing refinements.