-
DataStax
- Warszawa, Poland
Block or Report
Block or report pkolaczk
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories Loading
-
status-line Public
Rust crate that allows you to display status & progress information in a terminal
Rust 11
-
-
-
448 contributions in the last year
Less
More
Contribution activity
November 2021
Created 35 commits in 6 repositories
Created 4 repositories
- pkolaczk/scylla-rust-driver Rust
- pkolaczk/status-line Rust
- pkolaczk/air_monitor Python
- pkolaczk/rune Rust
Created a pull request in rune-rs/rune that received 3 comments
Don't require macro function to be Copy
Requiring the macro closure to be Copy disallows capturing things like HashMap or other complex structures which are Clone but not Copy. Changing t…
+1
−1
•
3
comments
Opened 6 other pull requests in 3 repositories
datastax/cassandra
1
merged
1
open
1
closed
stargate/stargate-grpc-rust-client
2
merged
pkolaczk/latte
1
merged
Reviewed 6 pull requests in 2 repositories
datastax/cassandra
5 pull requests
stargate/stargate-grpc-rust-client
1 pull request
Created an issue in scylladb/scylla-rust-driver that received 25 comments
Scalability issue visible when the number of concurrent requests > 128
# on latte master branch (cassandra_cpp):
$ target/release/latte run workloads/basic/read.rn -d 1000000 -t 2 --tag cassandra_cpp # on scylla_driver…
25
comments
Opened 15 other issues in 2 repositories
rune-rs/rune
5
open
7
closed
- Passing an interpolated string from Rune script to a Rust function passes garbage
-
Importing macros by
usedoesn't work - Can't lookup constant values defined on the Rune side in Rust
- Quoting arbitraty string values as Rune source code in a macro
- How to parse macro argments, separated by commas?
- Parameterizing scripts
- Function attributes
-
Make generated
Any::type_hash()a const function? - How to convert the return value into a STRING_DISPLAY string?
- Use item name in error/warning messages instead of hashes
- How to pass an external Rust struct into a Rune function?
- How to call a function more than once?