Marks Polakovs

Results 13 issues of Marks Polakovs

It seems like the https://www.reddit.com/dev/api/#POST_api_live_{thread}_invite_contributor method and friends are missing. I can have a crack at contributing them, but this would be my first contribution to a Ruby gem.

The JetBrains Toolbox desktop app doesn't install to `C:\Program Files (x86)\JetBrains`. Instead (at least on Windows), it installs to `%LOCALAPPDATA%\JetBrains\Toolbox\apps`. JetBrains editors are not detected if installed with the app.

enhancement
help wanted

CBG-2213 Change the behaviour of the sharded DCP feed to accommodate rolling online upgrades from pre-Helium to Helium nodes. * Rather than registering a new feed type for the gocbcore-backed...

Tests that use `FlushBucketEmptierFunc` (`auth` and `base` packages) would run `dropAllScopesAndCollections` when cleaning up a test bucket, but tests that use `ViewsAndGSIBucketReadier` would not, leading to test failures because of...

CBG-2264 Ensure that outgoing `rev`, `norev`, `changes`, `getAttachment`, and `proveAttachment` messages all have a `collection` property set if collections are in use. ## Pre-review checklist - [x] Removed debug logging...

I'm working on a learning game, and I want to use Algebra.js to teach power rules (eg. `(x^2)^3` becomes `x^6`). The challenge I'm running into is that Algebra.js strips out...

Windows does not ship with timezone information, meaning that the installation errors. This PR adds the `tzinfo-data` gem to the default Gemfile to address this error.

Rewrite sgcollect in go. * Will almost certainly break the build, as it'll expect Python sgcollect to be present. * The sgcollect code intentionally doesn't import modules from the existing...

## Summary If you render a `createContext().Provider` from a `lazy()`, the error message is difficult to understand: > Error: Element type is invalid. Received a promise that resolves to: [object...

CLA Signed

Some discussion around API design in the quoted (since-closed) PR. >> Out of interest, I did some searching and found #432 where you were against implementing `Range` support in tusd...