- Barcelona, Spain
- http://linkedin.com/in/andrewdmackenzie
Block or Report
Block or report andrewdavidmackenzie
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
libproc-rs Public
A rust library for getting information about running processes for Mac and Linux
-
wasm_explore Public
Exploration of calling functions in wasm modules (compiled from rust) with complex input structures
Rust 7
1,903 contributions in the last year
Contribution activity
May 2022
Created 48 commits in 4 repositories
Created 2 repositories
Created a pull request in rayon-rs/rayon that received 5 comments
Use std:: thread:: available_parallelism() instead of num_cpus dependency
From rust 1.59 we have a call for available_parallelism() in the std library and we can remove the dependency on num_cpu. Open questions for mainta…
+4
−3
•
5
comments
Opened 23 other pull requests in 2 repositories
andrewdavidmackenzie/flow
2
open
11
merged
- Control-C while at stdio enters debugger
- Catch control-c at debugger prompt
- always set debug control flags
- Improve invalid sub-process Route errors
- rebuild samples if target files modified/removes
- Allow relative path for context_root parameter to flowc
- fix directory creation error
- check required env vars are set
- merge find functions
- Use available concurrency
- Block field name changes to make more readable
- Remove priority from inputs at runtime
- Fix warnings
Created an issue in andrewdavidmackenzie/wallop that received 2 comments
Opened 35 other issues in 2 repositories
andrewdavidmackenzie/flow
20
open
7
closed
- Control-C to enter debugger while calculating fails
- Problem exiting debugger when breaking in via control-c
- Control-c to enter debugger not working
- Add spans to flow definition source files
- Release 0.97.0 - Error handling / reporting
- Release X.Y.Z - Improved Graphing
- Release 1.X.Y - More and Better samples
- Investigate faster/better ways of compiling functions to wasm
- Release 0.99.0 - Ease of Authoring
- Release 0.98.0 - Config, Installation and Usage
- Increase test coverage to over 80% on all major modules/binaries
- Release 0.96.0 - Better testing and coverage
- Release 0.95.0 - Documentation
- Release 0.80.0 - Generics and Typing
- Release 0.70.0 - p2p parallel execution
- yank flowclib
- Tests for WASM flowstdlib expanded
- Make sure WASM flowstdlib is compiled in CI
- Release 0.7.0 - Libp2p used
- Release 0.6.0 - Debugger
- Release 0.5.0
- Document innermost, flow semantics as functions, innermost priority and flow_blocks
- Upgrade to simplog ~1.5
- Check for Always Initializer + any other input
- Improve flow_blocks to use innermost priority
- Some issues not shown.