Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
-
Forked from google/cctz
CCTZ is a C++ library for translating between absolute and civil times using the rules of a time zone.
C++
-
-
Forked from tensorflow/tensorflow
Computation using data flow graphs for scalable machine learning
C++
-
126 contributions in the last year
Contribution activity
December 2020
November 2020
Created 3 commits in 2 repositories
Created 1 repository
- lberki/intellij Java
Created a pull request in bazelbuild/intellij that received 5 comments
Import Bazel protos using their repo relative path.
This idiom broke in Bazel@HEAD due to 50013dd. Checklist I have filed an issue about this change and discussed potential changes with the maintai…
Reviewed 10 pull requests in 2 repositories
bazelbuild/bazel 8 pull requests
- Accept proto_library as //tools/objc:protobuf_well_known_types
- Update classes to get the target platform from PlatformConfiguration
- Remove --incompatible_blacklisted_protos_requires_proto_info
- Use exec-transitions in proto rules
- Remove import-path guessing from ProtoCompileActionBuilder
- Ensure NetworkTime never throw exceptions inside onClose
- Add --experimental_remote_execution_keepalive option
- Reenable jacocoagent test.
bazelbuild/proposals 2 pull requests
Created an issue in go-delve/delve that received 15 comments
Command failed: could not restore registers: bad address
Delve apparently cannot evaluate expressions, even in the simplest cases. Reproduction:
$ cat > hello.go <<'EOF'
package main import "fmt" func Add…