- San Francisco Bay Area, USA
- https://docs.google.com/document/d/1W5I0Rpyc1RYRfCtN7Rxyatd3iOvygYBD9e6gBbU1pUw/edit#
Highlights
- Pro
Pinned Loading
-
-
-
mathematica-specialrelativity
mathematica-specialrelativity PublicSpecial Relativity in Mathematica
1,077 contributions in the last year
Skip to contributions year listDay of Week | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
September 2025
Created 48 commits in 6 repositories
Created a pull request in cloudflare/workerd that received 2 comments
HttpServer: passing HttpHeaders by value
This change replaces pass-by-reference by pass-by-value in HttpServer request and connect method. To make it easier to review it is broken into two…
+98
−93
lines changed
•
2
comments
Opened 28 other pull requests in 4 repositories
cloudflare/workerd
11
merged
2
open
1
closed
-
[nfc] wd_rust_crate improvements
This contribution was made on Sep 19
-
[nfc] adding async-trait crate
This contribution was made on Sep 19
-
[nfc] deploy -Wsuggest-override
This contribution was made on Sep 17
-
[nfc] clang-tidy
This contribution was made on Sep 16
-
[rust] kj::http ffi
This contribution was made on Sep 16
-
just update-rust
This contribution was made on Sep 16
-
[c++23] replace EnableAddRefToThis CRTP with addRefToThis member
This contribution was made on Sep 11
-
switch to c++23
This contribution was made on Sep 10
-
c++23 related fixes
This contribution was made on Sep 10
-
replacing std::copy with ArrayPtr::copyFrom
This contribution was made on Sep 3
-
update capnproto
This contribution was made on Sep 2
-
[build] use correct absolute labels
This contribution was made on Sep 2
-
[nfc] fix absolute basel path
This contribution was made on Sep 2
-
update workerd-cxx
This contribution was made on Sep 2
capnproto/capnproto
5
open
4
merged
-
eliminate virtual call in kj::Rc disposer
This contribution was made on Sep 18
-
better support of forward declared classes in Rc and Arc
This contribution was made on Sep 18
-
[c++23] replace EnableAddRefToThis CRTP with addRefToThis member
This contribution was made on Sep 10
-
HttpServer: passing HttpHeaders by value
This contribution was made on Sep 8
-
nit: replace kj::addRef(*this) with addRefToThis in twoparty rpc
This contribution was made on Sep 8
-
converting BrandScope to kj::Rc
This contribution was made on Sep 5
-
make PipelineHook explicitly refcounted
This contribution was made on Sep 5
-
kj::from<Domain>(t) helper function
This contribution was made on Sep 2
-
c++/regenerate-bootstraps.sh typo fix
This contribution was made on Sep 2
cloudflare/workerd-cxx
4
merged
-
kj::Maybe<Pin<&mut T>> support
This contribution was made on Sep 16
-
kj::Maybe<&[]> support
This contribution was made on Sep 12
-
KjMaybe<&str> support
This contribution was made on Sep 12
-
[c++23] replace EnableAddRefToThis CRTP with addRefToThis member
This contribution was made on Sep 11
dtolnay/cxx
1
closed
-
Maizatskyi/2025 09 12 return kj maybe slice
This contribution was made on Sep 12
Reviewed 14 pull requests in 2 repositories
cloudflare/workerd
8 pull requests
-
09-20-25 build cleanup
This contribution was made on Sep 22
-
Add rules_pkg dependency to MODULE.bazel
This contribution was made on Sep 22
-
[rust] kj::http ffi
This contribution was made on Sep 22
-
[nfc] wd_rust_crate improvements
This contribution was made on Sep 19
-
[nfc] deploy -Wsuggest-override
This contribution was made on Sep 17
-
EW-9466 EW-9596 Add perf event marking to performance.now()
This contribution was made on Sep 16
-
Reprl for Fuzzilli fuzzing
This contribution was made on Sep 4
-
add rust/jsg integration
This contribution was made on Sep 3
capnproto/capnproto
6 pull requests
-
09-21-25 build maintenance
This contribution was made on Sep 22
-
better support of forward declared classes in Rc and Arc
This contribution was made on Sep 18
-
make Membrane refcounted
This contribution was made on Sep 18
-
switch to c++23
This contribution was made on Sep 10
-
more powerful as<T>() implementation
This contribution was made on Sep 2
-
Update regenerate-bootstraps.sh to use bazel
This contribution was made on Sep 2
Created an issue in rust-lang/rust-clippy that received 1 comment
clippy::cast_possible_truncation - false reports on statically calculated constants
Summary There is no platform in the universe for which this constitutes a loss a precision (doubly so since this is a statically known constant). I…
1
comment