Elias Van Ootegem
Elias Van Ootegem
@brahn-stripe WRT the last bit (just looking at `account`): I did initially plan to do just that, but there are a number of events where that doesn't seem to be...
@brandur-stripe If we should always unmarshal into a map and additionally try to unmarshal into a typed object, then there's very little point to me pursuing this further, really... the...
> But the `object` field is always going to correspond to what the object it contains actually is though, and we always want to deserialize to the right thing, right?...
@brahn-stripe I've not run into problems so far. In fact, yesterday I've used the API doc page to extract some JSON to map various events onto specific types, and wrote...
Update: I have since re-implemented this tool (with the addition of some new features) in GTK+-3, in a new repository: https://github.com/EVODelavega/fan_control
Didn't use this utility myself, but found out about it today because someone pointed me specifically to this issue. I'll have to take a closer look, but the issue, as...
> Please use `godog.BindFlags`, probably we should tag `godog.BindCommandLineFlags` as deprecated and remove it in the future. > > Also, could you explain the situation/use case in which you needed...
:-1: The suggested SecureRandom class breaks the contract Random imposes. Though PHP does not require compatible constructor declarations, IMHO, it's a bad idea to have extensions set a bad example....
As stated in the README: you have to update the dynamic linker by running `sudo ldconfig`, and you're good to go
Just a tip, I ran into the same issue, but if you look at the source code, you'll see that the `kafka_consume` function (in kafka.c) actually writes its error output...