myaaaaaaaaa
myaaaaaaaaa
@rchao I just realized that all the logging checks were unnecessary since they're already done in `_push_writer()`, so this patch can be reduced to: ```diff diff --git a/keras/callbacks.py b/keras/callbacks.py index...
I've managed to work around my bazel problems and add a basic integration test. `update_freq` should now be disabled when used with asynchronous strategies instead of throwing an error, is...
All done!
All done
All done
> When I vendor a project built in this way I get the header file both inside the KHR folder and outside it... The CI bot in go-gl/gl#159 removes all...
> > The CI bot in [go-gl/gl#159](https://github.com/go-gl/gl/pull/159) removes all subdirectories before regenerating the files, so there shouldn't be any problems in this regard once it's up and running. > >...
> Ah yes confirmed, the cgo hack files will need to be removed from go-gl as well - but I guess that is a different PR? > > If so...
This should be the last one involving initialization. Should I open a new PR or add it to this one? ```diff diff --git a/core/os/thread.cpp b/core/os/thread.cpp index 92865576f3..d533b1c1e2 100644 --- a/core/os/thread.cpp...
> * Comparing current vs. snapshot languages by pointer would not be reliable; a possibility to workaround that would be that unregistered languages just leave a null entry in the...