I am an independent software engineer as well as an indie gamedev and author. Lead on the Biome project.
-
Independent contractor
- Haarlem, Netherlands
- https://arendjr.nl/
- @[email protected]
Pinned Loading
-
biomejs/biome
biomejs/biome PublicA toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.
-
text-clipper
text-clipper PublicFast and correct clip functions for HTML and plain text
-
-
Couch-Chilis/Chunky-Challenge
Couch-Chilis/Chunky-Challenge PublicClever 2D Puzzle Game with Chunky Graphics
Rust
-
fiberplane/fp-bindgen
fiberplane/fp-bindgen PublicBindings generator for full-stack WASM plugins
1,238 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
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
Contribution activity
March 2025
Created 36 commits in 4 repositories
Created a pull request in biomejs/biome that received 4 comments
feat(linter): update useImportExtensions to suggest actual extensions
Summary
Fixes #5328.
useImportExtensions
has been updated to suggest actual file extensions instead of guesses based on hueristics. This is based oβ¦
+1,011
β967
lines changed
β’
4
comments
Opened 25 other pull requests in 3 repositories
biomejs/biome
19
merged
1
open
-
chore:
noPrivateImports
doc tweakThis contribution was made on Mar 22 -
feat(lint): implement
noPrivateImports
This contribution was made on Mar 18 -
chore: format config
This contribution was made on Mar 17
-
feat(core): allow plugins to control severity of diagnostics
This contribution was made on Mar 15
-
fix(cli): check
TERMINAL_EMULATOR
variableThis contribution was made on Mar 15 -
chore: add dogfood plugin
This contribution was made on Mar 14
-
chore: cleanup changesets
This contribution was made on Mar 12
-
fix(core): force exit the daemon on shutdown
This contribution was made on Mar 11
-
feat(core): add JSDoc comments to dependency graph
This contribution was made on Mar 11
-
WIP: Fix ignored directory
This contribution was made on Mar 7
-
chore: past tense in changesets
This contribution was made on Mar 7
-
fix(parser): don't apply
jsxEverywhere
to.ts
filesThis contribution was made on Mar 7 -
chore: update issue config
This contribution was made on Mar 6
-
fix(core): fix workspace scanner in LSP
This contribution was made on Mar 6
-
chore: bump papaya
This contribution was made on Mar 5
-
feat(core): watcher + LSP improvements
This contribution was made on Mar 5
-
chore: uncomment tracing annotation
This contribution was made on Mar 4
-
chore: stabilise tests on macOS
This contribution was made on Mar 4
-
ci: fix
udeps
workflowsThis contribution was made on Mar 3 -
fix(core): resolve extensionless imports to TS/JSX files
This contribution was made on Mar 3
biomejs/website
3
merged
1
open
-
Document
includes
behaviourThis contribution was made on Mar 15 -
Plugin language support
This contribution was made on Mar 14
-
Update schema
This contribution was made on Mar 14
-
Beta blog post
This contribution was made on Mar 12
biomejs/biome-vscode
1
merged
-
chore: don't copy dev version
This contribution was made on Mar 3
Reviewed 52 pull requests in 3 repositories
biomejs/biome
25 pull requests
-
feat(assist): import organizer revamping
This contribution was made on Mar 22
-
chore(lint): remove behaviour from
noUnusedVariable
This contribution was made on Mar 21 -
fix(linter): false positive for
noUnknownFunction
This contribution was made on Mar 20 -
chore: rename rules
This contribution was made on Mar 20
-
refactor: rename rule to
noAdjacentSpacesInRegex
This contribution was made on Mar 19 -
chore: remove detection of multiple config files
This contribution was made on Mar 18
-
perf: read package.json only once in a run
This contribution was made on Mar 17
-
refactor(linter): rename
noMultipleSpacesInRegularExpressionLiterals
This contribution was made on Mar 14 -
fix: add scanning time to traverse time
This contribution was made on Mar 13
-
chore: cleanup changesets
This contribution was made on Mar 13
-
feat(cli): add
--threads
toci
commandThis contribution was made on Mar 12 -
feat(core): add JSDoc comments to dependency graph
This contribution was made on Mar 12
-
feat(format/html): normalize casing for tag names and attribute names
This contribution was made on Mar 10
-
fix: propagate plugin load error LSP
This contribution was made on Mar 10
-
chore(deps): update dependency eslint to v9.22.0
This contribution was made on Mar 10
-
chore(deps): update pnpm to v10.6.2
This contribution was made on Mar 10
-
chore(deps): update rust crate serde to 1.0.219
This contribution was made on Mar 10
-
chore(deps): update rust crate serde_json to 1.0.140
This contribution was made on Mar 10
-
build(deps): update dependencies to fix cargo audit
This contribution was made on Mar 9
-
fix(lint): allow single spaces in useConsistentCurlyBraces rule
This contribution was made on Mar 7
-
fix(parser): don't apply
jsxEverywhere
to.ts
filesThis contribution was made on Mar 7 -
feat(linter): implement noBitwiseOperators rule
This contribution was made on Mar 6
-
ci: beta and preview releases
This contribution was made on Mar 5
-
fix(analyzer): top-level action with existing comments
This contribution was made on Mar 5
-
feat(format/html): normalize casing for directive
This contribution was made on Mar 5
- Some pull request reviews not shown.
biomejs/website
7 pull requests
-
Document
includes
behaviourThis contribution was made on Mar 20 -
Beta blog post
This contribution was made on Mar 17
-
fix(playground): enable html formatter on the playground
This contribution was made on Mar 16
-
chore: revert and pin to v1.9.4
This contribution was made on Mar 14
-
feat: more assit documentation, more linter docs
This contribution was made on Mar 13
-
feat: domains docs and better linter docs
This contribution was made on Mar 10
-
feat: codegen domains
This contribution was made on Mar 5
biomejs/biome-vscode
2 pull requests
-
ci: add workflow for automatic message for reproduction
This contribution was made on Mar 20
-
chore: don't copy dev version
This contribution was made on Mar 3
Created an issue in biomejs/biome that received 5 comments
π Implement Quick Fix for useExhaustiveDependencies
Description
useExhaustiveDependencies
can detect when dependencies are incorrect, but it currently lacks an autofix to apply the expected dependencβ¦
5
comments
Opened 7 other issues in 1 repository
biomejs/biome
6
open
1
closed
-
π Generalise the
DependencyGraph
This contribution was made on Mar 12 -
π Update
useImportExtensions
to suggest actual extensionsThis contribution was made on Mar 10 -
π Move semantic model to scanner
This contribution was made on Mar 9
-
π Allow overriding
files.maxSize
This contribution was made on Mar 7 -
π Add
reactCompiler
option foruseExhaustiveDependencies
This contribution was made on Mar 7 -
π Support
patterns
innoRestrictedImports
This contribution was made on Mar 6 -
π Watch symlink destinations in watcher
This contribution was made on Mar 4
Started 2 discussions in 1 repository
biomejs/biome
biomejs/biome
-
Idea for a GritQL function: `run_rule()`
This contribution was made on Mar 14
-
React Compiler lint rules
This contribution was made on Mar 6
Answered 4 discussions in 1 repository
biomejs/biome
biomejs/biome
-
Overrides and files.maxSize?
This contribution was made on Mar 7
-
Is it possible to also configure the switch case indentation?
This contribution was made on Mar 6
-
Restrict relative imports
This contribution was made on Mar 6
-
Any plans for noRestrictedImports feature parity?
This contribution was made on Mar 6