Highlights
- 1 discussion answered
My 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
1,973 contributions in the last year
Less
More
Activity overview
Contribution activity
September 2021
Created 90 commits in 13 repositories
Created 7 repositories
- kt3k/browser-compat-data JavaScript
- kt3k/canvas_exercise TypeScript
- kt3k/dart-sass Dart
- kt3k/workers-rs Rust
- kt3k/gzip_size TypeScript
-
kt3k/pretty_bytes
TypeScript
•
Built by
- kt3k/eslint-exercise-no-literal-call JavaScript
Created a pull request in denoland/deno_std that received 2 comments
fix(node/buffer): fix toString with base64 encoding
This PR fixes toString method of Buffer of std/node.
Currently toString with base64 encoding always uses underlying array buffer (b.buffer) as the …
+17
−9
•
2
comments
Opened 11 other pull requests in 6 repositories
kt3k/packup
4
merged
denoland/deno
1
open
1
merged
denoland/deno_std
2
merged
denoland/dotland
1
merged
mdn/browser-compat-data
1
open
cloudflare/workers-rs
1
merged
Reviewed 64 pull requests in 8 repositories
denoland/deno_std
48 pull requests
-
chore(node/_util): Remove
anyfrom_util_callbackify.ts - chore(node/querystring): Add test case for escape
- fix(testing): Fix nested array matching for assertObjectMatch
-
feat(std/node/stream): add partial support for
stream/web - fix(node): Use denoflate to decompress Node test folder
- fix(std/node/module): treat .mjs files as ESM
- BREAKING(feat): remove ws module
- collections: Use function overloading
- docs(collections): replace console.assert with assertEquals
- docs(encoding): add hex docs
- docs(collections): add browser-compatibility comment
- fix (collections/maxWith,minWith): improve handling of arrays containing undefined
-
feat(std/node): add
ParsedUrlQueryto querystring - fix: use strict-ts44.tsconfig.json on release tests
- feat(testing/asserts): Add assertThrows() overload to receive error
- feat(io/streams): Propagate cancel in readableStreamFromIterable()
- docs: fix typo
- BREAKING(http): cookie headers as params
- docs (collections): Avoid using relative paths in import statements in code examples
-
feat (collections): add
runningReduce - fix (collections/includesValue): prevent enumerable prototype check
- chore: wrap examples in fenced code blocks
- feat(collection): add findSingle
- feat(collections): add sample
- fix doc for writerFromStreamWriter
- Some pull request reviews not shown.
denoland/deno
4 pull requests
denoland/dotland
3 pull requests
denoland/manual
3 pull requests
denolib/awesome-deno
2 pull requests
kt3k/packup
2 pull requests
kt3k/pretty_bytes
1 pull request
denoland/doc_website
1 pull request
Created an issue in denoland/deno_std that received 8 comments
Should findSingle has the default predicate?
findSingle in collections module has the default selector predicate of (_) => true. Does this make sense? What's the use case?
context of this disc…
8
comments
