- Tokyo, Japan
- https://kt3k.org
- @kt3k
Highlights
- 2 discussions answered
Block or Report
Block or report kt3k
Report abuse
Contact GitHub support about this userβs behavior. Learn more about reporting abuse.
Report abuseMy name is Yoshiya Hinosawa. I've been a web engineer inπ―π΅ for about 10 years. I specialize in frontend development. Currently I work on Denoπ§ π¦ . I use mainly JavaScript and TypeScript for my job, and sometimes I use Rust, Golang, Python, Java, etc depending on the situations. I've published ~100 packages to npm ( https://www.npmjs.com/~kt3k ). I've been learning Rustπ¦ , Go, and OCamlπͺ recently.
Pinned
-
-
-
capsidjs/capsid Public
π Declarative DOM programming library. Lightweight (1.79 kb).
2,658 contributions in the last year
Less
More
Contribution activity
April 2022
Created 50 commits in 10 repositories
Created 2 repositories
- kt3k/vscode-pixeledit JavaScript
- kt3k/PixelCraft HTML
Created a pull request in denoland/manual that received 2 comments
Revert "add doc for DENO_NO_PROMPT (#289)"
+0
β2
•
2
comments
Opened 10 other pull requests in 3 repositories
denoland/deno_std
7
merged
- test(node): update global var leak detection
- chore: update node:unit task to fix CI
- BREAKING(mime/multipart): deprecate mime/multipart module
- BREAKING(testing/bench): deprecate testing/bench module
- feat(node/net): add server.ref/unref methods
- chore(node): make the message for notImplemented required
- refactor(node/tls): use in-memory options for cert files
rgab1508/PixelCraft
2
merged
denoland/manual
1
merged
Reviewed 45 pull requests in 9 repositories
denoland/deno_std
20 pull requests
- fix(wasi): ContextOptions is an optional argument
- http: serve() should log where it is listening
- chore: deno fmt with 1.21.0
- feat(testing): Implement "assertSnapshot"
-
fix(http): Use the
addEventListenermethod instead ofonabortproperties - fix(node): Use Web Crypto API via globalThis
- chore(ci): add informational Codecov status checks
- Change crypto/randomInt (and associated test) to generate maximum exclusive instead of inclusive
- chore: use FakeTime for testing parse
-
feat(node):
Duplex.fromWeb - feat(testing): Add utility for faking time
- fix(node): Make global.ts evaluate synchronously
-
docs: say
extnameincludes the period - fix(io/readers): use an array as a MultiReader constructor parameter to avoid Maximum call stack size exceeded
- feat(testing): Add behavior-driven development
- chore(ci): fix release script to have git credentials
- fix(log): Fix log formatter issue
-
feat(node/child_process): support
signalparameter forChildProcess.kill - chore(ci): smoother deno_std release
- fix(node/fs): Fix writing redundant data
denoland/manual
7 pull requests
denoland/deno
7 pull requests
- refactor: update runtime code for primordial check x in y
- chore: release fixes based on doing the v1.20.6 release
- feat(runtime): two-tier subprocess API
- chore: add info about DENO_FUTURE_CHECK env var to --help
- chore: use local copy of std in tools/bench/ scripts
- fix(test): Don't error on missing op details
- chore(ci): automatically include releases notes in release draft
denoland/dotland
5 pull requests
denolib/awesome-deno
2 pull requests
denoland/denobyexample
1 pull request
kt3k/frontmatter
1 pull request
denoland/deno_doc
1 pull request
tc39/proposal-decorators
1 pull request
Opened 5 issues in 1 repository
denoland/deno_std
5
open
-
test(snapshot): use
Deno.makeTempDirinstead of custom tmp directory - test(snapshot): do not commit wrong snapshot
- docs: give more detailed description/reasoning/alternative suggestions for the deprecation of fs.exists
- compat: add dgram.Socket
- node: wrap Listener.ref/unref call to avoid type error in stable