- Stanford, CA
- https://sergio.bz
Highlights
- Pro
Block or Report
Block or report SergioBenitez
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
182 contributions in the last year
Less
More
Contribution activity
November 2022
Created 4 commits in 1 repository
Created 2 repositories
Created a pull request in mitsuhiko/minijinja that received 3 comments
Implement 'Object' for 'Arc<T: Object>'
As in the title. As a result of this impl, we can implement Object on T and get it for free on Arc. Without this, we need a wrapper type.
+18
−0
•
3
comments
Opened 3 other pull requests in 1 repository
mitsuhiko/minijinja
3
merged
Created an issue in mitsuhiko/minijinja that received 5 comments
Macro in child template isn't found inside of block
Consider the following (also here): {% extends template %} {% macro foo() %}inside foo{% endmacro %} {% block title %}{{ foo() }}{% endblock %} {% b…
5
comments
Opened 4 other issues in 2 repositories
mitsuhiko/minijinja
1
open
2
closed
tree-sitter/tree-sitter
1
open
Answered 1 discussion in 1 repository
SergioBenitez/Rocket
SergioBenitez/Rocket
-
How to handle Ctrl+C/SIGINT with own code
This contribution was made on Nov 12





