Anurag Bandyopadhyay

Results 94 comments of Anurag Bandyopadhyay

@TonyStarkIron Essentially we read the reply from Redis and parse it to this more Go-friendly format ``` func (cmd *ZSliceCmd) readReply(rd *proto.Reader) error { // nolint:dupl n, err := rd.ReadArrayLen()...

Hi @rueian, Did we end up deciding on the proposal here? Also, Nice to see you here @knadh :) _big fan_

@bluekeyes Can we do something like ``` func getFileContents(ctx context.Context, client *github.Client, owner, repo, ref, path string) ([]byte, bool, error) { file, _, _, err := client.Repositories.GetContents(ctx, owner, repo, path,...

Good note. Redis protocol returns integers and doesn't differentiate between timestamps and durations I'm guessing Do you have any ideas to have a backwards compatible solution? @costela

@EduCollin For your purpose, You can try using a couple of chrome/browser extensions on the marketplace. The LAMPS idea however is super cool and is something that I need as...

However https://docs.mapbox.com/mapbox-gl-js/style-spec/light/ Do check this out as well @EduCollin

Is there a part of this not WIP currently that I can pick up @madolson ?

@gewenyu99 Would love to participate in this, Will this search be more heuristic or NLP based? I want to contribute to building this feature in both cases.

@loftwah I would love to do it this weekend!

@loftwah Can we use something like [this](https://magento.stackexchange.com/questions/253701/can-i-add-the-search-box-to-a-template-without-xml#:~:text=%3C%3Fphp%20echo%20%24this%2D%3EgetLayout()%2D%3EcreateBlock(%22Magento%5CFramework%5CView%5CElement%5CTemplate%22)%2D%3EsetTemplate(%22Magento_Search%3A%3Aform.mini.custom.phtml%22)%2D%3EtoHtml()%3B%3F%3E)