stypr

Results 17 comments of stypr

There is no efficient way to filter channels before you start following / adding your interests. Listing channel does not allow any parameters. (fyi https://github.com/stypr/clubhouse-py/blob/v304/clubhouse.py#L661-L666) Adding/removing Interest list is done...

fyi **Steps to reproduce** 1. Call suggested_invites with contact information (https://github.com/stypr/clubhouse-py/blob/v304/clubhouse.py#L880-L890) 2. Invite user based on the suggested invites(https://github.com/stypr/clubhouse-py/blob/v304/clubhouse.py#L892-L903) **Note** * Do not mess up the steps * The phone...

> > fyi > > **Steps to reproduce** > > > > 1. Call suggested_invites with contact information (https://github.com/stypr/clubhouse-py/blob/v304/clubhouse.py#L880-L890) > > 2. Invite user based on the suggested invites(https://github.com/stypr/clubhouse-py/blob/v304/clubhouse.py#L892-L903) >...

Hi, I got the same issue as yours, and it looks like you can change the metrics port by setting the `-metrics.addr` option. Consider reading the gortr.go file https://github.com/cloudflare/gortr/blob/v0.14.7/cmd/gortr/gortr.go#L51-L55 In...

Dear @kdfm, Thanks for the quick response. I assumed that this is a security issue. why I assumed it was a security issue is as follows: 1. It bypasses limited...

If you still think that this is a documentation issue, then please go ahead and fix documents. Thanks.

I found the solution, but this issue still needs to be fixed. The problem was that the `fileinfo` table was originally from Mattermost, and for some reason, it's still referencing...

Found few fixes, someone can do a PR or just fix it locally. 1. split bugfix (`/services/store/sqlstore/blocks.go`) Without this the deletion never works because `fileIDExists` and `attachmentIDExists` will always exist...

> Hi, @stypr! > > I tested the fix linked to https://github.com/stypr/focalboard/commit/e13a2d2d08a4cbf76fcefdc5febe62a4c1d43ca0 but the attachment doesn't get deleted from the storage. > > > > (I also made a diff...

> Hi, @stypr! I tested the fix linked to [stypr@e13a2d2](https://github.com/stypr/focalboard/commit/e13a2d2d08a4cbf76fcefdc5febe62a4c1d43ca0) but the attachment doesn't get deleted from the storage. > > (I also made a diff check between our two...