Michael Penkov

Results 35 issues of Michael Penkov

We should produce a minimum reproducible example and show the Cython guys

https://github.com/RaRe-Technologies/gensim/actions/runs/5949723110/job/16137526110

The functional design in ssh.py was broken. All other modules share these design characteristics: - module.open: accepts module-specific keyword parameters - module.open_uri function: accepts a URI and transport_params dict, function...

**Description:** I've identified a problem with building shared libraries from Go source using Github Actions. The library source contains a single function, called cNoop, which does nothing. I then build...

bug

#### What versions are you running? ```console $ go list -m github.com/chromedp/chromedp github.com/chromedp/chromedp v0.10.0 $ google-chrome --version Google Chrome 127.0.6533.119 $ go version go version go1.21.4 linux/amd64 ``` #### What...