Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/denosaurs/deno_desktop

A secure JavaScript and TypeScript runtime
https://github.com/denosaurs/deno_desktop

Add Deno.realpath (#3404)

f88dc4e197f36842b13843dd88da3d74d67578e5 authored about 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
better error message for missing module (#3402)

658ec2aaf9c7e0d0b4ded4e97a3d89dc2fa25806 authored about 5 years ago by Bartek Iwańczuk <[email protected]>
refactor: Elevate DenoPermissions lock to top level (#3398)

bca23e64339f9b41272e4a01e4c1a86602e5c1e4 authored about 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Make private namespaces in lib.deno_runtime.d.ts more private (#3400)

9e97eb287954393615ec89d42e7ca5548ecb0881 authored about 5 years ago by Kitson Kelly <[email protected]>
remove tokio_util::block_on (#3388)

This PR removes tokio_util::block_on - refactored compiler and file
fetcher slightly so that w...

c6bb3d5a10ba8acceadcaa66050abcaefb7bc0bb authored about 5 years ago by Bartek Iwańczuk <[email protected]>
minor clean ups in TS compiler (#3394)

363b968bfcef26c30f84e485beec6194e5b1dd98 authored about 5 years ago by Bartek Iwańczuk <[email protected]>
feat: Support named exports on bundles. (#3352)

8d977d0117c2b61e6714cec9e4238f4ba0a56195 authored about 5 years ago by Kitson Kelly <[email protected]>
remove tokio_util::block_on from ops/workers.rs (#3381)

1912ed674097588adb7b83e7b78043b2168821f3 authored about 5 years ago by Bartek Iwańczuk <[email protected]>
std/node: add some Node.js polyfill to require() (#3382)

6708fcc38688b80d4e052f755f02efb09a2071d1 authored about 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
fix: use AF_INET6 in ./tools/http_server.py (#3374)

2ac107f54848e44144c0ee2bdbdfb40732e20b2b authored about 5 years ago by Bartek Iwańczuk <[email protected]>
feat(std/node) add CommonJS require (#3380)

e73a82dc42b3d80bea42482e227c31e5ef01e273 authored about 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
chore: improve examples (#3377)

e6fdb2628fdeeae0c7b06c25214b2edba96364dd authored about 5 years ago by Ry Dahl <[email protected]>
support load yaml/yml prettier config (#3370)

00aa409ff228a8fe6c73677012538844ce96a3ec authored about 5 years ago by 罗文 <[email protected]>
feat: op registration during calls (#3375)

b6b813cbfcf1a440a4a3b5eb10f55cfc85c4e3f3 authored about 5 years ago by Andy Finch <[email protected]>
chore: remove unneeded tokio deps (#3376)

f437521afb5df52fc9d4b7ee5664dacbf5881e3e authored about 5 years ago by Bartek Iwańczuk <[email protected]>
feat: std/node/process (#3368)

4ca624a355674babbeac093b9b631210ba2f983e authored about 5 years ago by Rafał Pocztarski <[email protected]>
feat: add --check for deno fmt (#3369)

542ec461c4f970727d5a7dabeaae27689efb88f3 authored about 5 years ago by 罗文 <[email protected]>
feat: Add std/encoding/yaml module (#3361)

5671d38d8f0176c2828a242a79a856fcfae93c3e authored about 5 years ago by Lilian Saget-Lethias <[email protected]>
fix deno_core_http_bench (#3364)

a2f5bccad7f73607dc4ec20bdb60c6c4ac8dc9e6 authored about 5 years ago by Bartek Iwańczuk <[email protected]>
refactor: fixes for futures (#3363)

After landing #3358 the benchmarks exploded indicating problems with workers and deno_core_http_...

f356b2bd5e3d46eaf4147a38a2f7c7e7c2824fbf authored about 5 years ago by Bartek Iwańczuk <[email protected]>
Use async to replace FutureExt in lib.rs (#3359)

2b3afda625c5818f01a45f52075ac04307224b30 authored about 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Use futures 0.3 API (#3358)

8f9a942cb911ed017eb128e9fbeb6f9a48e69601 authored about 5 years ago by Bartek Iwańczuk <[email protected]>
fmt: respect prettierrc and prettierignore (#3346)

cb00fd6e988184420f842b1e77ca4cf627d32773 authored about 5 years ago by 罗文 <[email protected]>
fix: std/datetime toIMF bug (#3357)

26bf928d28496920bb86934b06ac4342a0998597 authored about 5 years ago by Leo Chandra <[email protected]>
run std test with cargo test (#3344)

Removes three CI jobs

34ed16ed3a7dd5c33382c55df4a24313eb4038ec authored about 5 years ago by Bartek Iwańczuk <[email protected]>
Add wasm example to manual (#3353)

411f53f7bbff54ff8b16f4d4c0f6d2ef573926f1 authored about 5 years ago by Andy Hayden <[email protected]>
Fix remote .wasm import content type issue (#3351)

306ab015e8d5601764c7c505cd6bc90361cd4504 authored about 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
v0.24.0

0fffef8e5afed754358efc5b41d93549592cd941 authored about 5 years ago by Ryan Dahl <[email protected]>
fix: error handling in std/fs/walk() (#3318)

- Make assertThrows() return the Error
- Remove WalkOptions::onError()

79010384587f1c3474407ce72500cdbcc18e9792 authored about 5 years ago by Nayeem Rahman <[email protected]>
Turn on TS strict mode for deno_typescript (#3330)

4902a1cacb0348efde9ab342172f2706ac27e837 authored about 5 years ago by Ry Dahl <[email protected]>
refactor: per-worker resource table, take 2 (#3342)

- removes global `RESOURCE_TABLE` - resource tables are now created per `Worker`
in `State`
...

8b90b8e88325d28fe41d8312ea91417b6e66a12e authored about 5 years ago by Bartek Iwańczuk <[email protected]>
add RUST_BACKTRACE to ci

38ffe8886db104068af07cd5efe3d83f42da8ed6 authored about 5 years ago by Bartek Iwańczuk <[email protected]>
Loader: support .wasm imports (#3328)

* loader: support .wasm imports

* http_server: true

* Support named exports

* Clippy

4189cc1ab5493ab0aef48c06416c4d16f6806245 authored about 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Revert "refactor: per-worker resource table (#3306)"

This patch does not work with the recent bundler changes (#3325).
Unfortunately I didn't merge m...

fdf0ede2acd110ba04857d5674db19c908b3ff32 authored about 5 years ago by Ryan Dahl <[email protected]>
refactor: per-worker resource table (#3306)

- removes global `RESOURCE_TABLE` - resource tables are now created per `Worker`
in `State`
...

fd62379eafde6571f126df5650b80cfda9f74229 authored about 5 years ago by Bartek Iwańczuk <[email protected]>
Revert "tests: share http server between tests (#3336)"

This reverts commit dbf861f8a02f4a90ef68a4e2741b973becc53438.

af448e864c4ac7e2ec601a25d46f95861ff5ade0 authored about 5 years ago by Ryan Dahl <[email protected]>
Ignore some files that facilitate editors. (#3337)

Using an editor, such as VSCode, some of the plugins require some
files locally to provide a go...

9ffebd68eda7c815e50800d77f9e8673b6c39c48 authored about 5 years ago by Kitson Kelly <[email protected]>
tests: share http server between tests (#3336)

Re-enable flaky tests

dbf861f8a02f4a90ef68a4e2741b973becc53438 authored about 5 years ago by Bartek Iwańczuk <[email protected]>
Disable flaky tests lock_check_ok2 again (#3334)

Mistakenly re-enabled in #3275.

dab54578704b142b454dcd0cd44069209664c566 authored about 5 years ago by Ry Dahl <[email protected]>
Update to TypeScript 3.7 (#3275)

and update to prettier 1.19

Also, update `assert()` and remove not null assertions where poss...

9837d324a7c3f5e1c850dadabfd670edad4aa85b authored about 5 years ago by Kitson Kelly <[email protected]>
Disable flaky tests lock_check_ok2 and lock_check_err2 (#3331)

279191ad9447c66fe1278589a7be242d035bb68b authored about 5 years ago by Ry Dahl <[email protected]>
fmt: allow configuration of Prettier options (#3314)

80b137154880dc94a12f079ada14461ad849f720 authored about 5 years ago by 罗文 <[email protected]>
Make bundles fully standalone (#3325)

- Bundles are fully standalone. They now include the shared loader with
`deno_typescript`.
-...

8d03397293b388317299dfb0648b541a7005807d authored about 5 years ago by Kitson Kelly <[email protected]>
feat: std/node (#3319)

ee1b8dc883db1531d913f7b10a8d1160f3209d93 authored about 5 years ago by Vincent LE GOFF <[email protected]>
fix url parse bug (#3316)

0f33bf68859c162eb3d65ab53a7c71092585e1d1 authored about 5 years ago by 木杉 <[email protected]>
flags: bump deno_std to v0.23.0 (#3322)

7ba42ee4a6f73c66736d88d30dd9f9b72b6edfff authored about 5 years ago by 罗文 <[email protected]>
Add permissions.request (#3296)

31115067cd3156db1ead0dc0f11c78875840dc4f authored about 5 years ago by Yoshiya Hinosawa <[email protected]>
fix manual (#3313)

PS C:\Users\zhbnh> git config --global core.symlinks=true
error: invalid key: core.symlinks=true

b3baab6d1479abbfd2e534fe05f5e146c2d5b1a2 authored about 5 years ago by 木杉 <[email protected]>
refactor: worker is no longer a resource (#3290)

335e8bd33cd22891f12b58c4d9489d19c886ae4c authored about 5 years ago by Bartek Iwańczuk <[email protected]>
net: Check for closing status when iterating Listener (#3309)

std/http/server.ts: Use listener.next() instead of listener.accept()

d586f119fa588a590a4ba2b74c8c210de710e3e7 authored about 5 years ago by Nayeem Rahman <[email protected]>
upgrade: Prettier 1.19.1 (#3305)

9889a28008eb9da1793bb9987bafe0b4952dd90a authored about 5 years ago by 罗文 <[email protected]>
test: re-enable integration test 045 (#3300)

This test was improved in #3185.

54f23b7caa90a3f1962ad4ec6180d4ec31b9db07 authored about 5 years ago by Yoshiya Hinosawa <[email protected]>
disable flaky test

964b84091a7744eeac0fa785301aeb62855bf5f6 authored about 5 years ago by Ryan Dahl <[email protected]>
Add jsdoc for std/http/http_status.ts

The website documentation now supports enums
https://github.com/denoland/deno_website2/commit/6f...

97ceea49f5ab2fcc0e8afe69a92b167570347c24 authored about 5 years ago by Ryan Dahl <[email protected]>
Upgrade rust crates (#3292)

adab69bccca986bd7da93a84ca419bdd09587a06 authored about 5 years ago by Bert Belder <[email protected]>
refactor: move Child resource to ops/process.rs (#3291)

c57207e96a577b7f13514fecdde5c47c7a497405 authored about 5 years ago by Bartek Iwańczuk <[email protected]>
Rebase v8 changes in third_party

b3c0e1c3e8b4556fc5b45002cda1cc6918fffc51 authored about 5 years ago by Ryan Dahl <[email protected]>
upgrade: V8 8.0.192

508d728b5e27fd0c81669050869cf52c41538a87 authored about 5 years ago by Ryan Dahl <[email protected]>
disable flaky test

e1d1836854f36c357756f204b4b88ea41e08b251 authored about 5 years ago by Ryan Dahl <[email protected]>
upgrade: Rust 1.39.0 (#3286)

2cf0866ba3f4a32a180e0b02484ef1798216c6e1 authored about 5 years ago by Ry Dahl <[email protected]>
Fix jsdoc in std/http/server.ts (#3284)

709cb3c9ba0d968dc356861952a3c63129e57615 authored about 5 years ago by Ry Dahl <[email protected]>
refactor: remove cli::resources::Resource (#3285)

25c276055b3dfdcecd77d18a0c6ebfcee531442d authored about 5 years ago by Bartek Iwańczuk <[email protected]>
refactor: rewrite accept resources (#3271)

415d4c2e5236f6d8dfef8865b1665f144c39a019 authored about 5 years ago by Bartek Iwańczuk <[email protected]>
manual: add chocolatey install instructions (#3280)

f466ef97061ffed5baf1612a646accb2cda4b772 authored about 5 years ago by Ry Dahl <[email protected]>
Allow http server to take { hostname, port } argument (#3233)

ccc9f1ae5ea3d7ec858ff2eeab490aafaa089d36 authored about 5 years ago by Liam Perlaki <[email protected]>
Remove CoreResource::inspect_repr method (#3274)

Towards simplifying (or better removing entirely) the CoreResource
trait. Resources should be a...

5c1deac0cfe66ef27020aa0e863c16f3bc2afb50 authored about 5 years ago by Ry Dahl <[email protected]>
Exclude prebuilt from deno_src release (#3272)

92b8674162aff30a9552b1a07855b685d305830a authored about 5 years ago by Andy Hayden <[email protected]>
Disable flaky tests (#3270)

adc3467c9c703cb722ce3d5314a415c355855c9a authored about 5 years ago by Ry Dahl <[email protected]>
v0.23.0

a611788834e40153ef27c8f1d6b7fd52c8a016b1 authored about 5 years ago by Ryan Dahl <[email protected]>
Revert "reduce redundancies in the fetch code (#3249)" (#3264)

Max latency benchmark went to zero for deno_proxy.

This reverts commit 65e91796720ea68d69ac7f...

172619445291f6bc2fbb6e3349ae3c383af32969 authored about 5 years ago by Ry Dahl <[email protected]>
Remove tsconfig files - they are not part of build process (#3262)

c04ff22afe45cc7bb0cd51d1fb74f440570bad8f authored about 5 years ago by Ry Dahl <[email protected]>
std/http: add serveTLS and listenAndServeTLS (#3257)

0644f9c1a6fd85831dac459f50306781ac2b08e3 authored about 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Refactor Worker and ThreadSafeState (#3242)

* Split ThreadSafeState into State and GlobalState. State is a "local"
state belonging to "Wo...

0049d4e50c9dd945f25f69b08b08fbf492001f96 authored about 5 years ago by Bartek Iwańczuk <[email protected]>
Consolidates asserts#equal branches for keyed collections (Map/Set) and supports deep equality of Map keys (#3258)

429439d1983269ba40141a1b42f6ac809d1e8c86 authored about 5 years ago by James Wright <[email protected]>
feat: lockfiles (#3231)

Use --lock-write=lock.json or --lock-check=lock.json on the command
line.

86b3ac5108e2893091475a0318fcba6c14e19140 authored about 5 years ago by Ry Dahl <[email protected]>
reduce redundancies in the fetch code (#3249)

65e91796720ea68d69ac7f925a8f239aee8fb19e authored about 5 years ago by Nick Stott <[email protected]>
Upgrade github actions mac environment to macos-latest (#3250)

36d4256f1cb9b866c710b44b0e594e712566ac2a authored about 5 years ago by Kang Huaishuai <[email protected]>
Upgrade node_modules, change tagline, clean up root directory (#3247)

* Upgrade node_modules
* Simplify tagline
* Move gclient_config.py out of root
* Move package...

af61dbed874863db308f3a421ad142a7f106687a authored about 5 years ago by Ry Dahl <[email protected]>
cli: replace timer map with red-black tree (#3218)

This avoids a crash when the Deno process has been running for
2**32 ms (about 50 days). Additio...

9d6cbb73a8dcf63b24630129f47dc98d3cc735d5 authored about 5 years ago by Kevin (Kun) Kassimo Qian <[email protected]>
Adds custom inspect method for URL (#3241)

d7a5aed5114f3ffd27221ae97bc57f453410427e authored about 5 years ago by Sven Nicolai Viig <[email protected]>
Make EOF unique symbol (#3244)

4f8c9369744bfa4b1223cec916cb0e5b261831dc authored about 5 years ago by Yoshiya Hinosawa <[email protected]>
Support for deep `Map` equality with `asserts#equal` (#3236)

64957d92efdfbb8008e51c9d501b0d6754a777b7 authored about 5 years ago by James Wright <[email protected]>
Remove TTY tests - dead code (#3229)

8f571ef166d31f44378c1b6de5f4092fcccef732 authored about 5 years ago by Ry Dahl <[email protected]>
Use top-level await in jsdoc examples (#3239)

3c2399e437521122b66a2de735aebbb80a546148 authored about 5 years ago by Andy Hayden <[email protected]>
Rename Github Actions workflow (#3238)

14713adca5fe7dd4d7fceab2f802d9e91d8ac940 authored about 5 years ago by Ry Dahl <[email protected]>
fix race condition in test http server (#3237)

49e04fb240ce700a6871d6b490536a879afd99f5 authored about 5 years ago by Andy Hayden <[email protected]>
Update broken links (#3225)

0d41b10ade91039339173476848f7368b6dc0853 authored about 5 years ago by Joseph Sintum <[email protected]>
Move prebuilt binaries to third_party (#3227)

38f01f73a485def7cf5d391b18359db2b509782d authored about 5 years ago by Ry Dahl <[email protected]>
refactor: use core ResourceTable in cli (#3206)

a7992e77037353ee4c7d3d480dcbd907961087bd authored about 5 years ago by Bartek Iwańczuk <[email protected]>
Prevent customInspect error from crashing console (#3226)

2f0f236d5656fa2d89a8e1571d03c4bda5f10d38 authored about 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Use top-level for-await in various places (#3217)

f484776384ad7df35ab7626b7a673f3902a6cfaa authored about 5 years ago by Andy Hayden <[email protected]>
v0.22.0

71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d authored about 5 years ago by Ryan Dahl <[email protected]>
std: fix BufReader.readString to actually return Deno.EOF at end (#3191)

ff9df0c321eb56c7f89f5ccdaa301453f22f708e authored about 5 years ago by Robert Jack Will <[email protected]>
Upgrade V8 to 7.9.317.12 (#3208)

b273989446d62808f922280247604431d1d219cb authored about 5 years ago by Ry Dahl <[email protected]>
Re-enable basic stream support for fetch bodies (#3192)

* Add sd-streams from https://github.com/stardazed/sd-streams/blob/master/packages/streams/src/
...

65d9286203cf239f68c6015818e82e8521e600a1 authored about 5 years ago by Nick Stott <[email protected]>
Add CustomInspect for Headers (#3130)

Worth noting due to implementation of the Headers class the contents of headersMap have lowercas...

967c236fa5fb1e87e1b5ee788fe77d3a07361da1 authored about 5 years ago by Rory Malcolm <[email protected]>
Use web standard Permissions API (#3200)

efd7e78af3fc086dfdec51738905665d38d08eb4 authored about 5 years ago by Yoshiya Hinosawa <[email protected]>
chore: update contribution guide link (#3215)

2598f9c68d8983934c73c135c9d277b33c98e333 authored about 5 years ago by Trivikram Kamat <[email protected]>
feat: top-level-for-await (#3212)

aec5a646c9218a0a0da62cbcd1f28bc23c242540 authored about 5 years ago by Andy Hayden <[email protected]>
Update link to schematic diagram in manual (#3211)

51dd91a3ccfd9554bcf69b539f2f748da81c5b12 authored about 5 years ago by Nayeem Rahman <[email protected]>