Peter Deme
Peter Deme
We are using it for .NET here: https://github.com/GetStream/stream-chat-net/blob/master/.github/workflows/initiate_release.yml
@fso-seekers using any of [these](https://github.com/GetStream/stream-java/search?q=getEnrichedActivities) methods should call the enrich endpoint
Implemented file scripts https://github.com/python-poetry/poetry-core/pull/40 Please review it. Thanks.
Anyone figured this one out?
hey, when is v2 getting released?
@howiieyu same issue here. This is why: https://github.com/go-gorm/gorm/blob/04cbd956ebed5fec1b61a819a3f7494c00d276b3/callbacks/update.go#L36-#L41 I could only work around with it with: ```go db.Session(&gorm.Session{SkipHooks: true}).Model(&Model{}).Where("id = ?", model.ID).Update("column", "value") ```
@andrews05 we are using precommit with an oxipng hook. a few of our team members are too lazy to download precommit, and just manually run oxipng instead. particularly, manually run...
@AlexTMjugador In general people like to _not_ download stuff unless they need to. That's how I optimize screenshots in our documentation repo: ``` docker run --rm -v $PWD:/workspace author/oxping /workspace/assets/screenshot_01.png...
Bump to this 👀
What's the state of this?