Gandharv

Results 26 comments of Gandharv

The error is - ``` cannot use "github.com/rs/cors/wrapper/gin".AllowAll() (type "github.com/gin-gonic/gin".HandlerFunc) as type "github.com//vendor/github.com/gin-gonic/gin".HandlerFunc in argument to router.Use ``` This is due to your dependencies not being updated ``` go get...

@TheLearneer please fix the merge conflict

@Bhavin789 would this issue be fixed by upgrading from `3.0.5` to `3.0.9`, I believe we can park this issue for now as we have added `react-select` in #1723

I would like to suggest https://github.com/erikras/redux-form.

I would suggest using react-semantic ui. Pretty solid. On Fri, 15 Jun 2018 at 10:58 PM, Jonathan Verrecchia < [email protected]> wrote: > @gfortaine Can you elaborate on how it is...

Looks like the error is thrown from [this](https://github.com/heroku/cli/blob/master/packages/container-registry-v5/lib/sanbashi.js#L59) line

I checked on https://github.com/solana-labs/bpf-tools/releases The version you are trying to download `v1.21` is missing a **windows** release ![image](https://user-images.githubusercontent.com/12490590/153467907-c07fb4f3-9d2b-43bb-87be-150fea09fbae.png) While I am able to see a windows release on `v1.23` in...

Could not install package 'Microsoft.Bcl.Build 1.0.14'. You are trying to install this package into a project that targets 'MonoAndroid,Version=v6.0', but the package does not contain any assembly references or content...

It looks like react `useMemo` does a deep comparison check with the previous object on every render and thus widgets would respond to those changes