Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up- New York City
- Sign in to view email
- http://tinyclouds.org/
Popular repositories
3,611 contributions in the last year
Activity overview
Contribution activity
June 2020
Created a pull request in denoland/deno that received 4 comments
test: add std_lint test
cargo test std_lint
Problem: no way to disabling no-explicit-any on next line while supporting both eslint and deno-lint
+70
−30
•
4
comments
- Fix DENO_DIR docs
- Revert "feat: add Deno.osName() (#5714)"
- Fix udp BorrowMutError
- Increase visibly of CoC
- Fix StringReader implementation
- v1.1 rebased
- Revert "fix: Use # to denote line number in stack traces"
- Add failing es_snapshot test
- Revert "feat: format deno bundle output (#5139)"
- v1.0.5
- Upgrade rusty_v8
- Remove dead code
- Fix dynamic import BorrowMutError
- Fix REPL BorrowMutError panic
- Remove unused check-only feature
- clean up create_main_worker
- upgrade: crates
- Move to allowlist and blocklist
- refactor(cli/ops/net): rename op_receive, op_send and op_send return byteLength that sent
- Fix assertEqual so that it handles URL objects
- added tests for static methods of Buffer class
- Doc: Node buffer is now supported
- refactor: Don't destructure the Deno namespace
- fix(std/io): BufWriter/StringWriter bug
- v1.1.0
- feat(cli/js/testing): Add TestDefinition::only
- document '-' filename
- Add port option to file_server.ts example
- feat(lint): add --rules flag
- Fix incorrect assumption truncate tests
- feature: inline and deferred statement resolution logging
- docs(lint): add entry in manual
- update: deno lint to v0.1.10
- Adding all single byte encodings to Text Decoder (#6076)
- added osType() function
- URL support for Deno filesystem methods
- Remove control slice from ops
- Fix WebAssembly runtime error propagation
- allow reading the entry file from stdin
- feat(cli): Add `Deno.mainModule`
- fixed double prompt in manual
- deno_typescript docs: fix typo
- Some pull request reviews not shown.
- Fix typo on `deno.land/x`
- Change random thirdparty module filtering
- feat: Add debouncing in search input for deno/x/
- fix(#1047): decode uri
- add makehelp
- Add `thai-baht-text` to database.json
- Minecraft Manager Package Added
- add often/rua to the db
- add telegram
- Added Appwrite SDK to database.json
- Add deno-riot
Created an issue in denoland/deno_lint that received 5 comments
rule suggestion: use arrow syntax for non-top-level functions
There's a lot of code like this in Deno:
Deno.test("foo", function () { /* ... */ });
It would be nice to have a rule to suggest to use arrow synt…
5
comments