Ecosyste.ms: OpenCollective

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

Denosaurs

Developing deno modules like denon
Collective - Host: opensource - https://opencollective.com/denosaurs - Website: https://denosaurs.land - Code: https://github.com/denosaurs

feat: Add "deno doc" subcommand (#4500)

github.com/denosaurs/deno_desktop - 3fac487461abf055165fe0e2bb962573950277b8 authored almost 5 years ago
Update to Prettier 2 and use ES Private Fields (#4498)

github.com/denosaurs/deno_desktop - bced52505f32d6cca4f944bb610a8a26767908a8 authored almost 5 years ago
upgrade: dprint 0.9.6 (#4509)

github.com/denosaurs/deno_desktop - 1397b8e0e7c85762e19d88fde103342bfa563360 authored almost 5 years ago
upgrade: rusty_v8 to v0.3.9 (#4505)

github.com/denosaurs/deno_desktop - 5837ce464c3283dc13f7bec237902b8c637f462d authored almost 5 years ago
feat: Support Inspector / Chrome Devtools (#4484)

This is a first pass implementation which is still missing several important
features:
- suppo...

github.com/denosaurs/deno_desktop - 2874664e9131616b71dd0d7d23750245b023833f authored almost 5 years ago
Improve isatty and kill API docs; Deno.kill() - throw on Windows (#4497)

github.com/denosaurs/deno_desktop - 8bcdb422e387a88075126d80e1612a30f5a7d89e authored almost 5 years ago
refactor: rename ConsoleOptions to InspectOptions (#4493)

github.com/denosaurs/deno_desktop - a053462566874f699fa7f27961143e5f6ff070d3 authored almost 5 years ago
upgrade: dprint 0.9.5 (#4491)

github.com/denosaurs/deno_desktop - fd432e234691cfc660028f4873eef9c3bf70acee authored almost 5 years ago
feat: window.close() (#4474)

github.com/denosaurs/deno_desktop - 5d7bcf86fdb2bfcee0bfac24aeb7aeecb8b3faca authored almost 5 years ago
errors: replace .lines with explicit .split newline (#4483)

github.com/denosaurs/deno_desktop - 3938071e91e7c3dcf7b4e727601e1e99005aceab authored almost 5 years ago
doc: improve various API docs and include examples (#4486)

github.com/denosaurs/deno_desktop - eeedb416c098c50a05292cbbd8135b7050a5ce0e authored almost 5 years ago
hide source line if error message longer than 150 chars (#4487)

github.com/denosaurs/deno_desktop - 3d228f5f9ec729d1b027588ccf36987c82f53516 authored almost 5 years ago
fix: add fsEvent notify::Error casts (#4488)

github.com/denosaurs/deno_desktop - addfdc4cd0ffa0e0f6b284379c8873a202af7d5b authored almost 5 years ago
feat: add queueMicrotask to d.ts (#4477)

github.com/denosaurs/deno_desktop - 07fc95aceee950316500cf2d770317b6e993356e authored almost 5 years ago
Revert "avoid using same port number for test (#4147)"

Ref #4467

This reverts commit 60cee4f045778777a16b6fffd6d5b9a1400d7246.

github.com/denosaurs/deno_desktop - 30bcf6a2ea620aa989a7362e7f4a62fc11743bb4 authored almost 5 years ago
docs: update manual about how to run tests for std (#4462)

github.com/denosaurs/deno_desktop - b2478f3a217d5decbb638bf46e169ee58f17adad authored almost 5 years ago
console: replace object abbreviation with line breaking (#4425)

github.com/denosaurs/deno_desktop - 2e5e5fe393059091ed3b69a484c89aa144046a4a authored almost 5 years ago
remove extra dot in Permission request output (#4471)

github.com/denosaurs/deno_desktop - c61a231ff40c027af2df9b303b834535c6407a38 authored almost 5 years ago
feat: Support Unix Domain Sockets (#4176)

github.com/denosaurs/deno_desktop - 70a50344315a4c3361fc321e78e076fb09a502b3 authored almost 5 years ago
Statically link the C runtime library on Windows (#4469)

github.com/denosaurs/deno_desktop - 449dbe5272aef429067abe3226d30f640fd3bac3 authored almost 5 years ago
feat: first pass at "deno upgrade" (#4328)

github.com/denosaurs/deno_desktop - ec0738606753b34525988fd9f58a23cb300b7bc0 authored almost 5 years ago
doc: API improvements to chown, close, compile and connect (#4463)

github.com/denosaurs/deno_desktop - a0ba476feef9dcc1b3bbd5144d2e48ef5053ee09 authored almost 5 years ago
ci: releases should all use zip and LLVM target triples (#4460)

Old release files are left around until we are able to update
deno_install.

github.com/denosaurs/deno_desktop - 3e74309798513c5238cef9aa1c6907c1173fec49 authored almost 5 years ago
clean up textproto code in std (#4458)

- moved and renamed append() into bytes from ws and textproto
- renamed textproto/readder_tests...

github.com/denosaurs/deno_desktop - c337d2c4349abd710b1ab0d4de3f1041cd02715c authored almost 5 years ago
re-enable a test (#4461)

github.com/denosaurs/deno_desktop - 07ea145ec4d1defe4481035432bb63234560ba8d authored almost 5 years ago
Remove @url comments from d.ts files (#4449)

These have no function and are not tested, probably incorrect in many
situations.

github.com/denosaurs/deno_desktop - 12ff78ed4cdf05a27348079c5af259ab2492423e authored almost 5 years ago
BREAKING CHANGE Rename Deno.run's args to cmd (#4444)

This is to avoid confusion with Deno.args which does not include the
executable to be run.

github.com/denosaurs/deno_desktop - b8a5c29bf8e04bb6210080a05ce34e9a8d1d1496 authored almost 5 years ago
Optimize github cache usage, remove sccache (#4452)

github.com/denosaurs/deno_desktop - b191c919f3bde46fe7e0112a33f060715b50b9a4 authored almost 5 years ago
avoid using same port number for test (#4147)

github.com/denosaurs/deno_desktop - 60cee4f045778777a16b6fffd6d5b9a1400d7246 authored almost 5 years ago
Remove DENO_BUILD_MODE and DENO_BUILD_PATH (#4431)

* Remove DENO_BUILD_MODE and DENO_BUILD_PATH

Also remove outdated docs related to ninja/gn.

* ...

github.com/denosaurs/deno_desktop - 0adc86f105204b2475126c36dfc10e678f67df56 authored almost 5 years ago
chmod should throw on Windows (#4446)

github.com/denosaurs/deno_desktop - 77a44163fb22139a8269eb216014640aaf7a7fa8 authored almost 5 years ago
refactor(std/http/server): Remove bad error handling (#4435)

github.com/denosaurs/deno_desktop - b22f48970fc18c4e5fd72df15ac798477fbe49cb authored almost 5 years ago
use prebuilt "not implemented" error (#4442)

github.com/denosaurs/deno_desktop - 1c6f177d198cb4abe7a126dc543b733fa95376d1 authored almost 5 years ago
refactor: move code from fs.rs into ops/fs.rs (#4428)

This a complex boring PR that shifts around code (primarily) in cli/fs.rs and
cli/ops/fs.rs. Th...

github.com/denosaurs/deno_desktop - 69303e21495a14a2c6709f96af364682a485ac21 authored almost 5 years ago
Add require-await lint rule (#4401)

github.com/denosaurs/deno_desktop - 798904b0f2ed0c7284b67bba2f125f406b5850de authored almost 5 years ago
fix(std/http): Properly await ops in a server test (#4436)

github.com/denosaurs/deno_desktop - 35f6e2e45ddb96524a6bdf54b0a6155caa88d5e0 authored almost 5 years ago
fix(std/http): Fix respond error test on Windows (#4408)

github.com/denosaurs/deno_desktop - b7e6a31a425901c089f4b524774b985906982fae authored almost 5 years ago
Clean up installer tests (#4433)

github.com/denosaurs/deno_desktop - a6d8098b35ae8580953b1f87ab3246b05a8a944e authored almost 5 years ago
perf: Optimize TextEncoder and TextDecoder (#4430)

* add tests for "Deno.core.encode" and "Deno.core.decode" for empty inputs
* use "Deno.core.enc...

github.com/denosaurs/deno_desktop - 87d2ba42bf0dedcd91059145bf8ab5941236354b authored almost 5 years ago
Fix cafile_install_remote_module test (#4429)

github.com/denosaurs/deno_desktop - 392d2c11182332b8d3c168169b1585e3419cb1eb authored almost 5 years ago
std(http/server): close open connections on server close (#3679)

Due to structure of "Server" for each open connection there's a pending "read" op. Because conne...

github.com/denosaurs/deno_desktop - 3ef34673c9b92aa3c54dfccb37c06b82d6fb3eab authored almost 5 years ago
Simplify timer with macrotask callback (#4385)

github.com/denosaurs/deno_desktop - 2f3de4b4252b933ac1161ba099feaed9103ab149 authored almost 5 years ago
fix: stack traces for modules imported via std/node's require (#4035)

github.com/denosaurs/deno_desktop - 8c1c929034d46101b6a51ec5cf5e2f307ed0c271 authored almost 5 years ago
remove std/testing/runner.ts, use deno test for std/ tests (#4397)

This introduces BREAKING CHANGE by removing "std/testing/runner.ts".

Std tests are now run us...

github.com/denosaurs/deno_desktop - 74c37e759ac03267975309c1425223289ebc925f authored almost 5 years ago
fix: std/testing/runner.ts and deno test (#4392)

After splitting "failFast" and "exitOnFail" arguments, there was a situation where failing tests...

github.com/denosaurs/deno_desktop - 8de4a05f2a93f194f71b959f4d47a1b4fc61aa41 authored almost 5 years ago
feat: Add helper functions for permissions to std (#4258)

github.com/denosaurs/deno_desktop - 5b10ab0984fd762c14caf524d59ec8b6940d2bfb authored almost 5 years ago
refactor: rename Deno.TestDefinition.skip to ignore (#4400)

github.com/denosaurs/deno_desktop - b0b27c43100bf4a7303174b9765c853d2f76f207 authored almost 5 years ago
Chmod API documentation improvements (#4427)

github.com/denosaurs/deno_desktop - 54d1f299dc774c695056f04cfe1013287b53b86a authored almost 5 years ago
Improve API docs for Deno.bundle and Deno.chdir (#4426)

github.com/denosaurs/deno_desktop - 2a34cbfaf9530e86f5c049f82f8e35c086e22263 authored almost 5 years ago
feat: Deno.test() sanitizes ops and resources (#4399)

This PR brings assertOps and assertResources sanitizers to Deno.test() API.

assertOps checks ...

github.com/denosaurs/deno_desktop - 6e2df8c64feb92653077a5494d2c64a9f6fd2f48 authored almost 5 years ago
Fix unit test runner ConnectionReset bug (#4424)

Fixes: #4373

github.com/denosaurs/deno_desktop - 070464e2cc617ecbd2c63dc5c4ac0432a77a29fd authored almost 5 years ago
Provide compiled JSON to TypeScript compiler. (#4404)

Fixes #4101

Previously, we would just provide the raw JSON to the TypeScript
compiler worker...

github.com/denosaurs/deno_desktop - da8cb408c878aa6e90542e26173f1f14b5254d29 authored almost 5 years ago
ci: Use github action's cache in addition to sccache (#4417)

github.com/denosaurs/deno_desktop - 83f49161953c0c79056a56a19754fbf298f53f21 authored almost 5 years ago
Fix benchmarks (#4416)

github.com/denosaurs/deno_desktop - fb27e71c01983cd1a51802b2517815de39239a3c authored almost 5 years ago
Update manual (#4412)

github.com/denosaurs/deno_desktop - 6bd940abfd0319d8d432970e63215090b700a936 authored almost 5 years ago
Use V8 binary build in Github Actions (#4412)

github.com/denosaurs/deno_desktop - 67ab201e2653dfbda1a3277317ed182e99d494c2 authored almost 5 years ago
Set environment variables correctly in Github Actions (#4412)

github.com/denosaurs/deno_desktop - 0ef99ac970729dac0de8ccb78eed8c1c74fcd350 authored almost 5 years ago
Upgrade rust crates (#4412)

github.com/denosaurs/deno_desktop - a2b285158242b86a002e353776d52742ea35a496 authored almost 5 years ago
try to handle ConnectionReset error in windows CI for unit tests (#4407)

github.com/denosaurs/deno_desktop - 4a4894532e9ffe0066038783b4178c7dd770ba24 authored almost 5 years ago
std: Provide types for React and ReactDOM (#4376)

Introduces `std/types` which is designed to provide types for common
libraries that are compati...

github.com/denosaurs/deno_desktop - 9050d36d5763beabb1a642819dd24d61cccb3ffe authored almost 5 years ago
feat: fetch should accept a FormData body (#4363)

github.com/denosaurs/deno_desktop - 9833975ef21afced84c6a16724ce13d026f09298 authored almost 5 years ago
Add mode option to open/create (#4289)

github.com/denosaurs/deno_desktop - f9557a4ff6b73a4af37e713bb6b2294253c7b230 authored almost 5 years ago
refactor: remove an unsafe and some boxing (#4398)

github.com/denosaurs/deno_desktop - 8077ade7413db72572b8685c883f078335e0561b authored almost 5 years ago
try to fix unit test runner on Windows (#4395)

This PR attempts to fix intermittent errors occurring on Windows for "cli/tests/unit_test_runner...

github.com/denosaurs/deno_desktop - 0d14a7bd531c76e653ab4fc4e0a81cb25db05ab5 authored almost 5 years ago
fix: fetch closes unused body (#4393)

This commit makes sure that "httpBody" resource is closed in case of redirections in fetch API.

github.com/denosaurs/deno_desktop - 7d0b77440e635a666ed1c333df1217dd5fa043c1 authored almost 5 years ago
console: Symbol.toStringTag and display Object symbol entries (#4388)

github.com/denosaurs/deno_desktop - 49541a04d25ba7308759824213b6053a7b412e3e authored almost 5 years ago
test: Fix broken test and remove redundant test file (#4390)

github.com/denosaurs/deno_desktop - 62942749e6982b9aee24c22a5abdbc44b7f0e6b6 authored almost 5 years ago
refactor: add no-return-await lint rule (#4384)

github.com/denosaurs/deno_desktop - 1edb20b399944c6eec1d7c555ab170b6dd276840 authored almost 5 years ago
refactor: change test reporter output (#4371)

This commit changes output of default test reporter to resemble output from Rust test runner;
f...

github.com/denosaurs/deno_desktop - 70434b5bfba701f9de2221b64ee40262c5370ae0 authored almost 5 years ago
refactor: move existing fs implementation to internal _fs directory (#4381)

github.com/denosaurs/deno_desktop - 620dd9724d4f8568efebb1642b49c653de9424cd authored almost 5 years ago
feat: Deno.core.{encode,decode}; standalone UTF-8 encoding/decoding (#4349)

This commits add two new methods to "Deno.core" namespace: "encode" and "decode".

Those metho...

github.com/denosaurs/deno_desktop - dc6e0c3591709d6f8887bb672af1de54dfc8a974 authored almost 5 years ago
docs: fix Deno.compile examples in manual.md (#4380)

github.com/denosaurs/deno_desktop - ec3f44581bf4312cbbe36b71daca7f0474177cf3 authored almost 5 years ago
refactor(std): Uncomment disabled tests, use skip option (#4378)

github.com/denosaurs/deno_desktop - 6471d4cfabf27c0f5e7b340568aa88712d270541 authored almost 5 years ago
Remove Object.prototype.__proto__ (#4341)

github.com/denosaurs/deno_desktop - 2f4be6e9441c7d5b0afd0d37dccd48d3057bcd3f authored almost 5 years ago
feat(cli/js/testing): Add TestDefinition::skip (#4351)

github.com/denosaurs/deno_desktop - 64a35acd64f4a9aedfb52f6b364c229c6f7e4090 authored almost 5 years ago
Node polyfill for fs.chown and fs.close (#4377)

github.com/denosaurs/deno_desktop - a159165fe5f9fe53c3593af707888a7efc859d14 authored almost 5 years ago
BREAKING CHANGE FileInfo.len renamed to FileName.size (#4338)

github.com/denosaurs/deno_desktop - 6cc40b08652d0224111dc5e902210174b5a63cee authored almost 5 years ago
Upgrade to rusty_v8 0.3.5 / v8 8.2.308 (#4364)

github.com/denosaurs/deno_desktop - 0df9823cba680d41b981e021a88aaf19e88b0e76 authored almost 5 years ago
feat: add chmod Node polyfill and related file system constants (#4358)

github.com/denosaurs/deno_desktop - ea4f3ab852eba0eeb27004616163a0bbf9971215 authored almost 5 years ago
replace source-mappings-map with rust-sourcemap (#4368)

github.com/denosaurs/deno_desktop - bf51f7b2ec1b64a7ff14f7255eba231409ee5414 authored almost 5 years ago
Add node querystring polyfill (#4370)

github.com/denosaurs/deno_desktop - 9648d3da1483ab77d9133ecd32fa240a597134eb authored almost 5 years ago
Downgrade third_party/prebuild/windows/sccache.exe (#4375)

Not working due to "multiple input files" on both Azure and S3.

github.com/denosaurs/deno_desktop - 92bbce04b9a268a9f87e1993a39fffb852c508ec authored almost 5 years ago
ci: Use Azure blob storage for sccache (#4354)

github.com/denosaurs/deno_desktop - 1e28d6bdacea20cddaa4c3558b18b162d3b07d56 authored almost 5 years ago
doc(http/server): Add coherence to the docs (#4372)

Functions that returns a server are now documented with "Create",
and functions that launches o...

github.com/denosaurs/deno_desktop - cd293f7907c831f31d6ec23d83454d6212e5fda4 authored almost 5 years ago
Add support for jsx/tsx for deno test (#4369)

github.com/denosaurs/deno_desktop - ba687125e7ce5574811aebdcb7eac6b4194e6def authored almost 5 years ago
Update CLI for unit_test_runner.ts (#4352)

* drop server guard before unit test result check

To prevent cascading test failures when js_...

github.com/denosaurs/deno_desktop - d6bbbdda7580d74d78fecae6c99b850bc90414c5 authored almost 5 years ago
fix(std): Use Deno.errors where possible. (#4356)

github.com/denosaurs/deno_desktop - 0f6acf275370cae09ffb3f6950a3926424f3b024 authored almost 5 years ago
refactor: unit test runner communicates using TCP socket (#4336)

Rewrites "cli/js/unit_test_runner.ts" to communicate with spawned subprocesses
using TCP socke...

github.com/denosaurs/deno_desktop - aab1acaed163f91aa5e89b079c5312336abb2088 authored almost 5 years ago
Remove doc strings from cli/js TS files (#4329)

Co-authored-by: Ryan Dahl <[email protected]>

github.com/denosaurs/deno_desktop - e435c2be158ce8657dbff0664b6db222fe4e586c authored almost 5 years ago
upgrade: Rust 1.42.0 (#4331)

github.com/denosaurs/deno_desktop - 3ac642c183981a366e1db565c16b81f864b07ee4 authored almost 5 years ago
Enable std tests in debug mode (#4332)

github.com/denosaurs/deno_desktop - 63cee35691451e85e2c9bb5b88022c8a396d7428 authored almost 5 years ago
fix: Node polyfill fsAppend rework (#4322)

* My original implementation of `fs.appendFile` used an async API, which, though
it would wo...

github.com/denosaurs/deno_desktop - cabe63eb05f334bc9921dc8633b254b05519b434 authored almost 5 years ago
Add waker to StreamResource to fix hang on close bugs (#4293)

github.com/denosaurs/deno_desktop - fb5c31416d4b9e526ca0fcc134dc8f366e367012 authored almost 5 years ago
reorg: Deno global initialization (#4317)

github.com/denosaurs/deno_desktop - 810e4a16bedbc77ef0651f4f24626d98ca566083 authored almost 5 years ago
move compiler API tests to integration tests (#4319)

github.com/denosaurs/deno_desktop - b8fa3fd5e7dd906e5616bf2ab8ad6df3f74f244d authored almost 5 years ago
support permission mode in mkdir (#4286)

github.com/denosaurs/deno_desktop - a28fa2415f8ae6bad63469a0c9e4dce3197970f9 authored almost 5 years ago
Stricter permissions for Deno.makeTemp* (#4318)

github.com/denosaurs/deno_desktop - 72c408ea9d8b4e4fab63ae06f558c778007bb4f1 authored almost 5 years ago