Andrew Nesbitt

Results 110 issues of Andrew Nesbitt

A bit of a follow on from my musings in https://github.com/protocol/package-managers/issues/5, mostly for myself to get things straight in my head but may be useful for others With registry.js.ipfs.io users...

Audience: Package manager maintainers
Type: Discussion
Focus: Identity/security

It looks like it's possible to add IPFS support to bundler, the rubygems dependency manager, via a plugin system, specifically a "source" plugin: https://bundler.io/v2.0/guides/bundler_plugins.html There's already three built-in sources: [rubygems](https://github.com/bundler/bundler/blob/master/lib/bundler/source/rubygems.rb),...

Audience: Package manager maintainers
Type: Research
Package Manager: RubyGems

Only just announced this weekend as jsconf, [Entropic](https://github.com/entropic-dev/entropic) is a new package manager registry and client intended to be a federated replacement for npm. Video: https://www.youtube.com/watch?v=MO8hZlgK5zc slides: https://speakerdeck.com/ceejbot/the-economics-of-package-management Very exciting,...

Audience: Package manager maintainers
Type: Research
Package Manager: NPM

There was some talk of decentralized publishing for [npm-on-ipfs](https://github.com/ipfs-shipyard/npm-on-ipfs) on the [IPFS GUI call yesterday](https://www.youtube.com/watch?v=4Ky-MzcjGXg) as a potentially interesting area to explore. After exploring some [decentralized package manager ideas](https://github.com/ipfs/package-managers/issues/52) I...

Type: Experiment
Audience: Package publishers
Package Manager: NPM

Only [announced](https://medium.com/wasmer/announcing-wapm-the-webassembly-package-manager-18d52fae0eea) yesterday, wapm is a very new package manager for wasm. The client is [open source](https://github.com/wasmerio/wapm-cli) but the registry is not (yet), so I had a dig around to...

Status: In progress
Audience: Package manager maintainers
Type: Research
Package Manager: WAPM

![screen shot 2014-01-14 at 7 42 19 pm](https://f.cloud.github.com/assets/1060/1914178/09f55f0e-7d54-11e3-8510-4a5a208bc42b.png) I get shown a lot as someone who stars by own repos, it might look better if you don't include the user...

You could pull the mappings out of https://github.com/andrew/node-xbox-controller/blob/master/lib/buttons.json but it might be easier to require('xbox-controller') and wrap it in a helper function to reduce the amount of duplicate code.

help wanted

To help with discovery and curation of projectsfor Open Sustainable Technology, I propose we build a minimal browser extension that can be used to quickly assess and identify suitable projects...

enhancement
help wanted
dev/experimental

The current REST API docs are generated using yard and not great for http endpoints, instead we should have an openapi.yml spec file and serve an interface using https://github.com/rswag/rswag (ignoring...

enhancement
help wanted

Using https://youmightnotneedjquery.com to see if I can use built in browser methods to remove the dependency on jquery. Files: - [ ] octobox.js - [x] comments.js - [x] notifications.js -...

enhancement
dependencies
:pencil: work in progress
JavaScript