Programming
- Netherlands
- https://lcas.dev
- @lcasdev
Highlights
- Developer Program Member
- Pro
- 13 discussions answered
- 1 security advisory credit
Block or Report
Block or report lucacasonato
Report abuse
Contact GitHub support about this userβs behavior. Learn more about reporting abuse.
Report abusePinned
-
-
web-platform-tests/wpt Public
Test suites for Web platform specs β including WHATWG, W3C, and others
-
4,726 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 98 commits in 23 repositories
Created 5 repositories
- lucacasonato/bikeshed-boilerplate Python
- lucacasonato/qwik-test JavaScript
- lucacasonato/qwik TypeScript
- lucacasonato/xhr HTML
- lucacasonato/proxx TypeScript
Created a pull request in WICG/urlpattern that received 13 comments
Add URLPatternList
Closes #30
Mini-explainer:
This adds a new URLPatternList
interface that is can be used to match many URLPattern
s at once. This new interface can bβ¦
+62
β0
•
13
comments
Opened 57 other pull requests in 18 repositories
lucacasonato/fresh
1
open
13
merged
- www: update eta from May 2022 to "very soon"
- fix: file watching reliability
- Use import maps instead of deps files
-
fix: ignore .git directory in
init
empty check - tests: more robust type checking in CI
- chore: rename *_deps.ts -> deps.*.ts
-
chore: rename
PageConfig
toRouteConfig
-
feat: add
fresh manifest --watch
- test: make cli test more robust
- fix: improved etag handling in static files
- docs: add descriptions to all pages
- chore: update esbuild to v0.14.39
- ci: speed up by caching chromium
- refactor: asset caching via query param
denoland/deno
6
merged
4
open
-
fix: add types for
Response.json
- chore: update rustls
- chore: update wpt
-
feat(ext/web): implement static
Response.json
- ci: use xl windows runners
-
fix(ext/web): brand check in
performance.timeOrigin
- refactor(ext/url): URLPattern structured matchers
-
feat(ext/url): add
URLPatternList
constructor - WIP: wasm modules in core
- WIP: refactor CI completely
wintercg/admin
1
open
3
merged
lucacasonato/esbuild_deno_loader
3
merged
1
closed
denoland/dotland
4
merged
denoland/rusty_v8
3
merged
denoland/rust-urlpattern
3
merged
denoland/deno_graph
2
open
GoogleChromeLabs/proxx
2
open
wintercg/proposal-common-minimum-api
1
merged
1
closed
wintercg/www
2
merged
lucacasonato/deno-puppeteer
1
merged
tabatkins/bikeshed-boilerplate
1
merged
BuilderIO/qwik
1
merged
whatwg/xhr
1
merged
whatwg/fetch
1
merged
wintercg/proposal-webcrypto-streams
1
closed
tabatkins/bikeshed
1
closed
Reviewed 62 pull requests in 16 repositories
denoland/deno
25 pull requests
- BREAKING: remove deprecated Deno APIs
- chore: upgrade rusty_v8 to 0.43.1
-
fix(cli): add config flags to
deno info
-
fix(ext/crypto): adjust
getRandomValues
types - remove unstable Deno.sleepSync
- refactor: strip utf8 BOM in file fetcher
- 1.22.0
- fix(ext/tls): ability to ignore IP-address certificate errors
- fix(core): support classifying ENOTDIR
- fix(ext/web): add EventTarget brand checking
- feat(core): deterministic snapshots
- chore: fix failing bench
- fix(ext/http): error on invalid headers
- fix(ext/http): skip auto-compression if content-encoding present
- fix(ext/web): throw if listener and signal are null
- fix(ext/web): better typings for ReadableByteStream
- fix(ext/http): make serveHttp compress for Accept-Encoding: deflate, gzip
-
feat(ext/web): implement static
Response.json
- chore: update wpt
- [wip] perf(ext/ffi): Low overhead v8::Value <-> FFI (de)serialization
- fix: finish TLS handshake before shutting down
- refactor(ext/url): URLPattern structured matchers
- feat(web): add performance.timeOrigin
- 1.21.2
- refactor(core): add AssertedModuleType enum
- Some pull request reviews not shown.
lucacasonato/fresh
10 pull requests
- Docs fix typo
- fixing function name in dynamic-routes doc
- feat: Automatically apply asset caching to img src URLs
- Fix: 2 islands on 1 page are revived
- www: add frontmatter and meta description handling
- init: add static folder and logo to fresh init
- Add documentation section in readme and fix blue links
- test: Add revive test with puppeteer
- fix: update start task with no-check
- fix: Remove conflicting global definition of URLPattern
wintercg/www
5 pull requests
lucacasonato/deno-puppeteer
3 pull requests
denoland/dotland
3 pull requests
denoland/rusty_v8
2 pull requests
mdn/browser-compat-data
2 pull requests
whatwg/fetch
2 pull requests
denoland/deno_blog
1 pull request
GoogleChromeLabs/proxx
1 pull request
lucacasonato/esbuild_deno_loader
1 pull request
denoland/deno_std
1 pull request
tabatkins/bikeshed
1 pull request
WICG/urlpattern
1 pull request
lucacasonato/acme2
1 pull request
wintercg/proposal-webcrypto-streams
1 pull request
Created an issue in denoland/deno_std that received 9 comments
assertRejects
and assertThrows
should return the caught error
It'd be nice if these functions returned the error they caught, so users could do more intricate assertions on the error itself.
9
comments
Opened 25 other issues in 10 repositories
denoland/deno
10
open
2
closed
-
integration::bench::multifile_summary
is flaky -
deno info
does not support--config
or--no-config
-
Watch dynamic imports in
--watch
- REPL evaluation returning a lone surrogate results in an "Unterminated string literal" error
-
deno run --no-check=remote
/deno check --remote
does not report remote errors if a local check was already performed successfully -
Treat
"deno.config": ""
as"deno.config": null
in LSP - LSP does not pick up changes to the import map automatically
-
Deno.test
does not render POJO errors nicely -
structuredClone
should throw when serializing a getter that throws - EventListener does not throw with "null" signal
-
Support
"deflate-raw"
inCompressionStream
-
Add
Error.captureStackTrace
to "dom.extras"
wintercg/admin
1
open
2
closed
wintercg/www
2
open
1
closed
esm-dev/esm.sh
1
open
oakserver/oak
1
closed
denoland/deno_std
1
closed
serde-rs/json
1
open
wintercg/proposal-webcrypto-streams
1
open
w3c/ash-nazg
1
closed
denoland/docland
1
open
Answered 3 discussions in 2 repositories
lucacasonato/fresh
lucacasonato/fresh
denoland/deno
denoland/deno
121
contributions
in private repositories
May 1 β May 28