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

docs: add entry for 'deno info' (#5703)

github.com/denosaurs/deno_desktop - f98cc34c405aefd1c46fe5c6b5e0051e1a502f64 authored over 4 years ago
Fix reCliCompact regexp

github.com/denosaurs/denon - 4879a9239682b96c2a9ded0834697885838526c8 authored over 4 years ago
Update to make deno commands run if match

github.com/denosaurs/denon - 5d90a646e71101a61d88ad49be223e4c35957637 authored over 4 years ago
Private properties and v1.10.0

github.com/denosaurs/denon - 9bb106b310c179b6d2a95850c1c9808ea7f20177 authored over 4 years ago
Add copyright notice

github.com/denosaurs/denon - feee2cd397197cc5f56596d8226bf29e31ac727d authored over 4 years ago
Fix permissions flags

github.com/denosaurs/denon - 1a5e86637c14793279d66d975cd4998e8314f953 authored over 4 years ago
Update README.md

github.com/denosaurs/denon - 1f6a8f4a66ce8976863e499d66ee5d7a50bdc560 authored over 4 years ago
docd: Replace obsolete Deno.homeDir() with Deno.dir('home') (#5708)

github.com/denosaurs/deno_desktop - 88e8c32652873be1f230c31cad26e93efbfca0d6 authored over 4 years ago
Add Deno 1.0.1 support

github.com/denosaurs/denon - e4cfff0bc1fbb1471a08e728541fcd95a4f63069 authored over 4 years ago
1.0.1 support

github.com/denosaurs/denon - 1a64e85269e9ad8fa79e026bdd6981ea330b5c4d authored over 4 years ago
ci: Errors in benchmarks should fail CI (#5422)

github.com/denosaurs/deno_desktop - aea5b12baedd5156850fd97bf2b5085da0927b00 authored over 4 years ago
fix: disallow http imports for modules loaded over https (#5680)

github.com/denosaurs/deno_desktop - 5f9c1c7da6047ee8612e71f8ef4ca9c950b3a699 authored over 4 years ago
docs: Update debugger.md (#5615)

github.com/denosaurs/deno_desktop - bebb8c029fff56f3a6e653b757583ab5c1d4b11f authored over 4 years ago
docs: update permissions docs (#5426)

github.com/denosaurs/deno_desktop - 0f1c66cb6da7b45ff98e6eda060537ea4510a3ea authored over 4 years ago
Move std/fmt/sprintf.ts to std/fmt/printf.ts (#4567)

github.com/denosaurs/deno_desktop - 6f52ad9052a02f354011d2727b2ad4a3d73b08d5 authored over 4 years ago
Move code bulks to separate files

github.com/denosaurs/denon - 0dc31b7e7b155584581333ad902c34f3b14df4c3 authored over 4 years ago
Check doc spelling

github.com/denosaurs/denon - 286e6ac2c924779b619eb855f5c1b08f06b47e99 authored over 4 years ago
docs: fix test glob pattern (#5661)

github.com/denosaurs/deno_desktop - 9fdc6dc435b4282a0f222ae9308ab12dfde6d97e authored over 4 years ago
Remove duplicate test (#5687)

github.com/denosaurs/deno_desktop - 11e3d70c851b0ae9f8c022810be00a26afa08d30 authored over 4 years ago
fix: streams hwm validation (#5681)

github.com/denosaurs/deno_desktop - 47b089ffa8c6dc06638b3cf0d240817a744108eb authored over 4 years ago
move js unit tests to cli/tests (#5678)

github.com/denosaurs/deno_desktop - 30702e2678200b6e21ba142347d2d213b86e9c6d authored over 4 years ago
Add documentation draft

github.com/denosaurs/denon - ce3cf93ba27029567e6cad30e0868505cda800f1 authored over 4 years ago
Add DenonEvent support

github.com/denosaurs/denon - af2cd4423cf613961a1b033756d03055a2a2004e authored over 4 years ago
Add CLI help and available scripts

github.com/denosaurs/denon - 3436f13f118faed5b2ff87a6d33e30547973b68e authored over 4 years ago
Provide required arguments to walk in example. (#5668)

github.com/denosaurs/deno_desktop - 765acd3170dca4320397fbdec41540b43e6d4315 authored over 4 years ago
fix: compilation error introduced by #4543 (#5673)

github.com/denosaurs/deno_desktop - 6d7e3621daad936c87de930e8b9537e5ccc913e3 authored over 4 years ago
feat(std/node): first pass at url module (#4700)

github.com/denosaurs/deno_desktop - 22da75b8e554f69e552d6312c1ce412cbc6d05bd authored over 4 years ago
feat(std/node) Export TextDecoder and TextEncoder from util (#5663)

github.com/denosaurs/deno_desktop - 7630326b4c5ed32377f34a6668beac626d5156ac authored over 4 years ago
fix(std/io): BufReader should not share the internal buffer across reads (#4543)

github.com/denosaurs/deno_desktop - 9b4da88a96ce4c793e7b15d9b340fa6326a29a82 authored over 4 years ago
feat(std/bytes): add hasSuffix and contains functions, update docs (#4801)

github.com/denosaurs/deno_desktop - ef14d62462d7f5bc2f091c3521409b4a16c5f87c authored over 4 years ago
Update dprint 0.18.4 (#5671)

Fixes trailing comma issue

github.com/denosaurs/deno_desktop - 91d576aa5aee10f651ff10086aee90bdae659e87 authored over 4 years ago
feat(std/fmt): rgb24 and bgRgb24 can use numbers for color (#5198)

github.com/denosaurs/deno_desktop - 662eb8f8c981565950d35cdd1c9ca6a67eaef8f2 authored over 4 years ago
std/node: add util.callbackify (#5415)

This adds [Node's `util.callbackify`][0] to `std/node/util.ts`.

I lifted most of this from th...

github.com/denosaurs/deno_desktop - f5c0188b5edf9451aca42347dd4a48708fefce23 authored over 4 years ago
fix(std/log): await default logger setup (#5341)

github.com/denosaurs/deno_desktop - 7566aa8765be82a9773b7ff83c3ddc8e70041e79 authored over 4 years ago
refactor: reorganize TS compiler (#5603)

github.com/denosaurs/deno_desktop - 8799855fdc97960b18fbbb3450ed132e352607c4 authored over 4 years ago
docs(std): fixed spelling mistake (#5662)

github.com/denosaurs/deno_desktop - f366e5e9bb5982376b160bebd35c3edf2c9ff19b authored over 4 years ago
Format schema

github.com/denosaurs/denon - 245ac58cc30693421c955eabb44d2507953639ac authored over 4 years ago
Add json schema

github.com/denosaurs/denon - 1af3f2d10499431eec6db3f5953844d61f3a8930 authored over 4 years ago
Fix schema draft

github.com/denosaurs/denon - 77be7c661f8c09530614671c3d87da503a291911 authored over 4 years ago
Fix flags and add --init arg flag

github.com/denosaurs/denon - a18f58c4d024a0bc4e9c4bf100871c7143db3bc6 authored over 4 years ago
feat(std/node): Add fs.promises.readFile (#5656)

github.com/denosaurs/deno_desktop - eb5acb39d5936d3e0fde44a33357cda88a5ff55f authored over 4 years ago
Fix some types in discord.d.ts and update std

github.com/denosaurs/denord - 5e45681d0eb58555504e87e526b68634fbe93285 authored over 4 years ago
Rework major part of configuration and system

github.com/denosaurs/denon - 8263cb6c28903789938145d7f67e0b8de8ca3a55 authored over 4 years ago
fix(std/node) improve fs.close compatibility (#5649)

github.com/denosaurs/deno_desktop - 62c34bc21e8864ec5701ad493c73224367627580 authored over 4 years ago
fix(doc): crash on formatting type predicate (#5651)

github.com/denosaurs/deno_desktop - 0fb5f23466a84835cb1b4202d06ec53dc1592961 authored over 4 years ago
fix(multipart): fix error when parsing file name in utf8 format (#5428)

github.com/denosaurs/deno_desktop - 7589d4d7c4a7c95298268eb8bea0e808feb0c6a9 authored over 4 years ago
Provide better ANSI colorized output when inspecting objects (#5404)

github.com/denosaurs/deno_desktop - 9752b853ddac3ba41378d0ae8a8604a28e285ffb authored over 4 years ago
fix: REPL does not exit properly when close() is called (#5451)

github.com/denosaurs/deno_desktop - cdc9323cccdee544562712018f722026bdfbbd6c authored over 4 years ago
Mark Deno.pid and Deno.noColor as const (#5593)

github.com/denosaurs/deno_desktop - 1be7ec47ac3b6e63be2b03245a26e060b8268b5e authored over 4 years ago
Fix lint issue in discord.d.ts

github.com/denosaurs/denord - 3bc8a20e565a7b08b7fdb0175dc6de8b25486c01 authored over 4 years ago
Implement Deno.symlink() for windows (#5533)

github.com/denosaurs/deno_desktop - 6072755eadb7342a409f43260e5a17b956703a1c authored over 4 years ago
adjust docs (#5598)

github.com/denosaurs/deno_desktop - 88b24261ba467c20d4ef90224b07c19a71398f0f authored over 4 years ago
docs: Clarify external code vendoring (#5597)

github.com/denosaurs/deno_desktop - 76ee5c780848a922dfc0ab8ac48096ab2262cc4a authored over 4 years ago
Add `parseArgs` function and tests

github.com/denosaurs/denon - 41c694f25a2853f5195dc154d09d2f6752608530 authored over 4 years ago
Update README.md

github.com/denosaurs/status - 6ce337998de189653387562986691490e3f7e9a2 authored over 4 years ago
Fix URL encoding (#5557)

github.com/denosaurs/deno_desktop - 93c21646739a46a9710be9d580256e18bee740c0 authored over 4 years ago
Fix `deno fmt`

github.com/denosaurs/denon - 0a69890ecf461a6a264f18623bab2c292b23bc92 authored over 4 years ago
Add legacy `Watcher` mode

Legacy watcher is non blocking and allows support for watching files over the network

github.com/denosaurs/denon - db2cc6f43835201317cf5a9e4d77e2b98890aba9 authored over 4 years ago
Make Deno.remove() work with directory symlinks on windows (#5488)

github.com/denosaurs/deno_desktop - c3ec16535f55030ded8d76a82f0e1feaa1c8a3de authored over 4 years ago
Revert "Fix definition of URL constructor (#5521)" (#5564)

This reverts commit 63bc468365bceda929a39b5eb93b605e2dc2bd9c.

github.com/denosaurs/deno_desktop - 2a038eafcd1bd715f865e3b4642575af05893dc5 authored over 4 years ago
Nullish coalescing operator instead of double pipe

github.com/denosaurs/denon - 2a4952dbeec4b6eae535a9995a7d5dfd3fef97d3 authored over 4 years ago
fix: disable test using 019_media_types (#5589)

This commit disabled flaky test in cli/module_graph.rs.

The test uses 019_media_types.ts whic...

github.com/denosaurs/deno_desktop - f6caf4883dc507d9aa7f222868f5e7f844d303f3 authored over 4 years ago
Remove Placeholder from spawner

github.com/denosaurs/denon - 610ca615aca323a143088bc57743ec278d7fa69c authored over 4 years ago
Update `docs/getting_started/first_steps.md` (#5573)

github.com/denosaurs/deno_desktop - b3a216790a64db1e49ce8d977930aacbe6c7178a authored over 4 years ago
Update style_guide.md (#5576)

github.com/denosaurs/deno_desktop - af09ba005633ef3b7bae8bb511d1e526cb3aa61b authored over 4 years ago
Update `docs/getting_started/permissions.md` (#5574)

Aligned the example wording more closely with that in the
`first_steps.md` document, and made o...

github.com/denosaurs/deno_desktop - 7863d611fcb26b6f2f8a911babb839584668f936 authored over 4 years ago
Use template function for spawner

github.com/denosaurs/denon - 525c7bf2402fe1294d17bcf90a27c9f4bcf44aa6 authored over 4 years ago
Add LogConfig

github.com/denosaurs/denon - f18e32bce6a7f56421c0962bf9eac808a831f3d4 authored over 4 years ago
refactor: rewrite TS dependency analysis in Rust (#5029)

This commit completely overhauls how module analysis is
performed in TS compiler by moving the...

github.com/denosaurs/deno_desktop - 9d63772fe5bacc8fa1e0a8cbb152a2f107ae268f authored over 4 years ago
docs(std): Fix typo (#5582)

github.com/denosaurs/deno_desktop - ce81064e4c78a5d6213aa19351281c6b86e3e1cb authored over 4 years ago
Add `paths` to WatcherConfig

If `paths` are not provided Watcher falls back on `Deno.cwd()`

github.com/denosaurs/denon - 95be57186f58ab43b201339c28fa36ec64219aff authored over 4 years ago
Fix `deno fmt`

github.com/denosaurs/denon - 89917189a07dc18c9b68fe645adba36c8c06b033 authored over 4 years ago
Add Watcher class and glob pattern recognition

github.com/denosaurs/denon - 8d99478198814f14f10f6bb3600114358b84c0be authored over 4 years ago
Add license notice on all files

github.com/denosaurs/denon - 630613f6b4367676616f471300b0d93f8e0b0f65 authored over 4 years ago
Remove test code from e4285c

github.com/denosaurs/denon - 6457108cbf557b1c1265ab3289728d420b85a01d authored over 4 years ago
Add Spawner & Execution class

* Added command generation based on configuration setting with `Spawner`class
* Added command ex...

github.com/denosaurs/denon - e4285c145e138781f7db4fafb51d476060865f96 authored over 4 years ago
fix(std/hash): SHA1 hash of Uint8Array (#5086)

github.com/denosaurs/deno_desktop - 2d5abbe909071571def869bfc968f33cd62dbe83 authored over 4 years ago
Added util for template strings

github.com/denosaurs/denon - 1f5e561bf446200e5cb3189de96c9c3a0b9bbc77 authored over 4 years ago
Miscellaneous documentation and spelling improvements (#5527)

* Extended/updated documentation on code editor setup and plugins.
* Moved documentation to the...

github.com/denosaurs/deno_desktop - 36fde75d779078118af3b2b6c078bcbfb47b1a0f authored over 4 years ago
Implement Deno.kill for windows (#5347)

github.com/denosaurs/deno_desktop - eddb916883901385233bea24313e2920fcac5388 authored over 4 years ago
Update to dprint 0.18.3 and the latest version of swc (#5509)

github.com/denosaurs/deno_desktop - a054250a2cd709f74a3c9984af0cb74b7adde3bd authored over 4 years ago
chore: capture stderr in integration tests (#5549)

This commit removes "check_stderr" setting from itest! macro used
to generate integration tests...

github.com/denosaurs/deno_desktop - e16eb9e10841d3b63bfe50db9849ae9a2d7c20f3 authored over 4 years ago
Fix definition of URL constructor (#5521)

github.com/denosaurs/deno_desktop - 63bc468365bceda929a39b5eb93b605e2dc2bd9c authored over 4 years ago
Improve moveSync jsdoc

github.com/denosaurs/deno_desktop - 4db4a7fbccad698a1e91ea0c9b6c9a68c2d553f7 authored over 4 years ago
Simplify fmt::Display for ModuleResolutionError (#5550)

github.com/denosaurs/deno_desktop - 2c71780cfbba0b2de1682196114c80be641187b0 authored over 4 years ago
Update README.md

github.com/denosaurs/status - 4eebcb310f01a05a3c933407718996b8403dfe79 authored over 4 years ago
Add new config format and loading

github.com/denosaurs/denon - daeda518c81f0f646b26f03d10481a076f694da6 authored over 4 years ago
Update README.md

github.com/denosaurs/status - 91a87232b86401e4658271d7a583d9735f5fd78d authored over 4 years ago
Add mergeConfig to config.ts

github.com/denosaurs/denon - 4e71708182c302cb9c350b624f0a09629a9eee8d authored over 4 years ago
Implement sample code to make denon runnable

github.com/denosaurs/denon - d9b02c04ff0e35d3a5628257f9f34b70334dfd16 authored over 4 years ago
Move denon.ts to root of repo

github.com/denosaurs/denon - 4557c1c8d344c01abfbfc7360ac27f6568b25015 authored over 4 years ago
Add custom logging

* Added log related modules to deps.ts
* Implemented logSetup in log.ts

github.com/denosaurs/denon - 59b6bc362fd4867ebb07d9f5505b914ec258a831 authored over 4 years ago