- 👋 Hi, I’m Elliot Cameron.
- 👀 This is my work profile for my work at D. E. Shaw. My personal profile is @3noch.
- 🌱 I spend a lot of time working with Nix and Nixpkgs.
-
The D. E. Shaw Group
Popular repositories Loading
-
DCGM
DCGM PublicForked from NVIDIA/DCGM
NVIDIA Data Center GPU Manager (DCGM) is a project for gathering telemetry and measuring the health of NVIDIA GPUs
C++
-
numexpr
numexpr PublicForked from pydata/numexpr
Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas, bcolz and more
Python
-
-
-
trio
trio PublicForked from python-trio/trio
Trio – a friendly Python library for async concurrency and I/O
Python
65 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
April 2025
Reviewed 1 pull request in 1 repository
NixOS/nixpkgs
1 pull request
-
mscp: 0.2.1 -> 0.2.2
This contribution was made on Apr 16
Created an issue in tokio-rs/prost that received 1 comment
Generates invalid identifier when protocol field name is gen
Given a .proto
containing this field
uint32 gen = 3;
The resulting Rust code is invalid,
error: expected identifier, found reserved keyword `gen`…