Brandon Elam Barker

Results 84 issues of Brandon Elam Barker

Hello, I'm wondering if there is a built-in mechanism in DottyTags for Dynamic HTML; no worries if not, just wanted to make sure I'm not missing something. There are [several...

The only definition I see (sorry if I missed one) is in `DefaultPersistence`: ```haskell instance (Typeable a, Indexable a, Serializable a) => IResource a where keyResource = key writeResource =defWriteResource...

In `Data.TCache.IndexQuery`, `index` causes any new DBRefs to be indexed immediately. In some cases, it maybe better to have an alternative to `index`, say, `eventuallyIndex`, where another thread is kicked...

I'm not suggesting this is necessarily easy to do, but wanted to open up the topic. It seems for the query API to be useful for most non-trivial cases, it...

This seems to be brought in by prelude and classy-prelude (all I've tested), so was just curious why the re-export?

This seems to be a pervasive issue, though it usually doesn't cause an issue in rendering. However, when it does, it is fairly annoying: https://stackoverflow.com/questions/38469002/how-to-strip-text-from-xml-string-in-scala I suggest we have a...

I implemented a simple router, along with some helper functions, [here](https://github.com/bbarker/ProjectGists/blob/master/Scala/MonadicHTMLNodeDuplication/src/main/scala/mhtml/todo/MhtmlTodo.scala). In the working example, we have the helper class: ```scala implicit class RxNode(val rxNode: Rx[Node]) extends AnyVal { def...

As noted from @OlivierBlanvillain : > Everything is cross compiled/published, expect for the monadic-html project which actually mounts stuff to the DOM. This project is heavily base on the browser...

The [js-framework-benchmark](https://github.com/krausest/js-framework-benchmark) looks compelling and recently includes binding.scala; see the [example output here](https://rawgit.com/krausest/js-framework-benchmark/master/webdriver-ts/table.html).

I'm coming here from Mendeley; after generating a .bib file and uploading to google drive and following all the directions, when I click on " BibTeX-cite > Update Citation Index",...