Ecosyste.ms: OpenCollective

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

SurviveJS

Open source books and blog
Collective - Host: opensource - https://opencollective.com/survivejs - Website: https://survivejs.com - Code: https://github.com/survivejs

Add "Buy the ebook" link

Otherwise it's possible to miss in case the site is entered through some
other page than landing...

github.com/survivejs/react-book - 8e7deb81c9c84013c5e089bd30e9aeeb84f86fa1 authored over 9 years ago
Fix TOC for smaller resolutions

github.com/survivejs/react-book - 5bc8476c14ba82b671d8ee2bab52242fcfebafe4 authored over 9 years ago
Set up a subtle gradient behind prev/next controls

This way they are more readable in a compact layout.

github.com/survivejs/react-book - 5ab354c1676817b7dcb63d3a8cae8742e00a99f3 authored over 9 years ago
Show table of contents

Probably should customize this further (ie. show toc based on page
contents). Better than earlie...

github.com/survivejs/react-book - 16f8977d984e2ceaba5e4700bb9118557591026f authored over 9 years ago
Add kanban acknowledgments and improve positioning

github.com/survivejs/react-book - a15351f40d51267fd622672a818a39fb19d7b21b authored over 9 years ago
Improve index copy

Added image and trimmed down text.

github.com/survivejs/react-book - 17e29a6006b2e9894c2397118d3c672bb774c665 authored over 9 years ago
Push index content to Markdown

Much easier to modify this way.

github.com/survivejs/react-book - 10240c2e77231f860133c6320ba6ff8a5b4586f3 authored over 9 years ago
Update site title

github.com/survivejs/react-book - 507f401f2a80ab0d6d86b9855e749574e2dbc909 authored over 9 years ago
Show anchor links

Easier to link to specific content this way.

github.com/survivejs/react-book - 84dd75866c11d00c98c65abb95d97320cc4cc594 authored over 9 years ago
Eliminate `undefined` from header ids

Looks like some marked bug...

github.com/survivejs/react-book - e09176154addd34c1b4c77aeae28aae38369b0c8 authored over 9 years ago
Make attribution links stand out less

github.com/survivejs/react-book - 60df1461270c78b467c7cd68d884b44b66e47c4c authored over 9 years ago
Add stock imagery for each chapter at site

Looks a little better this way.

github.com/survivejs/react-book - 72e3ca47b045c950f719dcf2befeebf04d05f375 authored over 9 years ago
Mention `eslint-config` and `standard`

github.com/survivejs/react-book - 784a6e5784d09052088dd46763e592290b6e40c2 authored over 9 years ago
Remove beginning slash from image links

One less Leanpub warning.

github.com/survivejs/react-book - 84f58528a7040e6fc7397400b3d2e7435366d200 authored over 9 years ago
Add snippet about CSS Modules

github.com/survivejs/react-book - 33030e33df9ae6634a66fe0f30287cd9e9cb41aa authored over 9 years ago
Add more info on methodologies and preprocessors

github.com/survivejs/react-book - 7e224fb93bf3b85de01d279532288aa8204edcc7 authored over 9 years ago
Set up ExtractTextPlugin for demo

github.com/survivejs/react-book - 5dc813170f79796a6a32742632e946520eb3e974 authored over 9 years ago
Set up example for styling chapter

github.com/survivejs/react-book - bcf2f5034f9bb941a1624307da1248408a07c0fb authored over 9 years ago
Improve styling intro and tweak classes to match text

github.com/survivejs/react-book - 60219de90d8fe8405fb8e71f69aa92d6ef7134cf authored over 9 years ago
Extracing -> Extracting

github.com/survivejs/react-book - 2c708ba8d64c30bed15ad5caa057f28563428c6b authored over 9 years ago
Add missing trailing commas

It should be more consistent now.

Closes #56.

github.com/survivejs/react-book - 0f1135cc8936e71673a6188103d9b6855a84d798 authored over 9 years ago
Show how to turn lanes functional again

github.com/survivejs/react-book - 80860f777164e3eab6394fcee8e6011f0243f5c6 authored over 9 years ago
Add note about updated storage

Might as well fold this bit into the original implementation of storage
to save some space.

github.com/survivejs/react-book - 750dc781233320c04c75afa67e1e8792cc37f6b4 authored over 9 years ago
Use more sensible import ordering

github.com/survivejs/react-book - 4c6789b162ec13cedfeb59387d1ae0eec0aa1a6f authored over 9 years ago
Drop redundant code

github.com/survivejs/react-book - 7f34c8bf94c8583bb05e3516c40ab90032955ba0 authored over 9 years ago
Push storage bits to storage module

github.com/survivejs/react-book - 06d3cbdbb64de86f90b0a9f765d644400b4bc7a2 authored over 9 years ago
Tidy up

Just needed some way to share that storage name. Probably not the only
way to do this.

github.com/survivejs/react-book - 1314a2a403ae425711f645b442ceb5d6dfeba9ab authored over 9 years ago
Restore persistency for lanes

Still need to clean this up

github.com/survivejs/react-book - e822c4f091ba559e5a2eb437dd2e35eb32f02a10 authored over 9 years ago
Eliminate getOrCreates

Depending on lane order index for `NoteActions` will likely get
problematic at some point (reord...

github.com/survivejs/react-book - c7a70e130afa0b2c056376daa6556cfd9b6d21b0 authored over 9 years ago
Push Note actions/stores to lower level

github.com/survivejs/react-book - edb010bb6deb4bef585be86397afbac0c6fa6faa authored over 9 years ago
Push persistency handling on a higher level

Still need to figure out a neat way to make this work for NoteStores.
The problem is that they g...

github.com/survivejs/react-book - 577c941836cb712eaba99d230fdbe3aa61b48365 authored over 9 years ago
Push Note action/store management to higher level

No need for `AltManager` to complicate things. We can get away with a
single alt instance after ...

github.com/survivejs/react-book - d8d3038977a9dc08243017d9f750fa61b060a06d authored over 9 years ago
Show how to model a Lane

github.com/survivejs/react-book - 6b03bb56a97aa91aeabcf058fc8f15eb4e4ee84d authored over 9 years ago
Tidy up lane markup

github.com/survivejs/react-book - 0da7df07198c633d447b10af4ca990e2c660e00b authored over 9 years ago
Patch @persist to be less specific

Less coupling, easier to tweak.

github.com/survivejs/react-book - 6db9bd5ce2276f022bc82f8e1efa2b4b4bf95fb8 authored over 9 years ago
Push persistency to Lanes level

A bit neater but not ideal yet.

github.com/survivejs/react-book - 82ad9f7858b090a3c11f4e3d010bb94fd4226e8b authored over 9 years ago
First stab at Lane level persistency

Need to clean this up.

github.com/survivejs/react-book - 01da8bfe333d4bb3b360448d293db6a7029d6f7e authored over 9 years ago
Add persist TODO

Need to make this work for notes too.

github.com/survivejs/react-book - 73b18410ce344b1e1a8be1337162d88ff0edb43d authored over 9 years ago
Add stubs for Lanes and Lane

Still need to connect with Notes and deal with instancing.

github.com/survivejs/react-book - e294218345533336c775593f23c8b72788a76048 authored over 9 years ago
Attach notes to individual lanes

Still need to improve store handling (multiple Alt instances are
needed possibly).

github.com/survivejs/react-book - 76b2151b6d3bad4c7a6917720790eec7f269408c authored over 9 years ago
Set up AltManager for Lane

github.com/survivejs/react-book - 74e63216d52fdb6329da1e84a2ecea54be735e78 authored over 9 years ago
Add a stub for new example

github.com/survivejs/react-book - 96903a729df55faf225411030cdc417ac2ea47b7 authored over 9 years ago
Remove redundant actions

github.com/survivejs/react-book - d64b5454264fa3a4993cc5f95f7c782c773989af authored over 9 years ago
Drop debug print

github.com/survivejs/react-book - ffd5ebb73e84c488bc304d793a6d382237229eae authored over 9 years ago
Remove old examples

Going to replace these with better ones.

github.com/survivejs/react-book - 939224f932f55afde06b9e4c49f1df8c168ae970 authored over 9 years ago
Add @danderu to acknowledgments

github.com/survivejs/react-book - 0a2050c78967eddbbd28dcdf0be051db41403d2d authored over 9 years ago
Merge pull request #55 from danderu/patch-1

the .tpl configuration is not needed anymore.

github.com/survivejs/react-book - 64b739f669ed33ff94ea02dffaa415424b28be2c authored over 9 years ago
the .tpl configuration is not needed anymore.

It made the build fail :)

github.com/survivejs/react-book - 130456df750e6f868e948d0c2ced0e08e6816fee authored over 9 years ago
Fix book generation script

Had that pointing at Antwar (site generator). Oops.

Closes #54.

github.com/survivejs/react-book - 61d209ae9b930072aa57cba8669a8782bdeb561c authored over 9 years ago
ESlint -> ESLint

github.com/survivejs/react-book - 14fb6c15a7fddde1b76dbfde41a1ebf713e056f1 authored over 9 years ago
Underscore deploy script

Just to be consistent.

github.com/survivejs/react-component-boilerplate - f0a052b1ee2eb248d7b0b2f177b388064aed5f6e authored over 9 years ago
Underscore deploy script

Just to be consistent.

github.com/survivejs/reports-boilerplate - f0a052b1ee2eb248d7b0b2f177b388064aed5f6e authored over 9 years ago
Push dev server to /lib

A little neater this way.

github.com/survivejs/react-component-boilerplate - 58fcdeee2ed6ad94b5705dec442f74b6658b5b0c authored over 9 years ago
Push dev server to /lib

A little neater this way.

github.com/survivejs/reports-boilerplate - 58fcdeee2ed6ad94b5705dec442f74b6658b5b0c authored over 9 years ago
Set up .editorconfig

Discovered at @cesarandreu's web-app repo. Thanks!

github.com/survivejs/reports-boilerplate - 7722e49a22b56b0d96daec1d28f0c9ce984a1f0a authored over 9 years ago
Set up .editorconfig

Discovered at @cesarandreu's web-app repo. Thanks!

github.com/survivejs/react-component-boilerplate - 7722e49a22b56b0d96daec1d28f0c9ce984a1f0a authored over 9 years ago
Set up .gitattributes

See
https://stackoverflow.com/questions/21472971/what-is-the-purpose-of-text-auto-in-gitattribut...

github.com/survivejs/reports-boilerplate - a2e60378a029cef3f5c7b17e298094802a6acb61 authored over 9 years ago
Set up .gitattributes

See
https://stackoverflow.com/questions/21472971/what-is-the-purpose-of-text-auto-in-gitattribut...

github.com/survivejs/react-component-boilerplate - a2e60378a029cef3f5c7b17e298094802a6acb61 authored over 9 years ago
Avoid rendering demo directly to body

A good practice if nothing else.

github.com/survivejs/react-component-boilerplate - e9a4b32ef0ed301c6e749154fa4ed415cc432413 authored over 9 years ago
Avoid rendering demo directly to body

A good practice if nothing else.

github.com/survivejs/reports-boilerplate - e9a4b32ef0ed301c6e749154fa4ed415cc432413 authored over 9 years ago
Eliminate redundant index.html

github.com/survivejs/reports-boilerplate - c8766bbf968db8ad827e82e874c77bdb160812bc authored over 9 years ago
Eliminate redundant index.html

github.com/survivejs/react-component-boilerplate - c8766bbf968db8ad827e82e874c77bdb160812bc authored over 9 years ago
Simplify html-webpack-plugin configuration

No need for extra `dev-server/index.html`. html-webpack-plugin can
generate that for us!

Thanks...

github.com/survivejs/react-book - a377c6c971e35202dbba0953a3b112f1cc9135ae authored over 9 years ago
Simplify html-webpack-plugin section

No extra template needed. Simple is good. Now app element gets created
dynamically. I do still m...

github.com/survivejs/react-book - f65fcaea8c58c01e398671995a3d9baf0cd916d3 authored over 9 years ago
Push dist-modules bit to preversion handler

github.com/survivejs/react-book - 915000a63e46e822d530d3d8a7551331c3ef063f authored over 9 years ago
Include `dist-modules` in the repo

Looks like npm needs this to work. Files in .gitignore won't be included
in the published build ...

github.com/survivejs/reports-boilerplate - 2700a005ee4fbdf1116726385471bd5fae61a8a9 authored over 9 years ago
Include `dist-modules` in the repo

Looks like npm needs this to work. Files in .gitignore won't be included
in the published build ...

github.com/survivejs/react-component-boilerplate - 2700a005ee4fbdf1116726385471bd5fae61a8a9 authored over 9 years ago
Update dependencies

ESlint is up to date again.

github.com/survivejs/reports-boilerplate - 2e4241c00c5bd44f6627f160ab51bb23c47d6d9d authored over 9 years ago
Update dependencies

ESlint is up to date again.

github.com/survivejs/react-component-boilerplate - 2e4241c00c5bd44f6627f160ab51bb23c47d6d9d authored over 9 years ago
Update preversion script

Better commit that dist. Otherwise `npm version` will fail.

github.com/survivejs/react-book - ca68bc5d1aaa62cc820034c69c9acf9be638271c authored over 9 years ago
Commit generated dist at preversion script

Otherwise `npm version` will fail.

github.com/survivejs/react-component-boilerplate - 8258487699d861040e5a143b938da92173777246 authored over 9 years ago
Commit generated dist at preversion script

Otherwise `npm version` will fail.

github.com/survivejs/reports-boilerplate - 8258487699d861040e5a143b938da92173777246 authored over 9 years ago
Remove redundant styles

github.com/survivejs/react-book - d6c461c537a8b82b60d185f9c943bf2ff51db2a2 authored over 9 years ago
Set default color closer to header image

github.com/survivejs/react-book - 867af12420dd504bceaa2675a9efb09c38658b14 authored over 9 years ago
Update dependencies

Hit by https://github.com/MoOx/eslint-loader/issues/41. Need to wait for
`eslint-loader` to bump...

github.com/survivejs/react-component-boilerplate - ae7bc010db45ece5ac7d32ce66b1b3ccc5182a39 authored over 9 years ago
Update dependencies

Hit by https://github.com/MoOx/eslint-loader/issues/41. Need to wait for
`eslint-loader` to bump...

github.com/survivejs/reports-boilerplate - ae7bc010db45ece5ac7d32ce66b1b3ccc5182a39 authored over 9 years ago
Simplify license field

github.com/survivejs/react-book - 1ae6ee0eed1ee862316d939f79877bc4dc368c7d authored over 9 years ago
Simplify license field

github.com/survivejs/reports-boilerplate - 831228ace7a91c36cf599b4632fefb7b94c79547 authored over 9 years ago
Style tips and warnings to look better

Closes #49.

github.com/survivejs/react-book - c0252305611368a457d66383c7228cd3c66c2577 authored over 9 years ago
Replace commonmark with marked

It's easier to shape content with marked.

github.com/survivejs/react-book - 5b45aa1813a50107e87a3b33051f8ac942c2011b authored over 9 years ago
Drop XXX

Fixed now.

github.com/survivejs/react-book - 29b8dfc43ef5517d5f1879fb03b0d8e3c66b18bc authored over 9 years ago
Update configuration to match current Antwar convention

github.com/survivejs/react-book - a7823eb9876463895be3b182bd3b3ba1314d3a8a authored over 9 years ago
Update package.json

Just dropped some redundant stuff.

github.com/survivejs/react-book - a10415fb11a78ff8ecbe7882fd3a60cdd9928796 authored over 9 years ago
Point prepublish script at the right directory

github.com/survivejs/reports-boilerplate - ba3f7b5d5670fd54f576e7c7cc7a97a4e8772b95 authored over 9 years ago
Point prepublish script at the right directory

github.com/survivejs/react-component-boilerplate - ba3f7b5d5670fd54f576e7c7cc7a97a4e8772b95 authored over 9 years ago
Attach colors to `dist` script

github.com/survivejs/react-component-boilerplate - 2e71c118bd90d5be670392b71253a53be0e73626 authored over 9 years ago
Attach colors to `dist` script

github.com/survivejs/reports-boilerplate - 2e71c118bd90d5be670392b71253a53be0e73626 authored over 9 years ago
Update Antwar configuration to match current convention

github.com/survivejs/react-book - b125bba8439584d977cce5d23b59e4c35cfe4ac8 authored over 9 years ago
Update navigation url config

github.com/survivejs/react-book - 20c7b79ca3b67f3dbba83a9542d6df2993fecefd authored over 9 years ago
Radium supports ES6 now

github.com/survivejs/react-book - df9781b56e853616c15d870a3926fdb31d07c1be authored over 9 years ago
Separate skipping rules into a subsection of its own

Better structure this way.

github.com/survivejs/react-book - 8d37c832ff55f443bb312a02677b30b9ca34e580 authored over 9 years ago
Add context to customizing ESlint

Closes #43.

github.com/survivejs/react-book - 6c0b41c94aa8cbf1ce7bb12b611c9f0d95bd9ad4 authored over 9 years ago
Drop chapter 10 example

Need to redo that anyway.

github.com/survivejs/react-book - 602c4fbc45581162f2633dbd78a69bc42bbe76cb authored over 9 years ago
Attach colors to dev server output

Closes #44.

github.com/survivejs/react-book - 19d66f8087fb7b53826e000858ada954ca9924bf authored over 9 years ago
Split paragraph to improve readability

github.com/survivejs/react-book - 59248ccfb1f8afde286ac3604faa8fa0c6a3d959 authored over 9 years ago