Kiryl Valkovich
Kiryl Valkovich
## Ideas - [ ] Show GitHub stars if package source code is hosted at GitHub. - [ ] Store pages that a browser has visited and then dynamically present...
This is how the home page looks now: There is an idea to provide a community feed to the home page. - [ ] Decide which resource to use as...
Probably "Most Downloaded" list should be replaced with data from https://github.com/trending/haskell Your thoughts?
``` "@codeceptjs/ui": "0.2.5", "codeceptjs": "2.5.0", "playwright": "0.11.1", ``` Log: ``` ❯ npx codecept-ui --debug --verbose CodeceptJS config: { tests: './specs/*.spec.ts', output: './build', require: [ 'ts-node/register' ], helpers: { Playwright: {...
The extension fails with this error when I try to use on a page that uses server-side streaming. I submitted a PR with the fix a while ago: https://github.com/SafetyCulture/grpc-web-devtools/pull/131 Installed...
The `pulsar-devenv` on the screenshot is my cluster. The `cluster2-pulsar` isn't mine. I didn't test the change but hopefully, it should work.
Hi 👋 I spend the whole morning figuring out why `.retry(Schedule ...)` doesn't work in my tests. I think `TestAspect.withLiveClock` should be mentioned in : - Info admonition at the...
`img src` is https://www.haskell.org/img/logo.png Maybe it's better to serve it with the site instead of relying on an external resource.
According to the official Fluent-bit manual, `suppressTypeName` is required for new Elastic versions. The `fluentbit.fluent.io/v1alpha2` `ClusterOutput` CRD has such a config param, but it's missing in the operator chart's default...
Hello. What about built-in server-side grpc-web support to eliminate additional proxies like Envoy? Like it's done here: https://docs.rs/tonic-web/latest/tonic_web/ Is there any chance that it may be done in the scope...