Venkat Dinavahi

Results 15 issues of Venkat Dinavahi

**Describe what scenario you think is uncovered by the existing examples/articles** The autoDispose section of the article says the following: > To tell Riverpod to destroy the state of a...

documentation

First of all, thanks for the great library. I was wondering if there's a best practice for allowing a user to connect multiple accounts. For example: - Login with Google...

Kind:Enhancement
Note:Dicussion

In order to be able to use Heroku CI properly, I had to do the following: 1. Make use of the #131 fork because erlang was not properly getting installed...

**Is your feature request related to a problem? Please describe.** I find myself doing some things repeatedly like wrapping/unwrapping widgets, reordering them, or extracting widgets to separate files. I'd like...

is question

WIP: Proof of concept not yet ready for merge. Right now the `createToken` method is unimplemented for the web platform. This PR implements it to add credit card support. I...

In an onmatch handler, I append an element for which onmatch should also be called. It is not called. It looks like the DOMMaybeChanged event isn't being fired to catch...

The onmatch callback is not fired when jQuery.fn.html is used. In order to fix this, I added 'html' to the arguments of registerMutateFunction ``` registerMutateFunction('html', 'append', 'prepend', 'after', 'before', 'wrap',...

Because Ecto 1.3 introduces a `Repo.stream` I thought it would be good to get rid of the macros altogether. So now instead of `Repo.stream` you would call `Tributary.stream(Repo, ...)` Also...

It looks like the latest Ecto now has a `Repo.stream` https://github.com/elixir-ecto/ecto/blob/master/lib/ecto/repo.ex#L143 Should I switch to the built-in method? Do it work like Tributary?

I have many scenarios where I would like to only turn on a few loggers based and setup custom filtering based on some configuration. For example, I may just want...