Pinned Loading
-
diveintopython3
diveintopython3 PublicForked from diveintomark/diveintopython3
[Mirror] Dive Into Python 3 online book
HTML
-
goSecretBoxPassword
goSecretBoxPassword PublicA probably paranoid Golang utility library for securely hashing and encrypting passwords based on the Dropbox method. This implementation uses Blake2b, Scrypt and XSalsa20-Poly1305 (via NaCl Secret…
-
goArgonPass
goArgonPass PublicgoArgonPass is a Argon2 Password utility package for Go using the crypto library package Argon2 designed to be compatible with Passlib for Python and Argon2 PHP. Argon2 was the winner of the most r…
-
986 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 |
Activity overview
Contribution activity
April 2025
Created 1 repository
-
dwin/Roo-Code
TypeScript
This contribution was made on Apr 10
Created a pull request in RooVetGit/Roo-Code that received 4 comments
fix: AWS credentials caching issue
Fixes #2469
Add logic to refresh AWS credentials when they expire.
src/api/providers/bedrock.ts
Add logic to refresh AWS credentials using fromIni
…
Created an issue in RooVetGit/Roo-Code that received 2 comments
AWS Session Credential Caching Issue in Roo Code
App Version 3.11.10 API Provider AWS Bedrock Model Used Claude 3.7 Sonnet Actual vs. Expected Behavior Issue Summary Roo Code extension maintains s…