Agniva De Sarker

Results 28 issues of Agniva De Sarker

#### What versions are you running? $ go list -m github.com/chromedp/chromedp github.com/chromedp/chromedp v0.5.2 $ google-chrome --version Google Chrome 78.0.3904.70 $ go version go version go1.13.3 linux/amd64 #### What did you...

needs info

I did npm install, npm run build and then npm start agniva-~/play/react-hn$npm start ``` > [email protected] start /home/agniva/play/react-hn > node server.js module.js:327 throw err; ^ Error: Cannot find module 'babel/register'...

bug

We just log a warning instead of failing completely. https://mattermost.atlassian.net/browse/MM-38702 ```release-note NONE ```

4: Reviews Complete
release-note-none

We migrate them to use logger context. https://mattermost.atlassian.net/browse/MM-45198 ```release-note NONE ```

4: Reviews Complete
release-note-none

In this line https://github.com/minio/minio-go/blob/ff482a18933aa30769bfaeb7d34fa680fa51bcee/api.go#L491, we can see that if there is an error while making the request, the code returns and therefore no trace logging happens. This is unexpected behavior...

community

Include attachments by default. Add a new flag to reverse the logic. https://mattermost.atlassian.net/browse/MM-38702

2: Dev Review

## Expected behaviour On doing, `tldr search in-place`, I should get the `sed` page which has the word "in-place" in it. ## Actual behaviour ``` $tldr search in-place Searching for:...

bug
help wanted

This gives us benefits already mentioned here - https://github.com/tldr-pages/tldr-node-client/issues/9#issuecomment-251653388 Citing them again for easy lookup- #### Speed: Incremental changes We get incremental changes pulled in: a fetch can download as...

enhancement

We have received the following stack trace from Sentry. ``` runtime.errorString: runtime error: invalid memory address or nil pointer dereference File "github.com/prometheus/[email protected]/prometheus/histogram.go", line 177, in newHistogram File "github.com/prometheus/[email protected]/prometheus/histogram.go", line 431,...

bug
help wanted
stale
good first issue

Hi, Looking at the Go source code, it also has AVX2 support - https://github.com/golang/crypto/blob/master/blake2b/blake2bAVX2_amd64.s. But the benchmarks here show considerable difference - https://github.com/minio/blake2b-simd#avx2 I could not find the code which...

question