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

feat: add ensureSymlink/ensureSymlinkSync for fs modules (denoland/deno_std#268)

Original: https://github.com/denoland/deno_std/commit/8d1b01cfcfc9836f8d167f0f385f68d5c0799b86

f1469380abfe947324a78b802806a28ffc138190 authored over 5 years ago by Axetroy <[email protected]>
Fix flaky tests (#2164)

8ba6e4fa137059a77ceed88de937bbb6c5276c45 authored over 5 years ago by Ryan Dahl <[email protected]>
Fixes #2033, shared queue push bug (#2158)

961f87e1c5d0cbe312a02997123e65fc315afb06 authored over 5 years ago by Ryan Dahl <[email protected]>
Refactor CLI entry point (#2157)

Changes "deno --types" to "deno types"
and "deno --prefetch" to "deno prefetch"

cd19da62d9efe37566fdeff16e37ed066edd3e3a authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Fix link to http_bench example in core README (#2167)

c08075053f16e8c799c2132373a2deb6e896a9e9 authored over 5 years ago by Matt Harrison <[email protected]>
Docs: Added missing example in flags module - README.md (denoland/deno_std#348)

Original: https://github.com/denoland/deno_std/commit/289e1b110db44aedc3a6baf74feb015320399d1e

14e74b209574aa599f730ae82d8393b41ac01476 authored over 5 years ago by Narendra Kamath G <[email protected]>
docs: improve clarity of the text (#2165)

df8fb6070981d80f05e9a5f97e9c61bce09d3fe2 authored over 5 years ago by Daniel Schildt <[email protected]>
fix typo in permissions explanation (#2162)

648d2f3ba8e4677ce2e9440e05a165927e982f05 authored over 5 years ago by Jonathon Orsi <[email protected]>
Exclude .png files from git auto-EOL (#2161)

Fix #1995 for users with the old git version

8dc8f227603831513b2d4afc62261908665e6a2f authored over 5 years ago by Maxim Mazurok <[email protected]>
Make Deno/Deno.core not deletable/writable (#2153)

c8db224efed08d7722c9951cde048d731db050d3 authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
v0.3.8

0796a8f2f75005df95ef6115a4bdf6dd66e58dc3 authored over 5 years ago by Ryan Dahl <[email protected]>
fix ts warning for http/server_test.ts (denoland/deno_std#342)

Original: https://github.com/denoland/deno_std/commit/f7ff14b6fd580271a8e58ca5f7cc33d72929de30

b06230027050c0bc797a5d47a5894dc53e25c8f5 authored over 5 years ago by Axetroy <[email protected]>
core: test Modules::deps and handle error cases better (#2141)

5e5c8553e70cfd092cb5ce8a1c77a29fbba770bf authored over 5 years ago by Ryan Dahl <[email protected]>
Improve test slow_never_ready_modules (#2145)

e026320c73fa419b852f00e79e0c602c622d92c3 authored over 5 years ago by Ryan Dahl <[email protected]>
avoid prototype builtin hasOwnProperty (#2144)

d0cd7a39a2d05343c5501dc286bb59096659654f authored over 5 years ago by 迷渡 <[email protected]>
chore: update eslint plugin (#2146)

2be7e4440339f616a37b9535cc38936f80efc0e1 authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
Fix redirects under async load (#2133)

afabb3f833c80af380432193881769b8a6c1c88d authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
benchmarks: improve syscall and thread count (#2140)

f03280ead1bec16b2c0c33fb980e2db7f58a5933 authored over 5 years ago by Ryan Dahl <[email protected]>
Fix flaky tests (#2139)

1a69df4a051b9407ab341a82d65d4355f77ad16b authored over 5 years ago by Ryan Dahl <[email protected]>
benchmarks: fix max_memory and clean up (#2137)

f20b05af24a5e1308e240f2c9af0fa75eefb131f authored over 5 years ago by Ryan Dahl <[email protected]>
Fix clippy warnings

8477daa8b970ae8ef042a5242aee705003b63fc1 authored over 5 years ago by Bert Belder <[email protected]>
Add cli dependency on tokio-rustls

90c2b10f47ab123f0ea7d71f3eeb3ee9172f7000 authored over 5 years ago by Bert Belder <[email protected]>
Move deno_core_http_bench into examples dir (#2127)

79a974229ad533bc8880a5ce067b4310002c9572 authored over 5 years ago by Ryan Dahl <[email protected]>
core: make Isolate use FuturesUnordered to track ops

Additionally, instead of polling ops in a loop until none of them are
ready, the isolate will no...

7807afa97274d3b0645d70475fecb37f5dc8ba14 authored over 5 years ago by Bert Belder <[email protected]>
core: run isolate tests within a task

This change is made in preparation for using FuturesUnordered to track
futures that are spawned ...

dd595220abed9e4f9dd88e14110eb67f4f5e77be authored over 5 years ago by Bert Belder <[email protected]>
core/http_bench: support -D flag to enable logging

2719631038918577c66db2558bbba457c8f4cfd9 authored over 5 years ago by Bert Belder <[email protected]>
Implement async module loading in CLI (#2084)

1bfb44336914a775cd01120165517394d30aec23 authored over 5 years ago by Ryan Dahl <[email protected]>
Add max memory benchmark (#2061)

0c463582206881b6461742633a67f51632db614e authored over 5 years ago by Dmitry Sharshakov <[email protected]>
third_party: upgrade rust crates

97f0fe7437ad4277afbdabf6cac214a40b637cd1 authored over 5 years ago by Bert Belder <[email protected]>
Small fixes in manual.md (#2118)

9cb959ec95fed60f4a5e54fd09a0506fbbe4d9c9 authored over 5 years ago by JaePil Jung <[email protected]>
third_party: fix bug in hyper latency patch

3bea62dd0e05d2081750ef2371c072b18a4bb69f authored over 5 years ago by Bert Belder <[email protected]>
add writeFileStr and update documentation (denoland/deno_std#340)

Original: https://github.com/denoland/deno_std/commit/191e53a78bfc96d32df6d01affa90f938b92e6e5

73368006586164e92089f639c61db9c0735586a6 authored over 5 years ago by Axetroy <[email protected]>
third_party: patch hyper to reduce worst-case response latency

64fb86c0cf6190d72096e58b71eca03ee10b6ed4 authored over 5 years ago by Bert Belder <[email protected]>
Fix silent error, add custom panic handler (#2098)

This is to work around Tokio's panic recovery feature.
Ref https://github.com/tokio-rs/tokio/is...

c7e1f8fabdc87d3622fd94769c57197d5dfecad3 authored over 5 years ago by Ryan Dahl <[email protected]>
Fix eslint warnings and small clean ups (denoland/deno_std#339)

Original: https://github.com/denoland/deno_std/commit/95ab4e2a3c8ac5fd7a1175567848ba7c2161b9e3

d2d5b6ac8e25bc2046b1960b9a1d22e219299cb9 authored over 5 years ago by Vincent LE GOFF <[email protected]>
docs: add a pixelated animation logo (#2110)

b413cd5afd6b74b3e50bf6dbb5972ea7df9f34fd authored over 5 years ago by tanakaworld <[email protected]>
Upgrade deno_std (#2111)

a51e78215547f5b10498041a1c58b5fa29c22cbe authored over 5 years ago by Ryan Dahl <[email protected]>
doc: Add missing documentation (denoland/deno_std#336)

Original: https://github.com/denoland/deno_std/commit/4d25cc1e355e19a6534f403587b84ba9d67652f5

fcb8e6762618965123200fe945ebc2f69e6b3cdd authored over 5 years ago by Vincent LE GOFF <[email protected]>
Added read file str (denoland/deno_std#276)

Original: https://github.com/denoland/deno_std/commit/b462ad253042c13c95d9b9b205920a17a12dae28

99cedf40e7ce4ef0f1d53e759f3abee03347e313 authored over 5 years ago by Vincent LE GOFF <[email protected]>
EOL add mixed detection (denoland/deno_std#325)

Original: https://github.com/denoland/deno_std/commit/bb92c44c648844ba6fe0e1e038c87da2716f618b

0c877a1283e1b36e6de61b7e345afae5e7f4981c authored over 5 years ago by Vincent LE GOFF <[email protected]>
Enforce HTTP/1.1 pipeline response order (denoland/deno_std#331)

Original: https://github.com/denoland/deno_std/commit/144ef0e08d589fad2ca19eb4ef1ea20f1749bb5c

236cedc7cba21132a2280c86ae4cf44c057ab5d8 authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
fix absolute path resolution from remote (#2109)

635ad2a18ecd26690e611f54062ae899fe307f96 authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
Add deno eval subcommand (#2102)

591b5e4a7dfc1c3537c7a2c7091ebe3890271780 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
better wait for removed_from_resource_table_on_close test (#2104)

d3bd5879c3b1a26cc09a5374bf2b5ee63071fe29 authored over 5 years ago by andy finch <[email protected]>
fix: re-expose DomFile (#2100)

e0edcc9c1b025c2b02eb5b50ae7a86089d1c4d61 authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
Update `deno -h` output in manual (#2099)

ea1b0519f58887f0019ead942bf3de4490e7bc11 authored over 5 years ago by 迷渡 <[email protected]>
v0.3.7

8584d80cfd26111825af5a69fc6ae4c367ad0700 authored over 5 years ago by Ryan Dahl <[email protected]>
Improve op dispatch (#2088)

960ee5257a7b38c6b3b59a3dca670c7c1771996f authored over 5 years ago by andy finch <[email protected]>
fix --v8-options (#2093)

1034d9723db59b6b7354d6d9804735ebe333d4a1 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Silence clippy warnings and format source code

4ffe1612ff71c324fb0f0c23e1f92e9fa2d5473c authored over 5 years ago by Bert Belder <[email protected]>
Use correct type for `source_bytes` when buiding in check-only mode

fe2f3ba88949b467b14f76422400105c4dd52a79 authored over 5 years ago by Bert Belder <[email protected]>
upgrade deno_std & add workaround prettier issue (#2087)

5a3f3a744559ef60a2367aaf0ded704713909112 authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
core: Rename Behavior to Dispatch (#2082)

And rename IsolateState to ThreadSafeState.

Also make ThreadSafeState directly implement Disp...

d2579f45641b437974829c87d58c2a362ef66919 authored over 5 years ago by Ryan Dahl <[email protected]>
Fix denoland/denodenoland/deno_std#2064 (denoland/deno_std#328)

Original: https://github.com/denoland/deno_std/commit/2c119627dc8fa96df9b45102e019115becb94558

733fbfd555a2db3365ac8ce19bc11e4a97fcfd47 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
core: poll ops round robin

Also use a VecDeque to store pending ops to avoid exponential time complexity
when removing comp...

e43da28b28c8b1ed97da603ec0e6bf91fbb67798 authored over 5 years ago by Bert Belder <[email protected]>
Merge Worker and Isolate types (#2078)

Reduces generics.

2debbdacb935cfe1eb7bb8d1f40a5063b339d90b authored over 5 years ago by Ryan Dahl <[email protected]>
Allow high precision performance.now() (#1977)

734cf781c6e606a8a836863a391c94cf4fad22d7 authored over 5 years ago by Vincent LE GOFF <[email protected]>
core: snapshot improvements (#2052)

* Moves how snapshots are supplied to the Isolate. Previously they were
given by Behavior::st...

f7fdb90fd51e340ea598c055bb3573d3cdfbdaa8 authored over 5 years ago by Ryan Dahl <[email protected]>
feat: add entry point file for fs modules (denoland/deno_std#272)

Original: https://github.com/denoland/deno_std/commit/290cbcb9dafe8e1ff45f6de406f5d511144b145c

b99f8375b2d3abe6779e7c2c666a88b94d6d7bff authored over 5 years ago by Axetroy <[email protected]>
fix `console instanceof Console` (#2073)

cdb72afd8d91978573f0fa897844aee853983b44 authored over 5 years ago by 迷渡 <[email protected]>
Add link/linkSync fs call for hardlinks (#2074)

1746a3ac69c880b76d4320b701e68a385e37900d authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Use -O3 instead of -O (#2070)

As recommended in
https://www.reddit.com/r/rust/comments/balb45/why_is_hypers_max_latency_so_hi...

4232c89c9eb18b32a6e87bfbb46c8d5862f52fb3 authored over 5 years ago by Ryan Dahl <[email protected]>
use flatbuffer create functions to add fields (#2046)

3452a10840ef47bb5546969ebe776289c7b095f1 authored over 5 years ago by Jonathon Orsi <[email protected]>
refactor: update for flag change in the next version (denoland/deno_std#327)

Original: https://github.com/denoland/deno_std/commit/b6c7291181348fa2b2ca2f415875c864ad05824d

985386228b608c1a4d05e4a597ce3f03c6a696a0 authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
Flags clean up: DenoFlags::from (#2068)

86aee7f13751bd4707f6c2fe367be2359fde84b2 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Fix unit_tests.py (#2065)

They were silently broken in 780e72 due to flag reordering. This commit
also includes a new ass...

39954739252fb5b77ba81b1e52d4bb9d16092c31 authored over 5 years ago by Ryan Dahl <[email protected]>
Fix typo in manual.md (#2066)

3324afbd404a4237f0339e50a345a5f20c4ea7dd authored over 5 years ago by Gxyz <[email protected]>
Added EOL detect / format (denoland/deno_std#289)

Original: https://github.com/denoland/deno_std/commit/1d53fb4d794ac69dc1069ed99a5b531f7e490a83

955a9bc13e0a418060bcf43c4c98438bb94a9c11 authored over 5 years ago by Vincent LE GOFF <[email protected]>
fix: ensure exists file/dir must be the same type or it will throw error (denoland/deno_std#294)

Original: https://github.com/denoland/deno_std/commit/24f41f67bdbc9f426e3f9f03598a1010748d8200

d6f808958f414315a09b3429cf0c4b5c258f1012 authored over 5 years ago by Axetroy <[email protected]>
Remove `await` from respond in http_bench.ts (denoland/deno_std#324)

Original: https://github.com/denoland/deno_std/commit/1ea76ca797fbf8c93cff952ece42e7c53764b820

9d1e24b67baf59d1d8b9bd1eb2a6c4135c6e7ca4 authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Refactor CLI flag parsing (#2025)

780e72ab6a092a6a7174c30bf4163857770d2ad0 authored almost 6 years ago by Bartek Iwańczuk <[email protected]>
Bump CI to v0.3.6 (denoland/deno_std#323)

Original: https://github.com/denoland/deno_std/commit/2b6222be9a9336ade8b044d39652ecaf0311f7cc

d9d77803e50ebeafbca9d29dae40b96150ecb0dd authored almost 6 years ago by Ryan Dahl <[email protected]>
Test TCP_NODELAY in hyper_hello (#2060)

cb11bbd8396fc3f6607481d50a4c82db0bfeffb7 authored almost 6 years ago by Ryan Dahl <[email protected]>
Fix tools/docs.py (#2055)

9e890c260b8fcd58cd6673b65931f0e606e1d5dc authored almost 6 years ago by Ryan Dahl <[email protected]>
Add worker benchmarks (#2059)

7a3df0a18465ceebe43f3183daa2f9397c4e5ebb authored almost 6 years ago by andy finch <[email protected]>
fix usage code syntax error (denoland/deno_std#318)

Original: https://github.com/denoland/deno_std/commit/7f4dae109e792c8a78da801964243f1bfa053921

06ec68d6f4df7c661a91595a3c720ca1c2e42743 authored almost 6 years ago by 迷渡 <[email protected]>
toml: add Stringify feature (denoland/deno_std#319)

Original: https://github.com/denoland/deno_std/commit/1e589b95532fd3575b81df65a2a99f7004f8ea1b

ae9148752ca1ec8dbbfd121dabc44c724bd8f7fd authored almost 6 years ago by Vincent LE GOFF <[email protected]>
fix v0.3.6 date error (#2051)

031411b449b1990241c0ff0565e01e60f30b769a authored almost 6 years ago by wangtxxl <[email protected]>
add compile_async (#2053)

07f0d077c749f2cbefcc8c1c394c6a63d588b0cf authored almost 6 years ago by andy finch <[email protected]>
v0.3.6

744e56cb58f90acde7baf8811676021fb55b2f2a authored almost 6 years ago by Ryan Dahl <[email protected]>
Improve docs in core (#2049)

0a26230a8753c7bb4b0f318fb12af0b219337446 authored almost 6 years ago by Ryan Dahl <[email protected]>
TOML: Full support of inline table (denoland/deno_std#320)

Original: https://github.com/denoland/deno_std/commit/d16072a33439749f2e12ed85954c7721161db8cc

f8f561135016d23c0bb4ee75b6d6e54eda9daed8 authored almost 6 years ago by Vincent LE GOFF <[email protected]>
Fixing jsdoc example padding (denoland/deno_std#322)

Original: https://github.com/denoland/deno_std/commit/a0ff487a125254b02fb01126883f7d7798716200

0ff0ba2b32113e4aa18fe9f35e0f9068cce3ba08 authored almost 6 years ago by Vincent LE GOFF <[email protected]>
fix code bug in jsdocs (#2048)

4520e5812e112dfb219f8eb6051ed8576141165a authored almost 6 years ago by 迷渡 <[email protected]>
Non-fatal compile_sync failures (#2039)

And model worker resources as Stream

0e7311e1717edd312d371148f331fb558d9bcc4b authored almost 6 years ago by andy finch <[email protected]>
fix JSDoc (#2043)

8c8576619852ee8b8095ca735f6d517a7e707e79 authored almost 6 years ago by 迷渡 <[email protected]>
fix toString for some web objects (#2040)

bb617d24781d7c1e67e8e825cc07faba9a5df075 authored almost 6 years ago by 迷渡 <[email protected]>
fix console.log when error has been caught (#2041)

5f97c041d9115c480e3b9f428cfee27b109b3883 authored almost 6 years ago by 迷渡 <[email protected]>
web-compatibility console (#2042)

6463a75b44a4f7aad6ffe04d0c5ae073fb5ca137 authored almost 6 years ago by 迷渡 <[email protected]>
Refactor deno_core::RecursiveLoad to be more idiomatic (#2034)

917e68f30f25c22a87d0f8b8a2f39d27bc8ca906 authored almost 6 years ago by Bert Belder <[email protected]>
Add deno_core::RecursiveLoad for async module loading (#2034)

2b0f553e2e1b83ed8ff605f2ea25e2c31bb4c889 authored almost 6 years ago by Ryan Dahl <[email protected]>
cli: refactor compile_sync() for readability

5f1e42f8ac3a051e83908dcdd0c1f9735b32a79a authored almost 6 years ago by Bert Belder <[email protected]>
Clippy fixes

b735155712b944004ac87ba5d3be7a9baccbf53e authored almost 6 years ago by Bert Belder <[email protected]>
Fix missing return type (#2038)

efbe44eb33bb8d19a68bc1a0889c4f2780894184 authored almost 6 years ago by JaePil Jung <[email protected]>
Follow redirect location as new referrers for nested module imports (#2031)

Fixes #1742
Fixes #2021

534b8d30219a605c82bac706bc5429d44ae53c32 authored almost 6 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
add scoop in the install (#2035)

e44084c90dec8cafbc66d4e485ff24479c56ec2e authored almost 6 years ago by Vincent LE GOFF <[email protected]>
Add web worker JS API (#1993)

* Refactored the way worker polling is scheduled and errors are handled.
* Share the worker fut...

b0a23beb8fae964be3cdd8c23c38af66257d34c7 authored almost 6 years ago by andy finch <[email protected]>
Improve new TextDecoder().toString() (#2032)

659acadf77fdbeef8579a37839a464feb408437a authored almost 6 years ago by 迷渡 <[email protected]>
Upgrade to TypeScript 3.4.1 (#2027)

ada5ffa610d2b5400b612917b35d91b98bee2309 authored almost 6 years ago by Kitson Kelly <[email protected]>
Update `deno -h` output in manual (#2030)

c855d0edd2ef5098b806ac6368eb7b0a85d0d0c9 authored almost 6 years ago by 迷渡 <[email protected]>