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

Check file changes during test (denoland/deno_std#476)

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

21684c679bf64c4e17bdab03d10ac12cdca56b3c authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
Fix typo (#2443)

bbc8de0c7a6a086ea7b0b79c6f5b005f9f374a7d authored over 5 years ago by Gurwinder S <[email protected]>
Upgrade TypeScript to 3.5.1 (#2437)

d438a6d259f79d1dd98d50ada01debbe24ca5a29 authored over 5 years ago by Kitson Kelly <[email protected]>
fmt: add --stdout option (#2439)

79f770b178da2d74f10eaa5668b3c3521ab6bb59 authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
chore: make CI config DRY (denoland/deno_std#470)

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

e729d442fb904ac3db41da03874c7e5277547e52 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
use body when Request instance is passed to fetch (fixes #2433) (#2435)

652be19041246d762ac5a1fa0b7fcddecb1ffd5d authored over 5 years ago by Kurt Mackey <[email protected]>
fix typos (denoland/deno_std#469)

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

35cb4d0d136d69a0427f3a1ae5c41bb0015891f0 authored over 5 years ago by Xin Du (Clark) <[email protected]>
io: make port BufReader.readByte() return `number | EOF`

Original: https://github.com/denoland/deno_std/commit/679b2030534c01b8938b34066b127119614eb2d5

94816457e4599ff32237120bc1e69b875d5c3038 authored over 5 years ago by Bert Belder <[email protected]>
chore: refactor python tests to use unittest (#2414)

Move every test to a method on DenoTestCase.
test.py is a single TestSuite of every TestCase.
...

8fb44eba5bb9862de5fcc6c785eb6f21ecbd0aea authored over 5 years ago by Andy Hayden <[email protected]>
third_party: upgrade rust crates

1540b36ce7a4740f4a87c564becca65ed8d97255 authored over 5 years ago by Bert Belder <[email protected]>
tools/third_party: add DENO_GN_PATH and DENO_NINJA_PATH env vars

15dadf812c95c3dd2b93b1ba41ef488baeeac0c1 authored over 5 years ago by Christian Moritz <[email protected]>
tools/setup: don't download sccache if --no-binary-download is passed

0e780e894854cada1244aa3f465c226593187edc authored over 5 years ago by Christian Moritz <[email protected]>
ws: Add sec-websocket-version to handshake header (denoland/deno_std#468)

Original: https://github.com/denoland/deno_std/commit/40f55da9cff4b9589f07785db55f2eab01c4f09a

aacf92eb11d64b2de39e6291b6352b10dde143e3 authored over 5 years ago by hashrock <[email protected]>
encoding: add csv parse (denoland/deno_std#458)

Original: https://github.com/denoland/deno_std/commit/167f5298983000e9aa9da560e566df6237f03f67

2487c455472d00880dfca82d0178bf299bdfec48 authored over 5 years ago by Vincent LE GOFF <[email protected]>
deactivate flaky copy assertion (denoland/deno_std#467)

Original: https://github.com/denoland/deno_std/commit/9b72d580caba21269bf15b58a241d71c040a0aeb

a0ce25e606a7da5f16b4e949182988cb3fea7ed3 authored over 5 years ago by Vincent LE GOFF <[email protected]>
chore: Implement strict mode (denoland/deno_std#453)

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

50a79584cb12129b3db1ef3e0eb9d0c8b9f20b62 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
bump std/[email protected] to std/[email protected] (#2425)

4c80394f54bf68e8e961fbc6275cd536717bc7f6 authored over 5 years ago by Axetroy <[email protected]>
ci: use deno v0.7.0 (denoland/deno_std#464)

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

80b3c486f6222f65b52eb2eca903b67312e8ce0c authored over 5 years ago by Ryan Dahl <[email protected]>
v0.7.0

5265bd7cb1f86af99b01d73c537d52a50df95fe2 authored over 5 years ago by Ryan Dahl <[email protected]>
http: add rfc7230 handling (denoland/deno_std#451)

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

c8ac9a0f58dcb35b0c1dd8d8ba3d508014b291dc authored over 5 years ago by Vincent LE GOFF <[email protected]>
io: refactor BufReader/Writer interfaces to be more idiomatic (denoland/deno_std#444)

Thanks Vincent Le Goff (@zekth) for porting over the CSV reader
implementation.

Fixes: denoland...

b95f79d74cbcf3492abd95d4c90839e32f51399f authored over 5 years ago by Bert Belder <[email protected]>
TS compiler refactor

* Compiler no longer has its own Tokio runtime. Compiler handles one
message and then exits.

...

856c44213b7faf507d4b481cfc170b2fd08f971a authored over 5 years ago by Ryan Dahl <[email protected]>
Correct tokio_util::block_on() and op_fetch_module_meta_data

op_fetch_module_meta_data is an op that is used by the TypeScript
compiler. TypeScript requires ...

53b6356ec5eac1c84610c2d2e75b527485c47f3c authored over 5 years ago by Ryan Dahl <[email protected]>
Change tools/fmt_test.py to always download prettier

This is to ensure a more fair test. Also we were already downloading
from the internet since we ...

64d2b7bc90cf6fdba661d6d3fe243fe332c076ee authored over 5 years ago by Ryan Dahl <[email protected]>
add "run" to file server alias (denoland/deno_std#460)

Original: https://github.com/denoland/deno_std/commit/4078e9b24da35764403b930da6b0dac6a950d324

5b37b560fb047e1df6e6f68fcbaece922637a93c authored over 5 years ago by Bardia Rastin <[email protected]>
Add 'brew install deno' to homepage (#2412)

3c355c2b3296cb930c37de44634b479cd7230ed6 authored over 5 years ago by Ryan Dahl <[email protected]>
chore: Port Python tests to unittest (#2408)

824542e61e1dbef09ca9388deca0c595a3e3e1df authored over 5 years ago by Bartek Iwańczuk <[email protected]>
add EventTarget implementation (#2377)

9fd4096235a308a0d405888ef808d6c665bef355 authored over 5 years ago by Adam Conrad <[email protected]>
rename strings/strings.ts to strings/mod.ts (denoland/deno_std#449)

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

ad3de86604f6bae352e06ef9154e371f4d5d1860 authored over 5 years ago by Axetroy <[email protected]>
add module and line no for Rust logger (#2409)

73ac5f89f022a3965c68705cef284386a9365419 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
http: add ParseHTTPVersion (denoland/deno_std#452)

Original: https://github.com/denoland/deno_std/commit/438178541e4d713c441daec7c783c745244d4d14

8d94f70bef6e44d0a0ddb6f8410a35d95a34139a authored over 5 years ago by Vincent LE GOFF <[email protected]>
Prettier: support for specified files and glob mode (denoland/deno_std#438)

Original: https://github.com/denoland/deno_std/commit/1083db10ed64647db70e23aff8cebc1022582f00

74498f1e0c586eaa9b81809a2fedd22038d3e53d authored over 5 years ago by Axetroy <[email protected]>
Add brew install deno to manual (#2407)

62c377fc19ac49138da5c3b3ee3b9d3854a44474 authored over 5 years ago by Andy Hayden <[email protected]>
Add encoding/csv (denoland/deno_std#432)

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

aed65ff3335b1da49c69e33746240e66d301fe41 authored over 5 years ago by Vincent LE GOFF <[email protected]>
rename bytes/bytes.ts to bytes/mod.ts

Original: https://github.com/denoland/deno_std/commit/015cf3e02d5809bf5ba473201183a26e08837c56

31db7c4dbafc3d5d4d4ad7629c658a1361c24d31 authored over 5 years ago by axetroy <[email protected]>
remove function prefix of bytes module

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

c6505c5de6cb39b8134003658dfff43098f2993f authored over 5 years ago by axetroy <[email protected]>
Enable bytes tests and add bytesRepeat (denoland/deno_std#446)

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

4ab0e0e9187c77244ddff11c389e0b39bda8fe4d authored over 5 years ago by Axetroy <[email protected]>
typo (#2366)

86684799c4b98a61c5845a7ef1d2e743b0e4851e authored over 5 years ago by ztplz <[email protected]>
Remove prefix $ and > from manual (#2404)

ccdab617081b8f12e6c4a498ef4b387f8c5cc772 authored over 5 years ago by Steven <[email protected]>
re-fix permissions for dial and listen (#2400)

Closes #2397

1105982586d9554a5e7bf54fd4dc25c8724cd130 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Improve CLI help (#2388)

f92af3576afe9567d829aed3cf78836cb587c944 authored over 5 years ago by Ryan Dahl <[email protected]>
TOML: Move to encoding dir (denoland/deno_std#435)

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

0803912c7fe5f034914e3c63347d5b6a4d2f23c8 authored over 5 years ago by Vincent LE GOFF <[email protected]>
Fix concurrent accepts (#2403)

583a646be7764a686b757418f31ab4d8e0e6a17a authored over 5 years ago by Ryan Dahl <[email protected]>
Rename --allow-high-precision to --allow-hrtime (#2398)

2952fb5405eabbb9e603e90fe2e972e9bddfcadd authored over 5 years ago by Ryan Dahl <[email protected]>
Fix http README examples (denoland/deno_std#440)

Some cosmetic fixes to the provided examples in the http README:
- Ensure they're all actually ...

73f7be6ae0963548251b720465ea19802015901a authored over 5 years ago by Stoyan Dimkov <[email protected]>
http: fix content-length checking (denoland/deno_std#437)

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

632fbd7734e4c0662a1673b537def5fe474dece2 authored over 5 years ago by Vincent LE GOFF <[email protected]>
Fix examples in manual (#2396)

1386b6ead586da15d0285941f2d980acc1d75eee authored over 5 years ago by champ <[email protected]>
Added isGlob function (denoland/deno_std#433)

Original: https://github.com/denoland/deno_std/commit/94dcb2779be16530bb6ec9ce7218c89fbbf50c59

b7082f1640ec71b71bb3ec24d9d5a63d2173605c authored over 5 years ago by Shubhadeep Das <[email protected]>
Revert "Fix permissions for dial and listen (#2373)"

This reverts commit 7219787894f13b1920b3b6b49203cdcb8f672c00.

7d03a63dedac6c0509655248107dcfb8b3142442 authored over 5 years ago by Bert Belder <[email protected]>
http: send an empty response body if none is provided (denoland/deno_std#429)

Fixes: denoland/deno_std#402

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

a4346a3ac947f3599a15aaa71666705066407e3a authored over 5 years ago by Aurélien Bertron <[email protected]>
http: make server handle bad client requests properly (denoland/deno_std#419)

Original: https://github.com/denoland/deno_std/commit/7620fe1a82ba5694e17d51133d94230b06d1517a

3cfc1244d8747a869fb370de2d057523852fbea9 authored over 5 years ago by Vincent LE GOFF <[email protected]>
fix(fileserver): wrong url href of displayed files (denoland/deno_std#426)

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

e2debab359f2e07b6a784fbc50df31e39a4cba29 authored over 5 years ago by Yuqing Chen <[email protected]>
http: delete conn parameter in readRequest (denoland/deno_std#430)

To bring it inline with Go API
Original: https://github.com/denoland/deno_std/commit/209183e2481...

de713ea871aee8effdafd7e976f6d409eb52efac authored over 5 years ago by Vincent LE GOFF <[email protected]>
Use tagged version of prettier in CLI (#2387)

880265275fd49b1dad9a5643e2ad299292901e89 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Rename //multipart/multipart.ts to //mime/multipart.ts (denoland/deno_std#420)

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

b9ce3a6453d432df3150a4fceda5b205f5c21354 authored over 5 years ago by Vincent LE GOFF <[email protected]>
feat(prettier): output to stdout instead of write file by default unless specified --write flag (denoland/deno_std#332)

Original: https://github.com/denoland/deno_std/commit/434007b8ab421cb24a75d2937d275c5048b9c111

915b4f520b16bd5c9bc6ef0ba9e45eba27c4137d authored over 5 years ago by Axetroy <[email protected]>
Bump v0.6.0 (denoland/deno_std#423)

Original: https://github.com/denoland/deno_std/commit/47134db9f24de802bee560941584bbc32e75a9c3

7c4e973611af274c25acb38d0b8e674599ab8da7 authored over 5 years ago by Ryan Dahl <[email protected]>
website: update http example (#2367)

0e89ca7b70c7f3dbcaadd330fce277e0434fdc4c authored over 5 years ago by Ryan Dahl <[email protected]>
Move collectUint8Arrays() to util/async.ts, clean up, fix bugs, add tests

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

16e52ee4b000870da8ef570e5182e3d14ca41d03 authored over 5 years ago by Bert Belder <[email protected]>
http: remove unnecessary await in listenAndServe()

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

79c88a46bbc3887560062e54a2dccaea4f213cf3 authored over 5 years ago by Bert Belder <[email protected]>
Adjust core/README.md text

9620b20edebdc40e97658caeef5de621881df1f5 authored over 5 years ago by Ryan Dahl <[email protected]>
v0.6.0

22feb74ba12215597416b5531f8a557302283e79 authored over 5 years ago by Ryan Dahl <[email protected]>
Upgrade deno_std (#2378)

4a52fd7b61111c3c6f40453309e93d85d13b4547 authored over 5 years ago by Ryan Dahl <[email protected]>
chore(readme): add README.md for ws (denoland/deno_std#417)

Original: https://github.com/denoland/deno_std/commit/301c12d9d20d94d0ed36a394353835a90b5e9249

a58d794373b8b186791b10732a6b8d87c4690a64 authored over 5 years ago by Yoshitaka Terazawa <[email protected]>
Clean up HTTP async iterator code (denoland/deno_std#411)

Original: https://github.com/denoland/deno_std/commit/68faf32f721d2a95c7b1c75661713c8118c077c7

a295bb0d4255993103b6afe9ffdd2bd4e4c65c95 authored over 5 years ago by Ryan Dahl <[email protected]>
fix: add exnext lib to tsconfig.json (denoland/deno_std#416)

Original: https://github.com/denoland/deno_std/commit/0daa693d680652ae9447cf43d6e8e8355d52d8d4

227d92e046220de30195432ed5235ccb19c91fc6 authored over 5 years ago by Yusuke Sakurai <[email protected]>
Fix denoland/deno_std#409 handle multipart header in mime reader (denoland/deno_std#415)

Original: https://github.com/denoland/deno_std/commit/92c26cc33183284737fd41685b26a15cab07405d

ef4fd3d4cac4bc7b6b105067b730dbb14b6d0bff authored over 5 years ago by Vincent LE GOFF <[email protected]>
Fix permissions for dial and listen (#2373)

7219787894f13b1920b3b6b49203cdcb8f672c00 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Add crypto.getRandomValues() (#2327)

00f6fa46b34b78e926a907ee24faec78a65eafc1 authored over 5 years ago by chiefbiiko <[email protected]>
Don't print new line if progress bar was not used (#2374)

7f6549532c22e5e58deb37334fca06c949902e5f authored over 5 years ago by Bartek Iwańczuk <[email protected]>
website: fix workers benchmark links (#2370)

Signed-off-by: Stephan Renatus <[email protected]>

e3e9021d23301ba7ee16dfb2eabc286de38a22cf authored over 5 years ago by Stephan Renatus <[email protected]>
Delete unnecessary console.log in test code (#2368)

c3a30dd3c3ecf476ed01a2fbb7c7130e17b98340 authored over 5 years ago by JaePil Jung <[email protected]>
third_party: add rust crate 'serde_derive'

3ff240b963de8422e6c2567572dbc551aafb0797 authored over 5 years ago by Bert Belder <[email protected]>
third_party: upgrade rust crates

e9c9d7163372a6ac24461624db14f39394af5e32 authored over 5 years ago by Bert Belder <[email protected]>
build: add support for rust proc-macro crates

3d6f0a85af061d4d3b1e761a6e1692c2e57ed86d authored over 5 years ago by Bert Belder <[email protected]>
tools: format .gn files in the 'cli' directory

6e7ccf0b49bc3d15f48184064d9c2e3eb76b33f7 authored over 5 years ago by Bert Belder <[email protected]>
build: forward rustc '--cfg' flags correctly

6ab2c350b7ece99e29f3f6fb433e3ec795846dc0 authored over 5 years ago by Bert Belder <[email protected]>
readme: loose port of go's std lib (denoland/deno_std#413)

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

715fe3300e33aa72ed7d4f8d39a021ca8ba54936 authored over 5 years ago by Ryan Dahl <[email protected]>
feat(fs): add copy/copySync (denoland/deno_std#278)

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

f7dd691cfb953f7bc1419fe26af5e18f38ab7e84 authored over 5 years ago by Axetroy <[email protected]>
Add permission whitelist docs (#2365)

9c9c58c84d1b4eb75003533d5879cf4d79694969 authored over 5 years ago by Daiki Ihara <[email protected]>
Fix typo in style guide (#2364)

6679c4807c1c77893f1d7e78eb0ce3417d3dc6a3 authored over 5 years ago by Atty Eleti <[email protected]>
fmt: use --write option of prettier/main.ts (#2363)

This is step 1 of the plan outlined here:
https://github.com/denoland/deno/issues/2090#issuecom...

6a5893a26927e3c0329a510f870d2277387aaf30 authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
Remove FileInfo.path

e02d8bcf18f8170a41439f4ffa416d26c5846b6e authored over 5 years ago by Ryan Dahl <[email protected]>
Upgrade deno_std

7d25c559fc841816ac68282ba67e8f0c1fc069bd authored over 5 years ago by Ryan Dahl <[email protected]>
Add error handling to dispatch_minimal::ops::read/write (#2349)

2508480465a25d5d87c407081feb6160f9707cab authored over 5 years ago by diskkid <[email protected]>
feat: add Tar and Untar classes (denoland/deno_std#388)

Ported from danoweb
https://github.com/arcatdmz/danoweb/blob/fccb5bfc60866521c96abd31f35ddca1f5...

42a00733fcf4d04f35e7676db560495b8999ddfa authored over 5 years ago by Jun Kato <[email protected]>
http_bench: print address (denoland/deno_std#374)

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

592e90c3c27e05e7fa0372fa7f7bbdf8f92f683c authored over 5 years ago by Ryan Dahl <[email protected]>
ws: make acceptable() more robust (denoland/deno_std#404)

Original: https://github.com/denoland/deno_std/commit/9e8e6f9356f75a68a20cf04d9620621485f5d1a0

9f877cd34b3e0f4a398b3f0cde8cc677bc7a14a6 authored over 5 years ago by Ryan Dahl <[email protected]>
ci: bump to v0.5.0

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

2cf289dfc33b4e9886e77d1bdae7eeb908370957 authored over 5 years ago by Ryan Dahl <[email protected]>
fix(http): Skip 0 chunks when writing body (denoland/deno_std#387)

Original: https://github.com/denoland/deno_std/commit/79d5f556ba22d6fa9426825234cc8c49d37caf2c

7cc80064f0742c9069310fbe8fb42fdf58b7df8d authored over 5 years ago by Jun Kato <[email protected]>
walk() should not use deprecated FileInfo.path (denoland/deno_std#398)

The walk() interface is change to return a WalkInfo object which
contains both the resolved fil...

1b359f4106891f2f07c334da683822070b24374f authored over 5 years ago by Ryan Dahl <[email protected]>
Fix command in docs (#2353)

a00fa7056bb6493e3ca010afc4335f099dac0807 authored over 5 years ago by Ryan Dahl <[email protected]>
Rename HTTP benchmarks (#2350)

160a815767fc25b0439e57ef13a1082dfb05dc99 authored over 5 years ago by Ryan Dahl <[email protected]>
feat: ws client (denoland/deno_std#394)

Original: https://github.com/denoland/deno_std/commit/782e3f690ffb9ee0dd89a5a64a3f2b753899719b

e3e9269c76299df99975e17a04b4d1b1ca39dfcb authored over 5 years ago by Yusuke Sakurai <[email protected]>
fs: Remove completed todo item (denoland/deno_std#406)

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

a3de8c3d8a376049a37f8193c8538acc0d7a88f3 authored over 5 years ago by Axetroy <[email protected]>
datetime: timezone fix in toIMF (denoland/deno_std#400)

Original: https://github.com/denoland/deno_std/commit/49ae9439f71228326c1328d89502e437c00928fc

9c852cdfd28da06763e14dcd5b2fac1b8fd9b9bf authored over 5 years ago by Vincent LE GOFF <[email protected]>
upgrade prettier to v1.17.1 (denoland/deno_std#399)

Original: https://github.com/denoland/deno_std/commit/59cbcf3f3cac16faa18f93d84e7eee2da9d253ac

e454934326c8b46b1438ec605a01a86230ecde7e authored over 5 years ago by Axetroy <[email protected]>
Move posix and win implementations in fs/path/mod.ts to separate file (denoland/deno_std#397)

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

71a2cf6df35d51bc22a01d181e34009efafb7f6b authored over 5 years ago by Axetroy <[email protected]>
Typo (#2342)

5e56e26c8baad08954cdc3ecac34923dcdc39c12 authored over 5 years ago by ztplz <[email protected]>
Fix mac CI (denoland/deno_std#390)

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

829a114ff37004c65f1b49b90a5fc8ffe492be97 authored over 5 years ago by Ryan Dahl <[email protected]>