Adrien
Adrien
Sorry for the late answer... Which section would you see Flouze in? Open source apps? I must say that although I use Flouze on a daily basis, it still has...
Signed APKs in 7eaa53b17d7060b1a8bc11f4196fa62f95abd441
An alternative solution is to use `depguard` for stdlib dependencies (and keep `modguard` for modules listed in `go.mod`), here is a sample config for forbidding usage of the `ioutil` package:...
Fair enough, let's say it could be an option :)
PR #3 seems to enable this, I should have checked it before filing a new issue
ah good thanks for the pointer to the Java SDK. I updated https://github.com/slack-go/slack/pull/1052 to not add `event_ts` on the grid migration events, since those don't seem to have that field...
http://bazaar.launchpad.net/~goamz/goamz/trunk/revision/49 is the upstream commit adding the feature
Not a proper solution either, but I managed to cobble something together using the connector API. The main issue I had was that the connector has no reference to the...
I took at stab for our internal use at this. TL;DR is the `onquery` API looks fine to me, and works as intended :+1: - I cherry picked commit f20f276ce68cb36eda775176307df9d71cdd9ac5...