🦕
- Warsaw, PL
Highlights
- Pro
Block or Report
Block or report bartlomieju
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
denoland/deno_lint
denoland/deno_lint PublicBlazing fast linter for JavaScript and TypeScript written in Rust
-
-
4,285 contributions in the last year
| Day of Week | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | ||||||||||||||||||||||||||||||||||||||||
| 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
Contribution activity
January 2024
Created 63 commits in 9 repositories
Created a pull request in denoland/deno that received 8 comments
feat(unstable): remove Deno.upgradeHttp API
Closes #21828. This API is a huge footgun. And given that "Deno.serveHttp" is a deprecated API that is discouraged to use (use "Deno.serve()" inste…
+2
−338
lines changed
•
8
comments
Opened 61 other pull requests in 6 repositories
denoland/deno
8
open
28
merged
1
closed
-
fix(compile): forward all unstable flags
This contribution was made on Jan 19
-
feat: Add warnings for more deprecated APIs
This contribution was made on Jan 18
-
fix: remove conditional unstable type-checking from other commands
This contribution was made on Jan 18
-
chore: upgrade deno_core to 0.247.0
This contribution was made on Jan 18
-
feat(jupyter): don't require --unstable flag
This contribution was made on Jan 17
-
chore: make deno --help more colorful
This contribution was made on Jan 17
-
refactor: change tests to not rely on Deno.run()
This contribution was made on Jan 16
-
chore: upgrade clap to 4.4.17
This contribution was made on Jan 16
-
fix(publish): support deno.jsonc file
This contribution was made on Jan 15
-
[WIP] feat: add "text" and "bytes" imports
This contribution was made on Jan 15
-
feat: Start warning on each use of a deprecated API
This contribution was made on Jan 14
-
feat: Stabilize Deno.listen for 'unix' transport
This contribution was made on Jan 14
-
feat: Stabilize Deno.connect for 'unix' transport
This contribution was made on Jan 14
-
chore: ignore inspector_port_collision test
This contribution was made on Jan 13
-
fix(publish): require http server for tests
This contribution was made on Jan 12
-
chore: forward v1.39.3 to main
This contribution was made on Jan 12
-
chore: upgrade deno_core to 0.246.0
This contribution was made on Jan 12
-
feat(unstable): add --dry-run flag to publish
This contribution was made on Jan 11
-
feat(unstable): remove --unstable-workspaces flag
This contribution was made on Jan 10
-
feat: stabilize Deno.Conn.ref/unref
This contribution was made on Jan 10
-
feat: stabilize Deno.connectTls options and Deno.TlsConn.handshake
This contribution was made on Jan 10
-
feat: "rejectionhandled" Web event and "rejectionHandled" Node event
This contribution was made on Jan 9
-
feat: Deprecate 'Deno.serveHttp' API
This contribution was made on Jan 9
-
chore: upgrade deno_core to 0.244.0
This contribution was made on Jan 9
-
[WIP] refactor(runtime): split 99_main.js into granular modules
This contribution was made on Jan 7
- Some pull requests not shown.
denoland/deno_core
15
merged
5
open
-
feat: Allow synthetic modules to provide multiple exports
This contribution was made on Jan 19
-
feat: Disabling an op replaces it with a noop fn
This contribution was made on Jan 18
-
refactor: JsRuntime::string_from_code -> FastString::v8_string
This contribution was made on Jan 18
-
refactor: move ops related setup to 00_infra.js
This contribution was made on Jan 17
-
refactor: simplify setup of JS bindings for async ops
This contribution was made on Jan 17
-
refactor: simplify context intialization
This contribution was made on Jan 17
-
feat(example): add 'text' and 'bytes' imports to fs_module_loader.rs
This contribution was made on Jan 14
-
feat: Change CustomModuleEvaluationCb to return an enum
This contribution was made on Jan 14
-
feat: Add import.meta.filename and import.meta.dirname
This contribution was made on Jan 13
-
feat: add 'requested_module_type' to ModuleLoader::load
This contribution was made on Jan 12
-
refactor: Add ModuleMap::new_module_from_js_source
This contribution was made on Jan 11
-
feat: Add JsRuntime::custom_module_evaluation_cb to support arbitrary module types
This contribution was made on Jan 11
-
feat: Remove default import attributes and JSON modules validation
This contribution was made on Jan 11
-
chore: upgrade rusty_v8 to 0.83.1
This contribution was made on Jan 10
-
feat: create ops virtual module for each extension
This contribution was made on Jan 10
-
feat: Add ModuleSourceBytes enum
This contribution was made on Jan 9
-
fix: save rejectionhandled callback in snapshot
This contribution was made on Jan 9
-
Revert "Upgrade rusty_v8 to 0.83.0 (#424)"
This contribution was made on Jan 8
-
feat: better support for Uint8Array in console
This contribution was made on Jan 8
-
[WIP] Add REPL example
This contribution was made on Jan 4
denoland/deno_config
1
merged
-
refactor: remove unstable variants from TsTypeLib
This contribution was made on Jan 18
denoland/deno_lint
1
open
-
feat: Update to APIs deprecated in Deno v1.40
This contribution was made on Jan 16
denoland/deno_ast
1
merged
-
feat: support decorator proposal
This contribution was made on Jan 15
denoland/deno-docs
1
merged
-
Remove --unstable-workspaces flag
This contribution was made on Jan 14
Reviewed 140 pull requests in 18 repositories
denoland/deno
25 pull requests
-
fix(node/http): remoteAddress and remotePort not being set
This contribution was made on Jan 19
-
refactor: don't error when
.envis not presentThis contribution was made on Jan 18 -
fix(types): align global deno worker type with deno.worker/webworker one
This contribution was made on Jan 18
-
fix(node): update
req.socketon WS upgradeThis contribution was made on Jan 18 -
fix(lsp): regression - formatting was broken on windows
This contribution was made on Jan 17
-
chore: update deno_doc
This contribution was made on Jan 17
-
chore: bump rustls-tokio-stream and rustls
This contribution was made on Jan 16
-
perf: don't allocate so much in runtime/colors.rs
This contribution was made on Jan 16
-
feat: Implement QUIC
This contribution was made on Jan 15
-
refactor: use globbing from deno_config
This contribution was made on Jan 15
-
feat: Start warning on each use of a deprecated API
This contribution was made on Jan 15
-
chore(ext/cache): remove CachePutResource in preparation for resource rewrite
This contribution was made on Jan 15
-
chore: define removal version for
Deno.metrics()This contribution was made on Jan 14 -
chore: define removal version for
Deno.run()This contribution was made on Jan 14 -
fix(jsr): ensure proper storage of ahead of time module infos
This contribution was made on Jan 13
-
chore: fix 1.39.4 release
This contribution was made on Jan 13
-
fix(check): should not panic when all specified files excluded
This contribution was made on Jan 13
-
fix(config): regression - handle relative patterns with leading dot slash
This contribution was made on Jan 13
-
feat(ext/http): implement serveHttp on serve [WIP]
This contribution was made on Jan 12
-
1.39.3
This contribution was made on Jan 12
-
fix: add EventSource typings
This contribution was made on Jan 12
-
fix(web): use rustyline for prompt
This contribution was made on Jan 11
-
fix(fast_check): analyze identifiers in type assertions/as exprs
This contribution was made on Jan 11
-
feat(unstable): add --dry-run flag to publish
This contribution was made on Jan 11
-
feat(unstable): remove --unstable-workspaces flag
This contribution was made on Jan 10
- Some pull request reviews not shown.
denoland/deno_core
21 pull requests
-
feat: create ops virtual module for each extension
This contribution was made on Jan 19
-
0.247.0
This contribution was made on Jan 18
-
refactor: simplify setup of JS bindings for async ops
This contribution was made on Jan 18
-
feat: Add import.meta.filename and import.meta.dirname
This contribution was made on Jan 17
-
refactor: move ops related setup to 00_infra.js
This contribution was made on Jan 17
-
test(core): add async op stack trace test
This contribution was made on Jan 17
-
feat: Allow embedders to load custom module types
This contribution was made on Jan 15
-
0.246.0
This contribution was made on Jan 14
-
feat: add 'requested_module_type' to ModuleLoader::load
This contribution was made on Jan 12
-
perf(core): use FuturesUnordered instead of JoinSet
This contribution was made on Jan 10
-
0.244.0
This contribution was made on Jan 9
-
feat: better support for Uint8Array in console
This contribution was made on Jan 8
-
feat(core): better diagnostics when extensions fail to load
This contribution was made on Jan 8
-
[WIP] Add REPL example
This contribution was made on Jan 5
-
chore(core): remove opAsync and ref/unrefOp
This contribution was made on Jan 3
-
feat(core): handledPromiseRejectionHandler
This contribution was made on Jan 3
-
fix(core): clamp V8Slice slice to bounds
This contribution was made on Jan 3
-
0.242.0
This contribution was made on Jan 2
-
fix(core): remove print
This contribution was made on Jan 2
-
0.241.0
This contribution was made on Jan 2
-
refactor(core): add arenas and op driver infrastructure
This contribution was made on Jan 2
denoland/deno_ast
7 pull requests
-
fix: bump to latest patch versions of swc crates
This contribution was made on Jan 16
-
chore: revert back down to 0.x
This contribution was made on Jan 16
-
feat: support decorator proposal
This contribution was made on Jan 15
-
chore: bump copyright to 2024
This contribution was made on Jan 8
-
fix: remove duplicate base64 dep
This contribution was made on Jan 8
-
feat: ability to add scope analysis to a
ParsedSourceThis contribution was made on Jan 4 -
fix: update swc_ecma_parser to 0.141.37
This contribution was made on Jan 4
denoland/deno_doc
6 pull requests
-
feat(html): deprecated module doc
This contribution was made on Jan 15
-
refactor: search improvements
This contribution was made on Jan 11
-
fix: better support for deep re-exports
This contribution was made on Jan 10
-
chore: bump copyright year to 2024
This contribution was made on Jan 8
-
refactor: deno_graph 0.63
This contribution was made on Jan 8
-
fix(html): various design fixes
This contribution was made on Jan 2
denoland/deno_graph
6 pull requests
-
fix(fast_check): analyze identifiers in type assertions/as exprs
This contribution was made on Jan 11
-
fix(fast_check): handle JS files,
@deno-typesand triple slash referencesThis contribution was made on Jan 10 -
fix(fast_check): properly error for using declaration in public API
This contribution was made on Jan 10
-
fix(symbols): better handling of deep re-exports
This contribution was made on Jan 10
-
feat: more refined dep resolution
This contribution was made on Jan 8
-
feat: subset type graph for JSR dependencies
This contribution was made on Jan 6
denoland/rusty_v8
6 pull requests
-
v0.83.1
This contribution was made on Jan 10
-
Remove AllCanRead flag from PropertyHandlerFlags
This contribution was made on Jan 9
-
isolate->GetCppHeap()can return nullptr if no heap is attachedThis contribution was made on Jan 6 -
Add faq for non-main thread init crash
This contribution was made on Jan 6
-
v0.83.0
This contribution was made on Jan 6
-
Upgrade to V8 12.1.285.6
This contribution was made on Jan 5
denoland/deno_config
4 pull requests
-
feat: add
basetoFilePatternsThis contribution was made on Jan 17 -
fix: add context when failing to parse a URL
This contribution was made on Jan 15
-
feat: move globbing to deno_config
This contribution was made on Jan 15
-
fix: error on 'null' key in exports
This contribution was made on Jan 13
denoland/deno_lint
3 pull requests
-
feat: no-window
This contribution was made on Jan 16
-
chore: bump copyright year to 2024
This contribution was made on Jan 9
-
fix: upgrade to deno_ast 1
This contribution was made on Jan 9
denoland/deno_std
3 pull requests
-
0.212.0
This contribution was made on Jan 12
-
fix(fs): reduce perm requirement of
ensureDir()This contribution was made on Jan 8 -
0.211.0
This contribution was made on Jan 4
denoland/eszip
2 pull requests
-
chore: bump copyright year to 2024
This contribution was made on Jan 8
-
refactor: upgrade to deno_graph 0.63
This contribution was made on Jan 8
denoland/import_map
2 pull requests
-
chore: bump copyright to 2024
This contribution was made on Jan 14
-
fix: bump indexmap to 2.1.0
This contribution was made on Jan 8
denoland/deno_docker
2 pull requests
denoland/deno-docs
2 pull requests
-
chore: update for 1.39.3
This contribution was made on Jan 12
-
chore: update for 1.39.2
This contribution was made on Jan 5
denoland/roll-your-own-javascript-runtime
1 pull request
-
Add third blog post
This contribution was made on Jan 1
denoland/deno_emit
1 pull request
-
chore: bump copyright year to 2024
This contribution was made on Jan 8
denoland/vscode_deno
1 pull request
-
feat: remove init workspace command
This contribution was made on Jan 15
denoland/deno_lockfile
1 pull request
-
chore: bump copyright to 2024
This contribution was made on Jan 15
denoland/deno_semver
1 pull request
-
feat: ability to get message without source from NpmVersionParseError
This contribution was made on Jan 20
Opened 10 issues in 2 repositories
denoland/deno_core
2
closed
5
open
-
Move
JsRealm::string_from_codetoFastStringThis contribution was made on Jan 18 -
Disabling an op should result in replacing its underlying function
This contribution was made on Jan 17
-
initialize_contextrewriteThis contribution was made on Jan 17 -
exception_to_err_resultneeds a redesignThis contribution was made on Jan 11 -
Integration tests for examples/
This contribution was made on Jan 5
-
Consider adding "bin" target
This contribution was made on Jan 4
-
Add REPL example
This contribution was made on Jan 4
denoland/deno
3
open
-
refactor: Linter instance should be created only once
This contribution was made on Jan 9
-
Remove unstable "Deno.upgradeHttp" API
This contribution was made on Jan 6
-
Exclude remote dependencies from
deno coverageThis contribution was made on Jan 4
14
contributions
in private repositories
Jan 5 – Jan 19








