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
github.com/denosaurs/deno_desktop - 3fac487461abf055165fe0e2bb962573950277b8 authored almost 5 years ago
github.com/denosaurs/deno_desktop - bced52505f32d6cca4f944bb610a8a26767908a8 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 1397b8e0e7c85762e19d88fde103342bfa563360 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 5837ce464c3283dc13f7bec237902b8c637f462d authored almost 5 years ago
This is a first pass implementation which is still missing several important
features:
- suppo...
github.com/denosaurs/deno_desktop - 8bcdb422e387a88075126d80e1612a30f5a7d89e authored almost 5 years ago
github.com/denosaurs/deno_desktop - a053462566874f699fa7f27961143e5f6ff070d3 authored almost 5 years ago
github.com/denosaurs/deno_desktop - fd432e234691cfc660028f4873eef9c3bf70acee authored almost 5 years ago
github.com/denosaurs/deno_desktop - 5d7bcf86fdb2bfcee0bfac24aeb7aeecb8b3faca authored almost 5 years ago
github.com/denosaurs/deno_desktop - 3938071e91e7c3dcf7b4e727601e1e99005aceab authored almost 5 years ago
github.com/denosaurs/deno_desktop - eeedb416c098c50a05292cbbd8135b7050a5ce0e authored almost 5 years ago
github.com/denosaurs/deno_desktop - 3d228f5f9ec729d1b027588ccf36987c82f53516 authored almost 5 years ago
github.com/denosaurs/deno_desktop - addfdc4cd0ffa0e0f6b284379c8873a202af7d5b authored almost 5 years ago
github.com/denosaurs/deno_desktop - 07fc95aceee950316500cf2d770317b6e993356e authored almost 5 years ago
Ref #4467
This reverts commit 60cee4f045778777a16b6fffd6d5b9a1400d7246.
github.com/denosaurs/deno_desktop - 30bcf6a2ea620aa989a7362e7f4a62fc11743bb4 authored almost 5 years agogithub.com/denosaurs/deno_desktop - b2478f3a217d5decbb638bf46e169ee58f17adad authored almost 5 years ago
github.com/denosaurs/deno_desktop - 2e5e5fe393059091ed3b69a484c89aa144046a4a authored almost 5 years ago
github.com/denosaurs/deno_desktop - c61a231ff40c027af2df9b303b834535c6407a38 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 70a50344315a4c3361fc321e78e076fb09a502b3 authored almost 5 years ago
github.com/denosaurs/deno_desktop - b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d authored almost 5 years ago
github.com/denosaurs/deno_desktop - 449dbe5272aef429067abe3226d30f640fd3bac3 authored almost 5 years ago
github.com/denosaurs/deno_desktop - d143fe61bc61030c0874c091aa0dd8bf5141b5fa authored almost 5 years ago
github.com/denosaurs/deno_desktop - ec0738606753b34525988fd9f58a23cb300b7bc0 authored almost 5 years ago
github.com/denosaurs/deno_desktop - a0ba476feef9dcc1b3bbd5144d2e48ef5053ee09 authored almost 5 years ago
Old release files are left around until we are able to update
deno_install.
- moved and renamed append() into bytes from ws and textproto
- renamed textproto/readder_tests...
github.com/denosaurs/deno_desktop - 07ea145ec4d1defe4481035432bb63234560ba8d authored almost 5 years ago
These have no function and are not tested, probably incorrect in many
situations.
This is to avoid confusion with Deno.args which does not include the
executable to be run.
github.com/denosaurs/deno_desktop - b191c919f3bde46fe7e0112a33f060715b50b9a4 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 60cee4f045778777a16b6fffd6d5b9a1400d7246 authored almost 5 years ago
* 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 agogithub.com/denosaurs/deno_desktop - 77a44163fb22139a8269eb216014640aaf7a7fa8 authored almost 5 years ago
github.com/denosaurs/deno_desktop - b22f48970fc18c4e5fd72df15ac798477fbe49cb authored almost 5 years ago
github.com/denosaurs/deno_desktop - 1c6f177d198cb4abe7a126dc543b733fa95376d1 authored almost 5 years ago
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 - 798904b0f2ed0c7284b67bba2f125f406b5850de authored almost 5 years ago
github.com/denosaurs/deno_desktop - 35f6e2e45ddb96524a6bdf54b0a6155caa88d5e0 authored almost 5 years ago
github.com/denosaurs/deno_desktop - b7e6a31a425901c089f4b524774b985906982fae authored almost 5 years ago
github.com/denosaurs/deno_desktop - a6d8098b35ae8580953b1f87ab3246b05a8a944e authored almost 5 years ago
* add tests for "Deno.core.encode" and "Deno.core.decode" for empty inputs
* use "Deno.core.enc...
github.com/denosaurs/deno_desktop - 392d2c11182332b8d3c168169b1585e3419cb1eb authored almost 5 years ago
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 agogithub.com/denosaurs/deno_desktop - 2f3de4b4252b933ac1161ba099feaed9103ab149 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 8c1c929034d46101b6a51ec5cf5e2f307ed0c271 authored almost 5 years ago
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 agoAfter splitting "failFast" and "exitOnFail" arguments, there was a situation where failing tests...
github.com/denosaurs/deno_desktop - 8de4a05f2a93f194f71b959f4d47a1b4fc61aa41 authored almost 5 years agogithub.com/denosaurs/deno_desktop - 5b10ab0984fd762c14caf524d59ec8b6940d2bfb authored almost 5 years ago
github.com/denosaurs/deno_desktop - b0b27c43100bf4a7303174b9765c853d2f76f207 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 54d1f299dc774c695056f04cfe1013287b53b86a authored almost 5 years ago
github.com/denosaurs/deno_desktop - 2a34cbfaf9530e86f5c049f82f8e35c086e22263 authored almost 5 years ago
This PR brings assertOps and assertResources sanitizers to Deno.test() API.
assertOps checks ...
github.com/denosaurs/deno_desktop - 6e2df8c64feb92653077a5494d2c64a9f6fd2f48 authored almost 5 years agoFixes: #4373
github.com/denosaurs/deno_desktop - 070464e2cc617ecbd2c63dc5c4ac0432a77a29fd authored almost 5 years agoFixes #4101
Previously, we would just provide the raw JSON to the TypeScript
compiler worker...
github.com/denosaurs/deno_desktop - 83f49161953c0c79056a56a19754fbf298f53f21 authored almost 5 years ago
github.com/denosaurs/deno_desktop - fb27e71c01983cd1a51802b2517815de39239a3c authored almost 5 years ago
github.com/denosaurs/deno_desktop - 6bd940abfd0319d8d432970e63215090b700a936 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 67ab201e2653dfbda1a3277317ed182e99d494c2 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 0ef99ac970729dac0de8ccb78eed8c1c74fcd350 authored almost 5 years ago
github.com/denosaurs/deno_desktop - a2b285158242b86a002e353776d52742ea35a496 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 4a4894532e9ffe0066038783b4178c7dd770ba24 authored almost 5 years ago
Introduces `std/types` which is designed to provide types for common
libraries that are compati...
github.com/denosaurs/deno_desktop - 9833975ef21afced84c6a16724ce13d026f09298 authored almost 5 years ago
github.com/denosaurs/deno_desktop - f9557a4ff6b73a4af37e713bb6b2294253c7b230 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 8077ade7413db72572b8685c883f078335e0561b authored almost 5 years ago
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 agoThis 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 agogithub.com/denosaurs/deno_desktop - 49541a04d25ba7308759824213b6053a7b412e3e authored almost 5 years ago
github.com/denosaurs/deno_desktop - 62942749e6982b9aee24c22a5abdbc44b7f0e6b6 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 1edb20b399944c6eec1d7c555ab170b6dd276840 authored almost 5 years ago
This commit changes output of default test reporter to resemble output from Rust test runner;
f...
github.com/denosaurs/deno_desktop - 620dd9724d4f8568efebb1642b49c653de9424cd authored almost 5 years ago
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 agogithub.com/denosaurs/deno_desktop - ec3f44581bf4312cbbe36b71daca7f0474177cf3 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 6471d4cfabf27c0f5e7b340568aa88712d270541 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 2f4be6e9441c7d5b0afd0d37dccd48d3057bcd3f authored almost 5 years ago
github.com/denosaurs/deno_desktop - 64a35acd64f4a9aedfb52f6b364c229c6f7e4090 authored almost 5 years ago
github.com/denosaurs/deno_desktop - a159165fe5f9fe53c3593af707888a7efc859d14 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 6cc40b08652d0224111dc5e902210174b5a63cee authored almost 5 years ago
github.com/denosaurs/deno_desktop - 0df9823cba680d41b981e021a88aaf19e88b0e76 authored almost 5 years ago
github.com/denosaurs/deno_desktop - ea4f3ab852eba0eeb27004616163a0bbf9971215 authored almost 5 years ago
github.com/denosaurs/deno_desktop - bf51f7b2ec1b64a7ff14f7255eba231409ee5414 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 9648d3da1483ab77d9133ecd32fa240a597134eb authored almost 5 years ago
Not working due to "multiple input files" on both Azure and S3.
github.com/denosaurs/deno_desktop - 92bbce04b9a268a9f87e1993a39fffb852c508ec authored almost 5 years agogithub.com/denosaurs/deno_desktop - 1e28d6bdacea20cddaa4c3558b18b162d3b07d56 authored almost 5 years ago
Functions that returns a server are now documented with "Create",
and functions that launches o...
github.com/denosaurs/deno_desktop - ba687125e7ce5574811aebdcb7eac6b4194e6def authored almost 5 years ago
* 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 agogithub.com/denosaurs/deno_desktop - 0f6acf275370cae09ffb3f6950a3926424f3b024 authored almost 5 years ago
Rewrites "cli/js/unit_test_runner.ts" to communicate with spawned subprocesses
using TCP socke...
Co-authored-by: Ryan Dahl <[email protected]>
github.com/denosaurs/deno_desktop - e435c2be158ce8657dbff0664b6db222fe4e586c authored almost 5 years agogithub.com/denosaurs/deno_desktop - 3ac642c183981a366e1db565c16b81f864b07ee4 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 63cee35691451e85e2c9bb5b88022c8a396d7428 authored almost 5 years ago
* My original implementation of `fs.appendFile` used an async API, which, though
it would wo...
github.com/denosaurs/deno_desktop - 3ed6ccc905394ed9c5d9cbcb8fa2426151780788 authored almost 5 years ago
github.com/denosaurs/deno_desktop - fb5c31416d4b9e526ca0fcc134dc8f366e367012 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 810e4a16bedbc77ef0651f4f24626d98ca566083 authored almost 5 years ago
github.com/denosaurs/deno_desktop - b8fa3fd5e7dd906e5616bf2ab8ad6df3f74f244d authored almost 5 years ago
github.com/denosaurs/deno_desktop - a28fa2415f8ae6bad63469a0c9e4dce3197970f9 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 72c408ea9d8b4e4fab63ae06f558c778007bb4f1 authored almost 5 years ago