Michal Mazurek

Results 8 issues of Michal Mazurek

I am migrating an app from AppEngine Flex to AppEngine Standard. AppEngine Flex allows storing a slice of slices. It seems Python allows that too: https://www.e-learn.cn/content/wangluowenzhang/493885 Perhaps this check is...

Recently Slack updated its scopes, and the last step of the migration states: "Change your app’s authentication URL to look like this: https://slack.com/oauth/v2/authorize?client_id=XXX" This URL has changed, and it seems...

endpoints

When I connected a small account which was a member of one small server everything worked fine. But when I connected an account that's a member of over 20 servers...

I see from the README that this library will enqueue events for asynchronous delivery. Google AppEngine creates processes when new http connections arrive, and destroys them after the connections have...

I've connected an account that's a member of multiple servers that have round 900 rooms. It connected me to three rooms, they seem to work, but the rest do not....

Hello, I'm trying to run the examples/authentication code. I run it as: ``` $ go run . -addr xxxxxxx.us-east-1-0.aws.cloud.qdrant.io:6333 2023/06/07 08:39:51 could not get collections: rpc error: code = Unknown...

I'm going through the sample code, and noticed that one type is unexported. The sample code is: ``` 140 Id: &pb.PointId{ 141 PointIdOptions: &pb.PointId_Num{Num: 2}, 142 }, ``` I understand...

Is there a reason why the code doesn't fetch the likes for a video? I can see that it fetches the views. Is it difficult to add?