Ecosyste.ms: OpenCollective

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

entropic


Collective - Host: opensource - https://opencollective.com/entropic - Code: https://github.com/entropic-dev

chore: add snap install doc

github.com/entropic-dev/entropic - a3089a827c36e9c0b5ec22a76ef656d304ebe7bd authored over 5 years ago by Wes Mason <[email protected]>
chore: change snap name from ds to entropic-ds

github.com/entropic-dev/entropic - 5398450ce2b03e3520791b706827b522f8282f85 authored over 5 years ago by Wes Mason <[email protected]>
feat(snaps): add a snapcraft.yaml for building a snap package

github.com/entropic-dev/entropic - f81c677c172bf6652b1cddd632e46aea78120d93 authored over 5 years ago by Wes Mason <[email protected]>
fix: add .mailmap

github.com/entropic-dev/entropic - 513fe60e4b84f88e0870474380d4e95b3569c239 authored over 5 years ago by Chris Dickinson <[email protected]>
docs: Fix badge link to Code of Conduct

Fixes #256.

github.com/entropic-dev/entropic - 6cfb09222486b60778bdb0bb48706e61ae2cf4c2 authored over 5 years ago by Ned Zimmerman <[email protected]>
docs: Update links in README.md

Fixes #231.

github.com/entropic-dev/entropic - a1db975f5b25d73fc3afbfa9edbac58ade68a813 authored over 5 years ago by Kirill Enykeev <[email protected]>
doc: improved HACKING.md

Fixes #272.

github.com/entropic-dev/entropic - 99a342c3da422891586d2a1e14226a01a2b4921a authored over 5 years ago by Nikhil Ranjan <[email protected]>
doc: fix typos in 001-manifest-toml.md

Fixes #285.

github.com/entropic-dev/entropic - 142a8a4cfdacad423ab229821dc83ad55e871cda authored over 5 years ago by 0xflotus <[email protected]>
fix(login): add noop for `logger.http`

Fixes #253.

github.com/entropic-dev/entropic - ea9b980fd01ff399ceb81a73ed07dab3669e39a6 authored over 5 years ago by Michael Matuzak <[email protected]>
fix(config): add fs.promises polyfill

Fixes #105.

github.com/entropic-dev/entropic - 05af6fd7d71d55ec6f97b36b47468df1eb348453 authored over 5 years ago by Felix Wu <[email protected]>
chore(ESLint): turn on prefer-const

Fixes #276.

github.com/entropic-dev/entropic - ce89c9362f93ac3e72c55ea5efc7dfa35be5096a authored over 5 years ago by Nick Schonning <[email protected]>
chore(.dockerignore): syncs .dockerignore with .gitignore

Closes #265.

github.com/entropic-dev/entropic - 4db354ff7027144a6c66a9217114941fdb802009 authored over 5 years ago by fetis <[email protected]>
chore(.gitignore): update gitignore for IDEs

github.com/entropic-dev/entropic - c6f3eb6641d051f64be0b88bdb650242afe88a75 authored over 5 years ago by fetis <[email protected]>
meta(PR template): change from tasklist

Closes #268.

github.com/entropic-dev/entropic - 6c820f16dd563d9ebbbb3a715b38aa424a1b43cd authored over 5 years ago by zacanger <[email protected]>
docs(CONTRIBUTING.md): fix conventional-changelog link

The [original URL](https://github.com/conventional-changelog/conventional-changelog-angular/blob...

github.com/entropic-dev/entropic - fe0b570b020b1366ab02a65b2f8faa88b0c399dc authored over 5 years ago by Robert Jackson <[email protected]>
docs(readme): Remove duplicate reference to Contributing doc.

Closes #277.

github.com/entropic-dev/entropic - 5acb8dd6306a491c6b3bd5bb0c87dd77df7059d7 authored over 5 years ago by Sophie Dawson <[email protected]>
fix(vcpm-sync): use process.exitCode not process.exit()

On certain platforms (e.g. Windows) the console streams are async,
since `process.exit()` immedi...

github.com/entropic-dev/entropic - 624fcd79097d4bee83454760f3462ed9dc353f5b authored over 5 years ago by Robert Jackson <[email protected]>
Add RFC for manifest toml format (#189)

* Add RFC for Package.toml format

There are a few things that we likely can add to this, but ...

github.com/entropic-dev/entropic - 266dfa225b89ef1d081a0a1ad26d729dd0e23c64 authored over 5 years ago by Todd Kennedy <[email protected]>
fix: cannot default {log = log}

github.com/entropic-dev/entropic - 282b71e3a4de8010efd537ed2d287ab9595fd079 authored over 5 years ago by Chris Dickinson <[email protected]>
cli/lib/main: main calls unpack properly

github.com/entropic-dev/entropic - f14b325a371ad6c7fb5d85a132a015f49d3ed583 authored over 5 years ago by Mike Samuel <[email protected]>
cli/lib/main now rejects command names with file metachars

Fixes #251

This adds a check to function main so that when the first argument,
which is interpr...

github.com/entropic-dev/entropic - 44548393390451ce21ede525df34fcc023b67d29 authored over 5 years ago by Mike Samuel <[email protected]>
fix(storage): createdb defaults PGHOST to localhost

github.com/entropic-dev/entropic - b9a483347a516ae3b229f5a2106617b8134da17c authored over 5 years ago by Chris Dickinson <[email protected]>
signup tests

signup remote auth tests

github.com/entropic-dev/entropic - 0dad09218abdff245d4d4096aa4d4c5d4f60e73f authored over 5 years ago by Nick Olinger <[email protected]>
throw an error for an invalid lookup values

use startsWith

move and rename storage tsts

use glob pattern for storage tests

github.com/entropic-dev/entropic - 7f935831f1da132a92e964b36ef3434b92223575 authored over 5 years ago by Nick Olinger <[email protected]>
token model test

github.com/entropic-dev/entropic - fd9ae5bce98a9ffb5ffd896efee2943a3cd319e0 authored over 5 years ago by Nick Olinger <[email protected]>
add user model tests

github.com/entropic-dev/entropic - fb43f05d7b0591043a823b5200d86a08275aeaa7 authored over 5 years ago by Nick Olinger <[email protected]>
Fix --version & -v. (#250)

github.com/entropic-dev/entropic - ca58c5e9e4a94873577e7ce2ee7745d4d540f867 authored over 5 years ago by C J Silverio <[email protected]>
docs: add enykeev as a contributor (#248)

* docs: update README.md

* docs: update .all-contributorsrc

github.com/entropic-dev/entropic - 885ffdc1242991bf023f1338d3d8cf8c4579d813 authored over 5 years ago by allcontributors[bot] <allcontributors[bot]@users.noreply.github.com>
feat(ci): pack cli during ci (#233)

github.com/entropic-dev/entropic - 2910cb50ec69f8863b2352a42b945f2017a25356 authored over 5 years ago by Kirill Enykeev <[email protected]>
docs: add mirandaio as a contributor (#246)

* docs: update README.md

* docs: update .all-contributorsrc

github.com/entropic-dev/entropic - 42abc537b3158f09ef0ad0b1edb436a025181ff4 authored over 5 years ago by allcontributors[bot] <allcontributors[bot]@users.noreply.github.com>
[CLI] - Catch cli up Pt. 1 (#234)

* rework whoami

* add sinon

* lint-fix

* whoami tests and ava setup

remove old mocha...

github.com/entropic-dev/entropic - 43310ef4c26ccaf1bc9b8c0b4e38975ae5205552 authored over 5 years ago by Nick Olinger <[email protected]>
Chris/fix docker compose and url (#247)

* feat: include default env vars for interconnecting dockers

* fix: new URL() I love you, but...

github.com/entropic-dev/entropic - 15ec6fd17719ceddce76acff475e1342427fb64d authored over 5 years ago by Chris Dickinson <[email protected]>
chore(dependencies): audit registry dependencies (#235)

github.com/entropic-dev/entropic - 10a51b0c57352454932ff159c0783e2ee0a57613 authored over 5 years ago by Alfredo Miranda <[email protected]>
Cleanup, tidying, and other boring things. (#242)

Ran fixpack on all package.json files.

Added superhawk610 and 1stvamp to contributors.

The...

github.com/entropic-dev/entropic - 22bbeea30b7c4c4538b3a9c027b47b9aad34fbf1 authored over 5 years ago by C J Silverio <[email protected]>
Add engines field for ds (#236)

* chore(cli): add engines.node field to ds package.json, to restrict to nodejs v12 and above

...

github.com/entropic-dev/entropic - e542afbfb82b7ee5072e39ca79015891dbc00b0c authored over 5 years ago by Wes Mason <[email protected]>
docs: add moogacs as a contributor (#238)

* docs: update README.md

* docs: update .all-contributorsrc

github.com/entropic-dev/entropic - 80e0fe97170e4806bacdcd48d69daf5b7bdd4c09 authored over 5 years ago by allcontributors[bot] <allcontributors[bot]@users.noreply.github.com>
Switch(#211): url.parse() to new URL() (#223)

* Switch(#211): url.parse() to new URL()

* Switch(#211): url.parse() to new URL()

* Switch...

github.com/entropic-dev/entropic - b0eeebea3c29ac71019b41b6883ab241c97f25df authored over 5 years ago by Mohamed Badawi <[email protected]>
feat(cli): refactor invite/invitations/accept/decline commands (#188)

* fix(cli): allow command name to be placed after flags

* chore(cli): refactor whoami command...

github.com/entropic-dev/entropic - 35bdc32814a2c18533c8f54cb5e3c3c8bbefe6c6 authored over 5 years ago by Aaron Ross <[email protected]>
Add basic issue and PR templates (#131)

* Add basic issue and PR templates

* Update .github/ISSUE_TEMPLATE.md

Co-Authored-By: Jame...

github.com/entropic-dev/entropic - 95d8975b526ff046e7344b531ec140bc5dd1318f authored over 5 years ago by Zac Anger <[email protected]>
Add optional hooks (#187)

github.com/entropic-dev/entropic - 40b9155907c0410bab64d6f82167f46c683b6d37 authored over 5 years ago by Zac Anger <[email protected]>
docs: add samccone as a contributor (#227)

* docs: update README.md

* docs: update .all-contributorsrc

github.com/entropic-dev/entropic - 44285dc764b18c0126a07ff0e2514b17230e3c04 authored over 5 years ago by allcontributors[bot] <allcontributors[bot]@users.noreply.github.com>
Remove unused pipeline import from vcpm-sync. (#222)

github.com/entropic-dev/entropic - c6f29e5a7b5d6e36c289ffe4e75398fb6d0afe46 authored over 5 years ago by Sam Saccone <[email protected]>
Add cli deps (#225)

* add ava as cli devDependency

* add chalk as cli dependency

github.com/entropic-dev/entropic - cae025cd456deaed81c7ba3dfea55076d419ac6e authored over 5 years ago by Nick Olinger <[email protected]>
Fix minor spelling typo

graceully => gracefully.

github.com/entropic-dev/entropic - baae48287b6bdf9ab24987a00ec7c240a0e32e4c authored over 5 years ago by Sam Saccone <[email protected]>
Add nodemon to registry dev command (#200)

* Add nodemon to registry dev command

* add pretest to registry docker command

github.com/entropic-dev/entropic - 7492f789fb48a0a51ad3006782cc57b866492661 authored over 5 years ago by Nick Olinger <[email protected]>
Add brew formula and move installation docs (#216)

* Add brew formula

* Move some things around

* Add Arch instructions by @dmfay

* Incorp...

github.com/entropic-dev/entropic - 4f1feb879f926ceb65bcf61a2ae4f70d451728b9 authored over 5 years ago by Zac Anger <[email protected]>
Dockerize new services

github.com/entropic-dev/entropic - 5572d6befbb3df20d1986bd196c4c97946f368e3 authored over 5 years ago by zacanger <[email protected]>
Split the registry into registry, web, and storage services (#135)

* feat: split into microservices

* feat: you can publish packages (again)

* fix: further m...

github.com/entropic-dev/entropic - 0be1a86ca55adcd76b11bd4750513661a3ec6d2b authored over 5 years ago by Chris Dickinson <[email protected]>
issue #26 Discourse instance to discuss project

Added a link to our new Discourse instance to the readme. If this
doesn't meet our needs I'm hap...

github.com/entropic-dev/entropic - 49d52ef9584a754839bd7b5c4eab871adaec7878 authored over 5 years ago by C J Silverio <[email protected]>
docs: add zeke as a contributor (#205)

* docs: update README.md

* docs: update .all-contributorsrc

github.com/entropic-dev/entropic - f05630fefad86d653eb0bbc49c0c90d2d5e61e46 authored over 5 years ago by allcontributors[bot] <allcontributors[bot]@users.noreply.github.com>
docs: use string URL for repository in package.json

github.com/entropic-dev/entropic - fc51fac7ab26eaf310b7393a13078b3bf9be6f52 authored over 5 years ago by Zeke Sikelianos <[email protected]>
docs: add sbinlondon as a contributor (#199)

* docs: update README.md

* docs: update .all-contributorsrc

github.com/entropic-dev/entropic - a27e705d8da7ebb2fe21f117677b718a7a9e8c78 authored over 5 years ago by allcontributors[bot] <allcontributors[bot]@users.noreply.github.com>
Make Code of Conduct more visible in documentation (#198)

* Add COC badge and link to top of README

* Add line about COC to top of Contributing docs

github.com/entropic-dev/entropic - d647739677f1fe7b8a99584c283e101c0e91d2e7 authored over 5 years ago by Kate Beard <[email protected]>
docs: add pranshuchittora as a contributor (#195)

* docs: update README.md

* docs: update .all-contributorsrc

github.com/entropic-dev/entropic - f61c50275335ec7770aacc61b966b58b9b563582 authored over 5 years ago by allcontributors[bot] <allcontributors[bot]@users.noreply.github.com>
docs(readme): adds link for the contributing guide (#184)

* chore(cli): refactors the fetch

refactored the fetch.js

* docs(readme): adds the link to...

github.com/entropic-dev/entropic - 3182a61bc308992efa66a1d91d0555f93aa974f1 authored over 5 years ago by Pranshu Chittora <[email protected]>
Add the entropic-cache directory to .gitignore

Useful when developing locally to ensure you don't commit cache content, and hides the cached co...

github.com/entropic-dev/entropic - bf18c03f6354ea13e994c3bdb3e0f0f7412394ce authored over 5 years ago by Andrew Nesbitt <[email protected]>
docs: add aredridel as a contributor (#180)

* docs: update README.md

* docs: update .all-contributorsrc

github.com/entropic-dev/entropic - ce00ad9b907b1177ba75fbbbd6dfdd17325bc673 authored over 5 years ago by allcontributors[bot] <allcontributors[bot]@users.noreply.github.com>
feat: IPv6 support

Since I'm on a weird network where loopback routing doesn't work because
NAT is frustrating, but...

github.com/entropic-dev/entropic - 0bd61ccd761728caf0f95e740be95f5cd17539a8 authored over 5 years ago by Aria Stewart <[email protected]>
docs: add varjmes as a contributor (#179)

* docs: update README.md

* docs: update .all-contributorsrc

github.com/entropic-dev/entropic - 0d96ad11be5f17f7b9d00f764063748dca273d28 authored over 5 years ago by allcontributors[bot] <allcontributors[bot]@users.noreply.github.com>
Switch var to let (#176)

github.com/entropic-dev/entropic - a69f0822466fdb68cbd9b89d6c78d4902fa11bfa authored over 5 years ago by Zac Anger <[email protected]>
Get the contributors list all all-contribby & pretty.

github.com/entropic-dev/entropic - 01cf9580a8b33e2b174d593b5aee5ced223c4655 authored over 5 years ago by C J Silverio <[email protected]>
fix: MD012/no-multiple-blanks

Multiple consecutive blank lines

github.com/entropic-dev/entropic - 6f890f0b3b26a002d6c97208665c88371d78480d authored over 5 years ago by Nick Schonning <[email protected]>
docs: add nschonni as a contributor (#171)

* docs: update README.md

* docs: create .all-contributorsrc

github.com/entropic-dev/entropic - d2366dd19342afc9b16c86c4bd736045cd558a33 authored over 5 years ago by allcontributors[bot] <allcontributors[bot]@users.noreply.github.com>
docs: add gribnoysup as a contributor (#170)

* docs: update README.md

* docs: create .all-contributorsrc

github.com/entropic-dev/entropic - ab03d710f0300685715cc1d5ceda86daa972eff4 authored over 5 years ago by allcontributors[bot] <allcontributors[bot]@users.noreply.github.com>
fix: MD005/list-indent

Inconsistent indentation for list items at the same level

github.com/entropic-dev/entropic - 0f864e1df8a2bbe323910af9e79b249be29192a1 authored over 5 years ago by Nick Schonning <[email protected]>
fix: MD029/ol-prefix (#172)

Ordered list item prefix

github.com/entropic-dev/entropic - 192a444b3f1f8eb31fa55e05d1b91cb7fcd0f76e authored over 5 years ago by Nick Schonning <[email protected]>
fix: MD019/no-multiple-space-atx

Multiple spaces after hash on atx style heading

github.com/entropic-dev/entropic - 9066e103d67c683e9b7e114cc747b2891984a9c5 authored over 5 years ago by Nick Schonning <[email protected]>
chore: Allow "a" in markdown

Used for the alternate TOC in Contributing.md

github.com/entropic-dev/entropic - ae2d39d658f516b84e97dd7f0881b86992fbd62e authored over 5 years ago by Nick Schonning <[email protected]>
fix: MD038/no-space-in-code

Spaces inside code span elements

github.com/entropic-dev/entropic - 8333ca6b7d3c31e6d05aec8275b67fcaea77f529 authored over 5 years ago by Nick Schonning <[email protected]>
fix: MD006/ul-start-left (#168)

Consider starting bulleted lists at the beginning of the line

github.com/entropic-dev/entropic - 73f99f5074ff74590d91c3475fa1e530af0b4d49 authored over 5 years ago by Nick Schonning <[email protected]>
fix: MD007/ul-indent (#169)

Unordered list indentation

github.com/entropic-dev/entropic - 120bdcc0dbec0a6bc0af0547365c668adaaadbfb authored over 5 years ago by Nick Schonning <[email protected]>
fix: MD012/no-multiple-blanks

Multiple consecutive blank lines

github.com/entropic-dev/entropic - 0b5eb376783b7064604a5ddc5199629f1710b518 authored over 5 years ago by Nick Schonning <[email protected]>
fix(services/registry): check if namespace was found before going to the next middleware

github.com/entropic-dev/entropic - 60d0a10350464703355bf0819811f68478677e6e authored over 5 years ago by Sergey Petushkov <[email protected]>
chore(docs): update contributors list

github.com/entropic-dev/entropic - 7836684e4805e76347d2c1cdeea7747272b53ac7 authored over 5 years ago by James <[email protected]>
[fix] Handle build with no depedencies (#156)

running `ds build` in a directory with no dependencies causes the
installer to crash since it c...

github.com/entropic-dev/entropic - 106510f1438f42870fbdc56d8018e085c4fa97f5 authored over 5 years ago by Todd Kennedy <[email protected]>
feat(cli): alias -v to --version (#157)

github.com/entropic-dev/entropic - e0fcc97307191d03a183b683bb8aff0c8ca44254 authored over 5 years ago by James <[email protected]>
add mocha to eslintrc env

github.com/entropic-dev/entropic - f145c065fbbf61e11a0e4ed6bc7be85e70d255b8 authored over 5 years ago by Nick Olinger <[email protected]>
Add registry Docker build (#130)

github.com/entropic-dev/entropic - 65ec2efe0821f86dfb2692f448838c1f9c620b54 authored over 5 years ago by Zac Anger <[email protected]>
chore: Add Markdownlint

Add the intial setup, but ignore all current issues

github.com/entropic-dev/entropic - 2c5f4fb20332733a700dd69f7173b20f493f8b85 authored over 5 years ago by Nick Schonning <[email protected]>
fix(docs): language in readme

github.com/entropic-dev/entropic - b4f45a7975b5cc6f044c554f507b83f8a0f39919 authored over 5 years ago by James <[email protected]>
Remove external docker network (#146)

github.com/entropic-dev/entropic - fad90d13e4ed7b758cc469c75e8950f342e2339c authored over 5 years ago by Zac Anger <[email protected]>
[feat] Set up system for locale-specific help (#123)

* [feat] Set up system for locale-specific help

Provide a way to determine the locale of the ...

github.com/entropic-dev/entropic - c0647c5d34f7800f932ec7141760811099d05435 authored over 5 years ago by Todd Kennedy <[email protected]>
Update path for registry .env location in Readme

github.com/entropic-dev/entropic - 1e4328dc81c6f236bb80e831f1fa554b0bde7bf2 authored over 5 years ago by Andrew Nesbitt <[email protected]>
Added ping command for pinging registry (#140)

* Added ping command to ping repository

* added missing ;

github.com/entropic-dev/entropic - f86590e24f2e0f4f435171b532b33b518bcb2f0a authored over 5 years ago by Nikhil Ranjan <[email protected]>
Fix boltzmann authneeded response; Make local NODE_ENV consistent (#128)

* fix(services/common/boltzmann): fix arguments passed to Response constructor

* fix(services...

github.com/entropic-dev/entropic - 1caebd27e716bfe5d37104f74f78bc5958803d6b authored over 5 years ago by Sergey <[email protected]>
Fix tests and docker-compose (#125)

* Fix tests

* Fix docker-compose and tests

github.com/entropic-dev/entropic - 28c86601415f02c8a48e7f7a2af909e4e67d6006 authored over 5 years ago by Zac Anger <[email protected]>
Abusing my position to push readme tweaks to master.

github.com/entropic-dev/entropic - 6b6d1de6d2eb4e06ced147baa6bff707ea9194b6 authored over 5 years ago by C J Silverio <[email protected]>
The cheese moves. Again. (#122)

* The cheese moves.

<ricard strauss organ pedal note>

<trumpet blast>

Laying the ground...

github.com/entropic-dev/entropic - d54ab504c146ef327cf5d209e3a2aded4cdfb72a authored over 5 years ago by C J Silverio <[email protected]>
Local dev docker setup (#119)

* Local dev docker setup

* Address PR comments

* Add note about .env file

github.com/entropic-dev/entropic - 824458b5d557bc87799f3f689e4bc329c844da3d authored over 5 years ago by Zac Anger <[email protected]>
docs: Minor edits for spelling, punctuation (#117)

* Minor documentation edits

- Removed superfluous punctuation
- Corrected misspelling

* d...

github.com/entropic-dev/entropic - a4987ceb8af38ebffc451227cbc55e9432844a2d authored over 5 years ago by Brenna Flood <[email protected]>
Link to TOML spec from README

I didn't know what TOML was and I imagine others might not either.

Made references links to t...

github.com/entropic-dev/entropic - 3057bb37e760a4ff3e83ab19dc9a029b46544771 authored over 5 years ago by Sébastien Cevey <[email protected]>
doc: update web/README to point at project issue

github.com/entropic-dev/entropic - f0cbe3764883c5a92e612fbf621489832c99e97e authored over 5 years ago by Chris Dickinson <[email protected]>
doc: add a min requirement for ds

github.com/entropic-dev/entropic - a81d6f8528709a3fe5e291916c16378b649eb676 authored over 5 years ago by Chris Dickinson <[email protected]>
Add basic help showing avilable commands (#100)

* Add basic help showing avilable commands

If you don't provide a command to ask for help on,...

github.com/entropic-dev/entropic - d3dbbb6795b3222130ffe31b08faedde3ab70176 authored over 5 years ago by Todd Kennedy <[email protected]>
Fix typo in API schema (#98)

github.com/entropic-dev/entropic - 09b98134373414e3342aa08313402b1d9ab2eb90 authored over 5 years ago by Jonathan Weiss <[email protected]>
fix: point at registry.entropic.dev, you are automatically an accepted member of your own namespace

github.com/entropic-dev/entropic - 93661648fcaf7182f557732ede11c2923feb7a45 authored over 5 years ago by Chris Dickinson <[email protected]>
fix: make nginx&cli encode legacy scoped pkgs well (#97)

* fix: make nginx&cli encode legacy scoped pkgs well

- This means urldecoding the incoming sp...

github.com/entropic-dev/entropic - f6e1ccf304a7b2d535b092ad86374ffccc243e5f authored over 5 years ago by Chris Dickinson <[email protected]>
doc: note that "ds build" creates a ds/node_modules dir

github.com/entropic-dev/entropic - 7379e8235a87a443623263eabe5d5bfef1d36821 authored over 5 years ago by Chris Dickinson <[email protected]>
doc: update to remove certainty from wording: we don't know the future!

github.com/entropic-dev/entropic - b14e3a74dc76e76a9a7ec6f7dd0186663a1fcc43 authored over 5 years ago by Chris Dickinson <[email protected]>
Version two more urls. A package.toml for the registry! (#96)

* Version two more urls. A package.toml for the registry!

* Urlencoding. Also, have a list a...

github.com/entropic-dev/entropic - 316feecc54f24bafb998e1589b79d0f4a82ba537 authored over 5 years ago by C J Silverio <[email protected]>