We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's the Weekly Digest for tsuyoshicho/vital-codec:
Last week 14 issues were created. Of these, 8 issues have been closed and 6 issues are still open.
💚 #75 feat: high speed hash?, by tsuyoshicho 💚 #74 feat: ChaCha20 / Poly1305 (without AES)?, by tsuyoshicho 💚 #73 feat: outputter?, by tsuyoshicho 💚 #72 feat: scrypt, by tsuyoshicho 💚 #71 fix: test pump up, by tsuyoshicho 💚 #66 feat: Random.Liner, by tsuyoshicho
❤️ #76 feat: List.Byte validate(), by tsuyoshicho ❤️ #69 fix: FixedData seed handling, by tsuyoshicho ❤️ #68 feat: GUID support Generator, by tsuyoshicho ❤️ #65 fix: Random.System some fix, by tsuyoshicho ❤️ #64 fix: random miss? size 27 generate?, by tsuyoshicho ❤️ #63 fix: ULID timelist and randomlist genereate from map(), by tsuyoshicho ❤️ #62 feat: UUID/ULID random support generator object, by tsuyoshicho ❤️ #60 fix: README update, by tsuyoshicho
🔈 #64 fix: random miss? size 27 generate?, by tsuyoshicho It received 2 comments.
Last week, 11 pull requests were created, updated or merged.
Last week, 11 pull requests were merged. 💜 #76 feat: List.Byte validate(), by tsuyoshicho 💜 #59 fix: use random inject fixed data source in tests, by tsuyoshicho 💜 #68 feat: GUID support Generator, by tsuyoshicho 💜 #65 fix: Random.System some fix, by tsuyoshicho 💜 #63 fix: ULID timelist and randomlist genereate from map(), by tsuyoshicho 💜 #58 feat: ULID generate fixed time define support, by tsuyoshicho 💜 #62 feat: UUID/ULID random support generator object, by tsuyoshicho 💜 #60 fix: README update, by tsuyoshicho 💜 #35 feat: add PBKDF2 support, by tsuyoshicho 💜 #51 feat: Random.FixedData: RNG for fixed data, by tsuyoshicho 💜 #54 feat: Random.System: RNG for system native, by tsuyoshicho
Last week there were 58 commits. 🛠️ cleanup document example by tsuyoshicho 🛠️ Data.List.Byte: test cleanup by tsuyoshicho 🛠️ All: Update small typo,paragraph and other. by tsuyoshicho 🛠️ Merge pull request #76 from tsuyoshicho/feature/bytelist-validate feat: List.Byte validate() by tsuyoshicho 🛠️ Data.List.Byte: add validate method. by tsuyoshicho 🛠️ Merge pull request #35 from tsuyoshicho/feature/PBDKF2 feat: add PBKDF2 support by tsuyoshicho 🛠️ Crypt.Password.PBKDF2: document add. by tsuyoshicho 🛠️ Crypt.Password.PBDKF2: code and test full of fix, heavy test is disabled. by tsuyoshicho 🛠️ Crypto.Password.PBKDF2: test base setup by tsuyoshicho 🛠️ Crypto.Password.PBKDF2: implementation. by tsuyoshicho 🛠️ Crypt.Password.PBKDF2: add initial file. by tsuyoshicho 🛠️ ID.UUID: regex pattern,block size,match rule fix. by tsuyoshicho 🛠️ ID.UUID: test fixup. by tsuyoshicho 🛠️ Merge pull request #59 from tsuyoshicho/fix/random-inject fix: use random inject fixed data source in tests by tsuyoshicho 🛠️ ID.UUID: hex decode result check fix by tsuyoshicho 🛠️ ID.UUID: test encode param fix by tsuyoshicho 🛠️ ID.UUID: test enhance by tsuyoshicho 🛠️ RandomEx.FixedData: default data test and int / non data seed init by tsuyoshicho 🛠️ ID.ULID: test update. by tsuyoshicho 🛠️ ID.ULID: add fixed data and fixed time test. by tsuyoshicho 🛠️ ID.UUID: test desc typo by tsuyoshicho 🛠️ RandomEx.FixedData: fix initial seed data; need non-same 2 or more data. by tsuyoshicho 🛠️ ID.UUID: add v4 test by tsuyoshicho 🛠️ Merge pull request #68 from tsuyoshicho/feature/id-enhanced feat: GUID support Generator by tsuyoshicho 🛠️ ID.{UUID,GUID}: test fix method name by tsuyoshicho 🛠️ ID.{UUID,GUID}: test brushup. by tsuyoshicho 🛠️ ID.{UUID,GUID}: treat small changes. by tsuyoshicho 🛠️ RandomEx.FixedData: Document update. by tsuyoshicho 🛠️ Merge pull request #65 from tsuyoshicho/fix/random-system fix: Random.System some fix by tsuyoshicho 🛠️ Random.System: refine load timing define and bash support. by tsuyoshicho 🛠️ Random.System: result.content use; and bash pre-setup. by tsuyoshicho 🛠️ Random.System: Windows cmd check and command setting update. by tsuyoshicho 🛠️ Random.System: Document update by tsuyoshicho 🛠️ Merge pull request #54 from tsuyoshicho/feature/random-system feat: Random.System: RNG for system native by tsuyoshicho 🛠️ Random.System: test renew by tsuyoshicho 🛠️ Random.System: document and test fixup by tsuyoshicho 🛠️ Random.System: add first implementation. by tsuyoshicho 🛠️ ID.ULID: fix lambda call. by tsuyoshicho 🛠️ ID.ULID: strpart to strcharpart fix all. by tsuyoshicho 🛠️ ID.ULID: cleanup encode/decode process function by tsuyoshicho 🛠️ Merge pull request #63 from tsuyoshicho/fix/ulidgen fix: ULID timelist and randomlist genereate from map() by tsuyoshicho 🛠️ ID.ULID: brushup small fix. by tsuyoshicho 🛠️ ID.ULID: fix lambda value by tsuyoshicho 🛠️ ID.ULID: generate list direct by tsuyoshicho 🛠️ Merge pull request #51 from tsuyoshicho/feature/random-fixtype feat: Random.FixedData: RNG for fixed data by tsuyoshicho 🛠️ RandomEx.FixedData: add test and codefix. by tsuyoshicho 🛠️ RandomEx.FixedData: implement routine. by tsuyoshicho 🛠️ Random.FixedData -> RandomEx.FixedData: rename and document update. by tsuyoshicho 🛠️ Random.FixedData: first commit by tsuyoshicho 🛠️ Merge pull request #58 from tsuyoshicho/feature/ulid-inject-time feat: ULID generate fixed time define support by tsuyoshicho 🛠️ ID.ULID: support datetime extra arg by tsuyoshicho 🛠️ ID.ULID: fix generateUUID() arg define miss by tsuyoshicho 🛠️ Merge pull request #62 from tsuyoshicho/feature/inject-random feat: UUID/ULID random support generator object by tsuyoshicho 🛠️ ID.{UUID,ULID}: fix test case assert is call needed. length check call len. by tsuyoshicho 🛠️ ID.{UUID,ULID}: fix test case and script local function call by tsuyoshicho 🛠️ ID.{UUID,ULID}: support Random Generator and seed optional args by tsuyoshicho 🛠️ Merge pull request #60 from tsuyoshicho/fix/readmefix-20190609 fix: README update by tsuyoshicho 🛠️ README update 20190609 by tsuyoshicho
Last week there was 1 contributor. 👤 tsuyoshicho
Last week there were no stargazers.
Last week there were no releases.
That's all for last week, please 👀 Watch and ⭐ Star the repository tsuyoshicho/vital-codec to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
Your Weekly Digest bot. 📆
The text was updated successfully, but these errors were encountered:
tsuyoshicho
No branches or pull requests
Here's the Weekly Digest for tsuyoshicho/vital-codec:
ISSUES
Last week 14 issues were created.
Of these, 8 issues have been closed and 6 issues are still open.
OPEN ISSUES
💚 #75 feat: high speed hash?, by tsuyoshicho
💚 #74 feat: ChaCha20 / Poly1305 (without AES)?, by tsuyoshicho
💚 #73 feat: outputter?, by tsuyoshicho
💚 #72 feat: scrypt, by tsuyoshicho
💚 #71 fix: test pump up, by tsuyoshicho
💚 #66 feat: Random.Liner, by tsuyoshicho
CLOSED ISSUES
❤️ #76 feat: List.Byte validate(), by tsuyoshicho
❤️ #69 fix: FixedData seed handling, by tsuyoshicho
❤️ #68 feat: GUID support Generator, by tsuyoshicho
❤️ #65 fix: Random.System some fix, by tsuyoshicho
❤️ #64 fix: random miss? size 27 generate?, by tsuyoshicho
❤️ #63 fix: ULID timelist and randomlist genereate from map(), by tsuyoshicho
❤️ #62 feat: UUID/ULID random support generator object, by tsuyoshicho
❤️ #60 fix: README update, by tsuyoshicho
NOISY ISSUE
🔈 #64 fix: random miss? size 27 generate?, by tsuyoshicho
It received 2 comments.
PULL REQUESTS
Last week, 11 pull requests were created, updated or merged.
MERGED PULL REQUEST
Last week, 11 pull requests were merged.
💜 #76 feat: List.Byte validate(), by tsuyoshicho
💜 #59 fix: use random inject fixed data source in tests, by tsuyoshicho
💜 #68 feat: GUID support Generator, by tsuyoshicho
💜 #65 fix: Random.System some fix, by tsuyoshicho
💜 #63 fix: ULID timelist and randomlist genereate from map(), by tsuyoshicho
💜 #58 feat: ULID generate fixed time define support, by tsuyoshicho
💜 #62 feat: UUID/ULID random support generator object, by tsuyoshicho
💜 #60 fix: README update, by tsuyoshicho
💜 #35 feat: add PBKDF2 support, by tsuyoshicho
💜 #51 feat: Random.FixedData: RNG for fixed data, by tsuyoshicho
💜 #54 feat: Random.System: RNG for system native, by tsuyoshicho
COMMITS
Last week there were 58 commits.
🛠️ cleanup document example by tsuyoshicho
🛠️ Data.List.Byte: test cleanup by tsuyoshicho
🛠️ All: Update small typo,paragraph and other. by tsuyoshicho
🛠️ Merge pull request #76 from tsuyoshicho/feature/bytelist-validate feat: List.Byte validate() by tsuyoshicho
🛠️ Data.List.Byte: add validate method. by tsuyoshicho
🛠️ Merge pull request #35 from tsuyoshicho/feature/PBDKF2 feat: add PBKDF2 support by tsuyoshicho
🛠️ Crypt.Password.PBKDF2: document add. by tsuyoshicho
🛠️ Crypt.Password.PBDKF2: code and test full of fix, heavy test is disabled. by tsuyoshicho
🛠️ Crypto.Password.PBKDF2: test base setup by tsuyoshicho
🛠️ Crypto.Password.PBKDF2: implementation. by tsuyoshicho
🛠️ Crypt.Password.PBKDF2: add initial file. by tsuyoshicho
🛠️ ID.UUID: regex pattern,block size,match rule fix. by tsuyoshicho
🛠️ ID.UUID: test fixup. by tsuyoshicho
🛠️ Merge pull request #59 from tsuyoshicho/fix/random-inject fix: use random inject fixed data source in tests by tsuyoshicho
🛠️ ID.UUID: hex decode result check fix by tsuyoshicho
🛠️ ID.UUID: test encode param fix by tsuyoshicho
🛠️ ID.UUID: test enhance by tsuyoshicho
🛠️ RandomEx.FixedData: default data test and int / non data seed init by tsuyoshicho
🛠️ ID.ULID: test update. by tsuyoshicho
🛠️ ID.ULID: add fixed data and fixed time test. by tsuyoshicho
🛠️ ID.UUID: test desc typo by tsuyoshicho
🛠️ RandomEx.FixedData: fix initial seed data; need non-same 2 or more data. by tsuyoshicho
🛠️ ID.UUID: add v4 test by tsuyoshicho
🛠️ Merge pull request #68 from tsuyoshicho/feature/id-enhanced feat: GUID support Generator by tsuyoshicho
🛠️ ID.{UUID,GUID}: test fix method name by tsuyoshicho
🛠️ ID.{UUID,GUID}: test brushup. by tsuyoshicho
🛠️ ID.{UUID,GUID}: treat small changes. by tsuyoshicho
🛠️ RandomEx.FixedData: Document update. by tsuyoshicho
🛠️ Merge pull request #65 from tsuyoshicho/fix/random-system fix: Random.System some fix by tsuyoshicho
🛠️ Random.System: refine load timing define and bash support. by tsuyoshicho
🛠️ Random.System: result.content use; and bash pre-setup. by tsuyoshicho
🛠️ Random.System: Windows cmd check and command setting update. by tsuyoshicho
🛠️ Random.System: Document update by tsuyoshicho
🛠️ Merge pull request #54 from tsuyoshicho/feature/random-system feat: Random.System: RNG for system native by tsuyoshicho
🛠️ Random.System: test renew by tsuyoshicho
🛠️ Random.System: document and test fixup by tsuyoshicho
🛠️ Random.System: add first implementation. by tsuyoshicho
🛠️ ID.ULID: fix lambda call. by tsuyoshicho
🛠️ ID.ULID: strpart to strcharpart fix all. by tsuyoshicho
🛠️ ID.ULID: cleanup encode/decode process function by tsuyoshicho
🛠️ Merge pull request #63 from tsuyoshicho/fix/ulidgen fix: ULID timelist and randomlist genereate from map() by tsuyoshicho
🛠️ ID.ULID: brushup small fix. by tsuyoshicho
🛠️ ID.ULID: fix lambda value by tsuyoshicho
🛠️ ID.ULID: generate list direct by tsuyoshicho
🛠️ Merge pull request #51 from tsuyoshicho/feature/random-fixtype feat: Random.FixedData: RNG for fixed data by tsuyoshicho
🛠️ RandomEx.FixedData: add test and codefix. by tsuyoshicho
🛠️ RandomEx.FixedData: implement routine. by tsuyoshicho
🛠️ Random.FixedData -> RandomEx.FixedData: rename and document update. by tsuyoshicho
🛠️ Random.FixedData: first commit by tsuyoshicho
🛠️ Merge pull request #58 from tsuyoshicho/feature/ulid-inject-time feat: ULID generate fixed time define support by tsuyoshicho
🛠️ ID.ULID: support datetime extra arg by tsuyoshicho
🛠️ ID.ULID: fix generateUUID() arg define miss by tsuyoshicho
🛠️ Merge pull request #62 from tsuyoshicho/feature/inject-random feat: UUID/ULID random support generator object by tsuyoshicho
🛠️ ID.{UUID,ULID}: fix test case assert is call needed. length check call len. by tsuyoshicho
🛠️ ID.{UUID,ULID}: fix test case and script local function call by tsuyoshicho
🛠️ ID.{UUID,ULID}: support Random Generator and seed optional args by tsuyoshicho
🛠️ Merge pull request #60 from tsuyoshicho/fix/readmefix-20190609 fix: README update by tsuyoshicho
🛠️ README update 20190609 by tsuyoshicho
CONTRIBUTORS
Last week there was 1 contributor.
👤 tsuyoshicho
STARGAZERS
Last week there were no stargazers.
RELEASES
Last week there were no releases.
That's all for last week, please 👀 Watch and ⭐ Star the repository tsuyoshicho/vital-codec to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
The text was updated successfully, but these errors were encountered: