🥝
it’s just the way that she goes, she goes, she goes
Highlights
- Pro
Pinned Loading
-
-
BloomTech-Labs/LabsPT1_bkwds
BloomTech-Labs/LabsPT1_bkwds Publicbkwds is an app that helps adventurers track their trips and travel safely
2,371 contributions in the last year
Skip to contributions year listDay of Week | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
traversable/schema,
traversable/traversable,
ahrjarrett/i18next-selector
and 17 other
repositories
Loading
Contribution activity
July 2025
Created 316 commits in 3 repositories
Created a pull request in traversable/schema that received 1 comment
initializes @traversable/arktype
, @traversable/arktype-types
, @traversable/arktype-test
+2,869
−121
lines changed
•
1
comment
Opened 42 other pull requests in 3 repositories
traversable/schema
37
merged
-
docs(json-schema): adds docs, bolt sandbox for
deepClone
This contribution was made on Jul 27 -
optimize(zod): makes
zx.deepClone
simpler & ~5x fasterThis contribution was made on Jul 27 -
optimize(typebox): makes
box.deepClone
simpler & ~5x fasterThis contribution was made on Jul 26 -
optimize(json-schema): makes
JsonSchema.deepClone
~5x faster, simplerThis contribution was made on Jul 26 -
feat(typebox): adds
box.deepClone
This contribution was made on Jul 25 -
chore(typebox): renames
box.equals
tobox.deepEqual
This contribution was made on Jul 24 -
chore: commits changeset
This contribution was made on Jul 24
-
chore(zod): renames
zx.equals
tozx.deepEqual
&zx.clone
tozx.deepClone
This contribution was made on Jul 24 -
docs(json-schema,zod): fleshes out docs a bit more
This contribution was made on Jul 24
-
feat(json-schema): adds
JsonSchema.deepClone
+ fuzz testsThis contribution was made on Jul 24 -
chore: commits changeset
This contribution was made on Jul 23
-
docs(json-schema-test,typebox-test,zod-test): updates documentation
This contribution was made on Jul 23
-
init(typebox-types):
initializes @traversable/typebox-types
This contribution was made on Jul 23 -
init(json-schema): initializes the
@traversable/json-schema
packageThis contribution was made on Jul 20 -
init(typebox-test): creates new
@traversable/typebox-test
packageThis contribution was made on Jul 20 -
fix(zod-test): removes unnecessary dependency on
@traversable/json
This contribution was made on Jul 20 -
init(zod-test): creates
@traversable/zod-test
packageThis contribution was made on Jul 20 -
feat(zod): adds
zx.clone
APIThis contribution was made on Jul 18 -
test(zod): turns on fuzz tests for
zx.check
This contribution was made on Jul 15 -
optimize(zod): optimizes unions in
zx.equals
This contribution was made on Jul 15 -
docs(zod): fix toPaths example
This contribution was made on Jul 15
-
docs(zod): credit @jaens for prior art / their work on
deepPartial
This contribution was made on Jul 15 -
fix(zod): fixes
zx.equals
bigint handlingThis contribution was made on Jul 15 -
docs(zod): updates readme with examples, bolt sandbox
This contribution was made on Jul 14
-
optimize(zod): adds
zx.equals
discriminated union detectionThis contribution was made on Jul 14 - Some pull requests not shown.
ahrjarrett/i18next-selector
3
merged
-
docs: adds links to each package from root readme
This contribution was made on Jul 5
-
docs: adds
json
demo for vite-plugin, updates root readmeThis contribution was made on Jul 5 -
docs(vite-plugin): adds docs + demo for
@i18next-selector/vite-plugin
This contribution was made on Jul 4
colinhacks/zod
2
merged
-
fixes
z.core.File
type incompatibility withglobalThis.File
This contribution was made on Jul 24 -
fix: escapes decimal place in
z.literal
This contribution was made on Jul 15
Reviewed 11 pull requests in 2 repositories
traversable/schema
10 pull requests
-
chore: publish package(s)
This contribution was made on Jul 24
-
chore: publish package(s)
This contribution was made on Jul 20
-
chore: publish package(s)
This contribution was made on Jul 20
-
chore: publish package(s)
This contribution was made on Jul 14
-
chore: publish package(s)
This contribution was made on Jul 14
-
chore: publish package(s)
This contribution was made on Jul 13
-
chore: publish package(s)
This contribution was made on Jul 12
-
chore: publish package(s)
This contribution was made on Jul 10
-
chore: publish package(s)
This contribution was made on Jul 9
-
chore: publish package(s)
This contribution was made on Jul 4
ahrjarrett/i18next-selector
1 pull request
-
chore: publish package(s)
This contribution was made on Jul 5
Created an issue in colinhacks/zod that received 1 comment
bug: z.literal(1.1)
doesn't escape decimal point in RegExp pattern
This bug appears up when z.literal
is used inside z.templateLiteral
.
Expectation:
I would expect this to throw, since "1s1"
does not match "1.1"
:
z.t…
1
comment
Opened 43 other issues in 2 repositories
traversable/schema
8
open
34
closed
-
create
@traversable/arktype-types
packageThis contribution was made on Jul 28 -
create
@traversable/arktype-test
packageThis contribution was made on Jul 28 -
create
@traversable/arktype
packageThis contribution was made on Jul 28 -
simplify
zx.deepClone
This contribution was made on Jul 26 -
simplify
box.deepClone
This contribution was made on Jul 26 -
simplify
JsonSchema.deepClone
This contribution was made on Jul 26 -
add docs for
@traversable/typebox
This contribution was made on Jul 25 -
migrate to zod v4.0.9
This contribution was made on Jul 25
-
implement
box.deepClone
This contribution was made on Jul 24 -
rename
box.equals
tobox.deepEqual
This contribution was made on Jul 24 -
rename
zx.equals
tozx.deepEqual
andzx.clone
tozx.deepClone
This contribution was made on Jul 24 -
add
JsonSchema.deepClone
APIThis contribution was made on Jul 24 -
add documentation for
json-schema-test
,typebox-test
,zod-test
This contribution was made on Jul 23 -
create
@traversable/typebox-types
packageThis contribution was made on Jul 23 -
initialize
@traversable/zod-types
packageThis contribution was made on Jul 23 -
initialize
@traversable/json-schema-types
packageThis contribution was made on Jul 21 -
initialize
@traversable/json-schema-test
packageThis contribution was made on Jul 20 -
initialize
@traversable/json-schema
packageThis contribution was made on Jul 20 -
create
@traversable/typebox-test
packageThis contribution was made on Jul 20 -
fix(zod-test): remove unnecessary dep on
@traversable/json
This contribution was made on Jul 20 -
create
@traversable/zod-test
packageThis contribution was made on Jul 20 -
add Bolt sandbox to zod readme
This contribution was made on Jul 14
-
adds property tests for
zx.equals
"unequal" caseThis contribution was made on Jul 14 -
optimize
zx.equals
to avoid creating inline typeguards if members are all primitivesThis contribution was made on Jul 14 -
optimize
zx.equals
by detecting discriminated unions & short-circuitingThis contribution was made on Jul 14 - Some issues not shown.
colinhacks/zod
1
closed
-
z.core.File
is incompatible withglobalThis.File
typeThis contribution was made on Jul 24
Started 1 discussion in 1 repository
colinhacks/zod
colinhacks/zod
-
Accepting ecosystem contributions?
This contribution was made on Jul 12