Brandon Elam Barker

Results 84 issues of Brandon Elam Barker

1. Wires - I saw some commits about this but don't think I've seen any documentation explaining the motivation, usage, etc. 2. Discussion on controlled components, particularly with regard to...

At least that seems to be the case on the demo server: https://tmp58.tmpnb.org/user/kfGh0NpBuzKk/notebooks/Welcome%20to%20Python.ipynb# For reference, I'm referring to [this functionality](http://ipywidgets.readthedocs.io/en/latest/embedding.html).

I have a version of this working locally and would be happy to get a PR submitted once I kick the tires on it a bit more. But let me...

When we try to use https://github.com/embeddedkafka/embedded-kafka-schema-registry in our project, we get a conflict: ``` [error] Modules were resolved with conflicting cross-version suffixes in ProjectRef(uri("file:/home/me/WH/xyz/"), "foo"): [error] io.github.embeddedkafka:embedded-kafka _2.13, _3 [error]...

While using something like `Collection.gather(Task, sources, fetchedTasks$, 'uid')` , I have to make sure `fetchedTasks$` has objects where the property item is actually named item$. No idea why. This requires...

See http://stackoverflow.com/questions/41910459/in-cycle-js-collections-how-does-the-second-sources-stream-relate-to-the-first/41915677#41915677 for related question that might help improve docs further

I'd be happy to tackle this but wanted to run it by others first. I'm primarily wanting: Weeks (28 days), Months (30 days), Years, GregorianYears. Others that I may include...

IMO, it shouldn't be easily possible to transform a Time value into another Time value that represents a different quantity. I accidentally wrote something analogous to the following in a...

2.x

Hi, I believe I found the relevant docs for [how to do this](https://docs.haskellstack.org/en/stable/yaml_configuration/#git-and-mercurial-repos). However, I'm still running into trouble. My [commit](https://github.com/bbarker/hico/commit/283aaed7fd1bb5319893b762713c9283a8f4ce43) shows the relevant changes to the stack/cabal files, but...

question

Looking at the `gatherFrom` code (pasted below for convenient), I've got a `scatter` function that starts up a TCP server. Ideally, this TCP server would be restarted in the case...