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

refactor(Slides): Improve math

Probably not ideal yet but better than before.

github.com/survivejs/slides - 2c0fa019445fc83b65c5cf008f4ca2f66055059d authored over 6 years ago
fix(Slides): Use intersection observer only from the middle of a slide

This seems like a more stable approach.

github.com/survivejs/slides - 6fc5f10186f2954f15b25add736c4079912297dd authored over 6 years ago
fix(Slides): Fix print output

github.com/survivejs/slides - 7cc9c318d67b0d2b1793e1036ea685a49dbe8ea3 authored over 6 years ago
fix(build): Hydrate data on build

This was simple in the end. I just had to rewrite `connect` for
production.

github.com/survivejs/slides - 7b718cfed0334cb7d2c486323d449472b74b6d9c authored over 6 years ago
refactor: Improve structure

github.com/survivejs/slides - 66c25af4ecb766d898fadcdfa394fe5e05acd202 authored over 6 years ago
chore: Drop unused deps

github.com/survivejs/slides - 63d6e22d32e08f0553d92db02c2ce29e41118a01 authored over 6 years ago
docs: Add an example query

github.com/survivejs/slides - b9bd39ace22004d2239594607e1178bbab42f7b9 authored over 6 years ago
docs: Add instructions

github.com/survivejs/slides - 544c6873a0c1b882a76eb8cb9342642620933c34 authored over 6 years ago
chore: Use the official version of linaria

Just had to set up style-loader. That's it.

github.com/survivejs/slides - 42e973db456394f8534f7a42b57a18022be4e5f0 authored over 6 years ago
chore: Simplify configuration

github.com/survivejs/slides - deb2ff23e553009c1c6ca965ff40171f03721ddd authored over 6 years ago
chore: Improve semantics

github.com/survivejs/slides - 552925cec98041c90b39fe6ff03bae0b45fb2a8a authored over 6 years ago
chore: Drop test code

github.com/survivejs/slides - f49ff1c5ce60484c1b2172db42d30d69bce9ae0c authored over 6 years ago
chore(Presenter): Use proper error type and mute lint

github.com/survivejs/slides - 62dfddb11f7602e4e9ce135a671a51086b72df8d authored over 6 years ago
chore(Presenter): Catch possible presentation errors

github.com/survivejs/slides - 6b2dce82dc8e24c8312aae80c00881e8c95fffd0 authored over 6 years ago
chore: Give a nice error in case a layout isn't found

github.com/survivejs/slides - e825e42ca200c78f21813734c683d9fac96fc61d authored over 6 years ago
fix(Presenter): Avoid overflowing slide amount at the url

This is zero-indexed.

github.com/survivejs/slides - bbf076c6a964b75abad85c9d0fa60e5f661d8943 authored over 6 years ago
fix(Presenter): Add a boundary check for keys

Better check that the element exists.

github.com/survivejs/slides - 1b2b6a8d0dfc15699dc1eb8d6a0c37a8c3cdabb1 authored over 6 years ago
fix(Slides): Fix keyboard navigation

Better retain those class names.

github.com/survivejs/slides - 6eab21c28fd7711c172b53cb05f3721ac2d8c66d authored over 6 years ago
fix(build): Push query inside the app

At least now the build works if the server is running. It would be
better to get static render f...

github.com/survivejs/slides - d04aedb7fa26b958674423c6cc65e259e876bc32 authored over 6 years ago
chore: Set up initial page rendering customization for SSR

I think this means the GraphQL queries have to live inside Interactive
as otherwise this won't w...

github.com/survivejs/slides - 5998e0bdc3c9c5ff8338d8a153541e7b2456c870 authored over 6 years ago
chore: Don't pass apiUrl to presenter

No need for that.

github.com/survivejs/slides - 2b5323dc29e7ba88eee9c6b10a51a2f4e21690b1 authored over 6 years ago
refactor: Drop PresentationContainer

It's better to do the query outside of interactive so it's all fetched
before even rendering.

github.com/survivejs/slides - aa5929e10c91eb1b4d0cb47afc21d01ac52d94d9 authored over 6 years ago
fix(PresentationPage): Fix id

I should fix this in antwar.

github.com/survivejs/slides - 820ad67bc40989e0e6bf91b7e678156141405486 authored over 6 years ago
chore: Add a quote example

github.com/survivejs/slides - 21247a462e526eab180d1b70cfcffb0c318ba8e6 authored over 6 years ago
feat: Add support for code highlighting

github.com/survivejs/slides - a1071c279dc41038d93fa8b87eb9312f3152ce37 authored over 6 years ago
chore: Separate slides

github.com/survivejs/slides - b817b46ca9d0618682f188b02bd564cfa85a5184 authored over 6 years ago
chore: Integrate markdown rendering

github.com/survivejs/slides - e43854b40d1b55424470a467cbc963f24e5063d3 authored over 6 years ago
chore: Add initial markdown container

Still needs rendering.

github.com/survivejs/slides - ccf4faebab41630d2ca7c408c757bed35a9aaef6 authored over 6 years ago
chore: Map to TitleContent

github.com/survivejs/slides - 5d2e3be36292a29c314241fe4575f59d366c0148 authored over 6 years ago
chore: Add initial slides mapping

github.com/survivejs/slides - 5c3d3a784f67ca5ef224f14b298f992295382dca authored over 6 years ago
chore: Connect to slide data

Still need to add actual layouts.

github.com/survivejs/slides - b5df161a32cd44fe11c3e091a4c2d2202b0b0ac2 authored over 6 years ago
refactor: Separate slides component

github.com/survivejs/slides - f675e0b9f4a9c126768d23de6da555cfe1d0a952 authored over 6 years ago
chore: Add initial proptypes

Ideally we would connect these to GraphQL schema.

github.com/survivejs/slides - 664a6425181201d65cda58d04b14d61b8aec4e73 authored over 6 years ago
chore: Load theme from the backend

github.com/survivejs/slides - ac47d5ce4ce4e6a12060c360f877ceba59d40294 authored over 6 years ago
chore: Add interface example

github.com/survivejs/slides - 7b304e887962c82db0ee55dec8577f12584296ad authored over 6 years ago
chore: Set up initial content union

github.com/survivejs/slides - 7f93fd41fef1b6c54772f93416694cfd2de087bf authored over 6 years ago
chore: Drop sass from the project

github.com/survivejs/slides - a117cb4e2350f4b13d96da6cc05f78b9ab5a6d4c authored over 6 years ago
chore: Rename src as client

github.com/survivejs/slides - ed22d2e3b2d93beba6592ae16ba639d7cdd27abe authored over 6 years ago
chore: Sketch out initial slide schema

github.com/survivejs/slides - fa1946d7b7a00210e3ad636a7e4bff745cb98d33 authored over 6 years ago
chore: Set up linaria and graphql server initially

This needs far more work (mutations, slides, etc.).

github.com/survivejs/slides - 6aa033987cb3b3f2df0b3f9269bc1af90b2eb2f8 authored over 6 years ago
chore: Fix logo

github.com/survivejs/slides - 9e89c66e63d4e2ba6f9935c35dadc08186235aa4 authored over 6 years ago
chore: Add a logo with text

github.com/survivejs/media - 90130a9091f644b338059889c50845a9690d5bae authored over 6 years ago
chore: Set up fonts and initial title slide

github.com/survivejs/slides - 920e6a9003602af9246b571b20cc447320b0bb02 authored over 6 years ago
chore: Set up initial site

Still need to fit fonts, theming, etc.

github.com/survivejs/slides - 6067a195078ec12b16baeb15651f3fe436365418 authored over 6 years ago
chore: Set up dotfiles

github.com/survivejs/slides - c5b547549e3ed211a69ecb4d5e052a1b2c53b266 authored over 6 years ago
Initial commit

github.com/survivejs/slides - 8afd4c30c92a0a8a55df0d551ff25e72256a33e1 authored over 6 years ago
chore: Bump version

github.com/survivejs/webpack-book - 22cef17ed5f332106572dd6f84cd701833f1cc34 authored over 6 years ago
fix(minifying): Drop `minimize` from **css-loader**

That isn't possible anymore. Thanks Sia.

github.com/survivejs/webpack-book - c41016c6a1d88d6f0ee6251010a35b94c0c104a2 authored over 6 years ago
chore: Add webcamp post

github.com/survivejs/site - 5484b6dcd015ac09aa72489f09296e49afbfd161 authored over 6 years ago
chore: Bump version

github.com/survivejs/webpack-book - 169ec03f61da536dbfacac11b14f7d9ab7b0a227 authored over 6 years ago
fix(multiple-pages): Fix vendor chunk

We have to use the automatic name here since we didn't give a chunk name
manually.

github.com/survivejs/webpack-book - 237689ef141ccbb21bd5acf5393c79bf2e8f5ec6 authored over 6 years ago
chore: Update version

github.com/survivejs/webpack-book - 2092036d7a201594f3458a5d7af5c8784796d0c5 authored over 6 years ago
fix(multiple-pages): Combine paragraphs for clarity

github.com/survivejs/webpack-book - 612fdb242f83ae171dc6757ebf5d05d9983c4f08 authored over 6 years ago
fix(multiple-pages): Drop unnecessary vendor ref

It's automatic in webpack 4 by the looks of it.

github.com/survivejs/webpack-book - 9c5badf905dbf51ac1bf23a9a8e4add5f6b03cfa authored over 6 years ago
chore: Bump version

github.com/survivejs/webpack-book - 3e9362f125df116b5a716f4005fee9e91e91f10e authored over 6 years ago
fix(ssr): Use the correct babel preset

github.com/survivejs/webpack-book - 86fbd9e1eea015b77b68c35c68f379463440d974 authored over 6 years ago
chore: Bump version

github.com/survivejs/webpack-book - 8ec83a09541fc25b8238c72c82a2f7efad07498b authored over 6 years ago
chore: Update to Babel 7

github.com/survivejs/webpack-book - 2838923efde60f8dfe98cc1569b0b5f0fb768fab authored over 6 years ago
chore: Add @replaceafill to thanks

github.com/survivejs/webpack-book - 14ce8fcaa8c765325b4e30d797435b2dd345ab35 authored over 6 years ago
Merge pull request #313 from replaceafill/replaceafill/autoprefixing_typo

Fixed path for main stylesheet in autoprefixing section

github.com/survivejs/webpack-book - f1b4bccd8b02e70fdb538bc76c2859d4a9504ee6 authored over 6 years ago
Fixed path for main stylesheet in autoprefixing section

github.com/survivejs/webpack-book - 3c74fef4a9889f9f862998137cd6ef04b7979881 authored over 6 years ago
chore: Publish webexpo post

github.com/survivejs/site - 65e304919bb613125b1fb37959edfea4fc6a35cc authored over 6 years ago
chore: Publish Refract interview

github.com/survivejs/site - c211aa4736414399a6055d3c0a8abb6028377e58 authored over 6 years ago
Revert "chore: Drop webpack from deps"

This reverts commit 3cb8e700d4623b106ace153d97d5f97a94a93604.

github.com/survivejs/react-component-boilerplate - 9854dbc8695cbf0a4c0b1efa489503d10b44f411 authored over 6 years ago
chore: Drop bithound

Not needed anymore.

github.com/survivejs/react-component-boilerplate - 756317bdc2ceb38e84ffd5453c7bee114a9d1c31 authored over 6 years ago
chore: Drop webpack from deps

Not needed. Forgot to do this earlier.

github.com/survivejs/react-component-boilerplate - 3cb8e700d4623b106ace153d97d5f97a94a93604 authored over 6 years ago
chore: Update version

github.com/survivejs/maintenance-book - 953f8556a9570ebe911ba474f02b559fd4ba4b15 authored over 6 years ago
Rewrite Standalone Builds chapter to use Microbundle instead of Rollup (#89)

* Rewrite Standalone Builds chapter to use Microbundle instead of Rollup

Closes #87
Related ...

github.com/survivejs/maintenance-book - c433aed557a72537749022760f4f5d5ac017538d authored over 6 years ago
Use ".eslintrc.json" because ".eslintrc" is deprecated (#90)

Fixes #88

github.com/survivejs/maintenance-book - 7a4c87b551fb1f6052a63c0b6ba00b7bdf4e309e authored over 6 years ago
chore: Add DSS interview

github.com/survivejs/site - 19666201bfff37a31060da7e8bdc36739ec0e8b7 authored over 6 years ago
chore: Drop typeof

Moved to later date.

github.com/survivejs/site - dab38bc398b1e154efac354d774bba34ec3801ba authored over 6 years ago
chore: Add Fall event post

github.com/survivejs/site - de7f2d4b31775578937da1a75a611fd3f93de73b authored over 6 years ago
Add a link to keepachangelog.com

#85

github.com/survivejs/maintenance-book - 0806a15394f85b2761d73600ed7d72e535ee5e99 authored over 6 years ago
chore: Do uppy fixes

github.com/survivejs/site - e14da2eb5dda5e6f56c38f57dbb90b6e1c94c4c0 authored over 6 years ago
chore: Publish Uppy interview

github.com/survivejs/site - 7108a3bb6bf3cb9ab5d70c9194fdd4b476e86020 authored over 6 years ago
chore: Update business card

github.com/survivejs/media - b141d87001cbc85fd05623d77ef4e3da870e4c40 authored over 6 years ago
chore: Add Namics as reference

github.com/survivejs/site - 26e8ef54bae0fe92f92dcc5a5d2b39400c4d1a2f authored over 6 years ago
chore: Add Wix as a reference

github.com/survivejs/site - adc25ccc76901494046a90223187eb49f7d23a30 authored over 6 years ago
chore: Update pricing

github.com/survivejs/site - 2b438a56826d3cdcf30e37a9e22c0d39d41f03df authored over 6 years ago
chore: Fix typo

github.com/survivejs/site - 5865e425d10c44f397a92f3c341b1d5bd07a55ba authored over 6 years ago
Tweak blockqutes and buttons (#113)

* Make buttons on landings flexible
* Tweak blockquote colors
* Add whitespace after book cove...

github.com/survivejs/site - eed9c7226895e64958b3a803bfb0445432bac5f9 authored over 6 years ago
chore: Publish graphql finland interview

github.com/survivejs/site - 903ef43575af3139d004a583fc01c8773b01b63d authored over 6 years ago
Tweak book covers (#112)

* Tweak book covers
* Use SVG covers
* Move covers and headings to React
* Fix extra whitespa...

github.com/survivejs/site - 5aa9a77c0253bc556a538c350458bee48ddbe0e4 authored over 6 years ago
chore: Improve wording

github.com/survivejs/webpack-book - 0660560c3cdea3c63dcac2bf78f0cb9477409989 authored over 6 years ago
Merge pull request #312 from lex111/patch-3

01_foreword: replace pull request with issue

github.com/survivejs/webpack-book - e3f08b4ec13362cfd327bad8aec00920a9aa634e authored over 6 years ago
Cleanup headings on landings (#111)

* Wrap whole book (page) title in h1
* Keep page outline more consistent and semantic
* Fix te...

github.com/survivejs/site - 3fe2e7d889047eb537047615da7574b236cc0d87 authored over 6 years ago
Tweak book landing pages (#108)

* Show book info in a wider column
* Remove code duplication

github.com/survivejs/site - cd92f8c1b4c6d28aee79aeb443c23a8f95100ec4 authored over 6 years ago
chore: Update cheatsheet

github.com/survivejs/media - 8ecebc5d08f37424005d30db4a98bfc6bc5a5ecb authored over 6 years ago