-
This is just an idea I had for my own Bible app that I didn't get around to implementing. I thought I may as well share the JSON for it. I bet it would be easily adjusted to fit in with browserbible-3…
ghost updated
7 years ago
-
Dear all,
Thank you so much for your work on this excellent time-tracker for Linux.
I love the integration in Ubuntu Unity. :smiley:
A quick question:
I couldn't find any way to delete an exist…
-
Make the game playable again
-
This is working :
``` scala
val sum = (2.0 :: "hi" :: HNil) ++ (1 :: HNil)
sum shouldBe 2.0 :: "hi" :: 1 :: HNil
sum shouldBe a[HCons[_, HCons[_, HCons[_, HNil]]]]
```
Folding/Iterating on sum …
-
Having had issues syncing between machines using Hamster, I was trying to work out what would be necessary to have replication to a central DB when connectivity is available. It looks like adding an o…
-
Current state of `FutureOption` and `FutureEither` does not allow pattern matching in for-comprehensions.
For example, the following wouldn't compile :
``` scala
def foa: Future[Option[String]] = Fu…
-
What it says on the tin.
-
I received this message about the BBCiD functionality being broken:
The URLs that you use in your signin, signout, and status routines seem to all give http 302 errors. They have new locations: https…
-
-
== Summary ==
teitohtml and teitodocx render <q> inconsistently
== Versions ==
OS: Ubuntu 12.10
I'm using a checkout of the svn tree:
$ svn update
Updating '.':
At revision 11239.
And the …