Ecosyste.ms: OpenCollective

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

Kriasoft

Cutting-edge technology and streamlined DevOps tools empowering SaaS product development through serverless web architecture
Collective - Host: opensource - https://opencollective.com/kriasoft - Website: https://reactstarter.com/ - Code: https://github.com/kriasoft

Support using named parameters

In various places, rest parameter syntax (e.g. `...params') was used to
represent the parameters...

github.com/kriasoft/node-sqlite - fd41288ce0c01d588b89d386cb9d086af55a96b7 authored over 8 years ago by Daniel Trebbien <[email protected]>
Database.each() should resolve to the rows count

github.com/kriasoft/node-sqlite - 7eca644bebaff8d36b2ccbc93b510f619a2dab46 authored over 8 years ago by Daniel Trebbien <[email protected]>
Statement.all() should resolve to the rows retrieved

github.com/kriasoft/node-sqlite - ced181d11422eb898ded815d3dc3bc73f836a723 authored over 8 years ago by Daniel Trebbien <[email protected]>
Statement.get() should resolve to the row retrieved

github.com/kriasoft/node-sqlite - 28c0ee62939e0bd61b32dffc0e13a6068c227938 authored over 8 years ago by Daniel Trebbien <[email protected]>
Statement.finalize() should resolve to no value

Once a statement is finalized, it can't be used anymore:
"After the statement is finalized, all ...

github.com/kriasoft/node-sqlite - 1bf2389861401f2a76a9e642c2f4880362421f66 authored over 8 years ago by Daniel Trebbien <[email protected]>
Update README.md

github.com/kriasoft/aspnet-starter-kit - 7d538c6c83d641901ebe4b86efcaa69324f4da50 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update `node run` script, router.js and routes-loader.js

- Now when you launch the app by running `node run` (or `npm start`) it will bundle the client-s...

github.com/kriasoft/aspnet-starter-kit - f452250f46e700cf591167f961e7552294dfc461 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Fix ESLint warning in run.js

github.com/kriasoft/rsb.kriasoft.com - 48f8eb8091ca8a4e09a395057d1d2420a7d93618 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Built the project in release (production) mode by default

$ node run build # Builds the project in production (release) mode
$ node run build --...

github.com/kriasoft/rsb.kriasoft.com - 06ce31d69b9184ba2300e8977601a43c614db084 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Fixes publish task pushing to configured remote repository (#14)

github.com/kriasoft/aspnet-starter-kit - deb5838ac3caae3e9f150eb250a3ab62eb16e33e authored over 8 years ago by epeicher <[email protected]>
Cosmetic fix to How to Integrate MDL guide

github.com/kriasoft/rsb.kriasoft.com - 95434d103717857b7792e8a95e8b225c4a7875df authored over 8 years ago by Konstantin Tarkus <[email protected]>
Add connect-history-api-fallback middleware for Browsersync

This fixes the issue with static files (such as robots.txt) not working correctly in development...

github.com/kriasoft/rsb.kriasoft.com - 11356ecbebf1a865bd819006435a2e55833104d3 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update Header component; and CSS styles

github.com/kriasoft/rsb.kriasoft.com - 991f19f5eb1a65533ded077ca02f05052298edbc authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update MDL integration and a recipe for it (#119)

github.com/kriasoft/rsb.kriasoft.com - d6c3cd2c68d9a1b2060c844765c1f1713f607b67 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Fix React warning on the home page (add key attribute to list items)

github.com/kriasoft/rsb.kriasoft.com - 06b9ff1d0759d289ae70fbd9717cf8129e3485bc authored over 8 years ago by Konstantin Tarkus <[email protected]>
Specify Browsersync UI port explicitly

Ref #117

github.com/kriasoft/rsb.kriasoft.com - 3dc1c404f914fd0289ddc8407471bb5f64a2377a authored over 8 years ago by Konstantin Tarkus <[email protected]>
Use process.env.PORT if available

Closes #117

github.com/kriasoft/rsb.kriasoft.com - e059b927bdd7be3652d5d4ae6e8eaa940b935daf authored over 8 years ago by Konstantin Tarkus <[email protected]>
Cosmetic fix in docs/recipes/how-to-use-sass.md

github.com/kriasoft/rsb.kriasoft.com - 41b71cba9ae3ea43d1d740b17258051feda32dca authored over 8 years ago by Konstantin Tarkus <[email protected]>
Cosmetic fix in docs/recipes/how-to-use-sass.md

github.com/kriasoft/rsb.kriasoft.com - aa85fb77900c385dcc53a9746d0f1dce40f0c917 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update docs/README.md

github.com/kriasoft/rsb.kriasoft.com - ba4c8b5c4881fcba3257f6454bee8ddbc635cbbb authored over 8 years ago by Konstantin Tarkus <[email protected]>
Add a recipe how to use Sass/SCSS in docs

Closes #69

github.com/kriasoft/rsb.kriasoft.com - 9ce9aca36c82da0e76976e8eb57516e0515bca4e authored over 8 years ago by Konstantin Tarkus <[email protected]>
Allow to specify date requirements in routes

For example, you can have a route like this:

{
path: '/news',
data: { news: 'GET /api/news'...

github.com/kriasoft/rsb.kriasoft.com - fbae71003e67dcdf43ac2e30e288051d8267515c authored over 8 years ago by Konstantin Tarkus <[email protected]>
this.refs is depricated; update router.js, routes-loader.js a little

github.com/kriasoft/rsb.kriasoft.com - e8a249e78307ac1ab7df1c63f66f2afcc466bb18 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Using callback with React refs is a better practice

github.com/kriasoft/rsb.kriasoft.com - 9d538ddc0e3365fe532f08f4bf31785125acd076 authored over 8 years ago by Konstantin Tarkus <[email protected]>
2.1.0

github.com/kriasoft/node-sqlite - 0b891701079f4bc7259a9e93f6373f8b49da6e00 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Fix bug where run() does not return a statement object (#8)

* Fix bug where run() does not return a statement object

* Fix lint issues

github.com/kriasoft/node-sqlite - c013de82b2cfe8d846e5355fe3f75e476ec33437 authored over 8 years ago by Theo Gravity <[email protected]>
Merge PR #13: Extend process.env when spawning dotnet child process

github.com/kriasoft/aspnet-starter-kit - fd58f8366e7ad421a799a80acceb3fc5c119c5ea authored over 8 years ago by Konstantin Tarkus <[email protected]>
Extend process.env when spawning dotnet child process. Fixes #9 (Error: spawn dotnet ENOENT)

github.com/kriasoft/aspnet-starter-kit - 7243b6faba9045be5a8125bd4f82c7237462dcf0 authored over 8 years ago by Kevin Mees <[email protected]>
Update README.md

github.com/kriasoft/rsb.kriasoft.com - 5ab53bc4183fd770ec275263978d057ce9ecc21c authored over 8 years ago by Konstantin Tarkus <[email protected]>
Initial commit

github.com/kriasoft/yeoman-generator - 9a6a6a6bc9ec0fdcafbe3f977fe1f5fe5b4a5024 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Allow to explicitly specify a chunk name for each route

Ref #105

github.com/kriasoft/rsb.kriasoft.com - a2016113ae79e8b20e61e25f0bdbf811263a4c50 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Fix a bug in `node run` (`npm start`) command (run.js)

Now Browsersync launches only after the initial bundling is complete.

github.com/kriasoft/rsb.kriasoft.com - baf50409e7d3a2b0c8d23469486d64f56186a539 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Print exceptions to the console

Fix #109

github.com/kriasoft/rsb.kriasoft.com - e76dbf9f7237a59d75bb2cd5166b893a5d6f2bde authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update React to v15.2.1

github.com/kriasoft/aspnet-starter-kit - 3942dce6524bedf497e0bdc869b173be72421b16 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update React to v15.2.1

github.com/kriasoft/rsb.kriasoft.com - 656a7aa701b36715dd334dedd38503403708f987 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Footer component can be functional

github.com/kriasoft/rsb.kriasoft.com - b84b79278a7cffd395eb41ec87054dc972d43d4d authored over 8 years ago by Konstantin Tarkus <[email protected]>
Add a minimalistic Footer component

github.com/kriasoft/rsb.kriasoft.com - 6db7356dcae55120cc324d18fa006a426df20dcb authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update npm modules

github.com/kriasoft/aspnet-starter-kit - 5a09645d08fb41b9eec8799dd0989ebe12237f56 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Tweak Webpack 2.x integration in webpack.config.js

...this way it won't interfere with Mocha setup

github.com/kriasoft/aspnet-starter-kit - 0554a19a4fd2134c1e3abd29ac63857ecd156fcc authored over 8 years ago by Konstantin Tarkus <[email protected]>
Fix a bug in run.js/start

github.com/kriasoft/rsb.kriasoft.com - 73108013a30ae8047a75d6b812283a1e31c6ad79 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Integrate EJS for HTML/sitemap templates; generate sitemap.xml

Ref #101

github.com/kriasoft/rsb.kriasoft.com - ce3e58cbfca1b033747122c6d5f07e6278411780 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update routing implementation; integrate Browsersync, React Hot Loader

- change build output folder from /public/assets to /public/dist
- add "routing and navigation" ...

github.com/kriasoft/aspnet-starter-kit - 396fe5e02677fcf0b72c6c9e1eebf951910b7383 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update project description in README.md

github.com/kriasoft/aspnet-starter-kit - eacf4fb8b168a2b04f1d3a19761c4efb19e5f001 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Clean up implementation of the router component

github.com/kriasoft/rsb.kriasoft.com - 43ea38c6ed6c8762d2f4f5f75d1070c4f07d80fd authored over 8 years ago by Konstantin Tarkus <[email protected]>
Fix atypo in routing-and-navigation.md

github.com/kriasoft/rsb.kriasoft.com - 8b09c90b622228458ce1fa0880e046c5d77428c2 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Add Routing and Navigation doc (#100)

github.com/kriasoft/rsb.kriasoft.com - ef4ca2c1f8fbc79256644a183400600d9ac284d7 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Clean up the list of badges in README.md

github.com/kriasoft/rsb.kriasoft.com - b85518197c5a6892bee23fb1322cb0ba1c9d7ba7 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update npm modules; README.md

Closes #26, thanks to @n8sabes!

github.com/kriasoft/rsb.kriasoft.com - 3f5996432c7bdabed4aee6d0b585ad85ad929cc2 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Bump React version to 15.2.0

github.com/kriasoft/rsb.kriasoft.com - 6287de2009919f0032a541584b41ad19c198e059 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update npm modules

github.com/kriasoft/rsb.kriasoft.com - e90f0bf1d9e30a961993ccc78551b36f436d20b4 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Add clarification around Firebase project names for how to publish and authenticate (#98)

github.com/kriasoft/rsb.kriasoft.com - adeb9d9fa89da0ba972194159a3eeaed58d371d6 authored over 8 years ago by Buck DeFore <[email protected]>
Update README.md

github.com/kriasoft/rsb.kriasoft.com - ded499fce18fb82b7436f9d94cace434d77c1274 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Add online chat badge to README.md

github.com/kriasoft/rsb.kriasoft.com - ef045bfe9cd810af4d0d1d19bf42e32098a3175f authored over 8 years ago by Konstantin Tarkus <[email protected]>
Add share links in README.md

github.com/kriasoft/rsb.kriasoft.com - bdc8b438857a29fbccda7e5e498ee909c4e7f6e3 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Add a link to the demo site in README.md

github.com/kriasoft/rsb.kriasoft.com - b8b8f543ab8ef2512f30de3dbc7f70c84f3e5fc3 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Add a contributing guide

github.com/kriasoft/rsb.kriasoft.com - 1bf21d47f1e2fba64fcc5fc987bf714c814f2523 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update license information

github.com/kriasoft/rsb.kriasoft.com - c97c62cfe181c8ebdda49689575a9d8578584077 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update docs/recipes a little

github.com/kriasoft/rsb.kriasoft.com - d18d99af9bb8ef2a2de3ae0e4b14cd2311331c54 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update README.md

github.com/kriasoft/rsb.kriasoft.com - 9f8e8a24d333d2095ce8b282da01d476e019871e authored over 8 years ago by Konstantin Tarkus <[email protected]>
Fix ESLint warnings

github.com/kriasoft/rsb.kriasoft.com - 501ce7e401517a32dc6db50ff030ada67c96423d authored over 8 years ago by Konstantin Tarkus <[email protected]>
Fix publish script to build in release mode by default

github.com/kriasoft/rsb.kriasoft.com - 93e540d013a0215e2283154d475c1f715918a30c authored over 8 years ago by Konstantin Tarkus <[email protected]>
Add firebase-tools dependency; update README.md

github.com/kriasoft/rsb.kriasoft.com - e6dc41a5855fd1714a0de20b08a460400c80bd8f authored over 8 years ago by Konstantin Tarkus <[email protected]>
Enable HMR, React Hot Loader; downgrade Webpack to 1.x

- Downgrade Webpack to 1.x (too many issues with Webpack 2.x)
- Enable Hot Module Replacement (H...

github.com/kriasoft/rsb.kriasoft.com - ae63df3ed250997f7c8b011090a0054a9fef7b57 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Fix ESLint warning in run.js

github.com/kriasoft/rsb.kriasoft.com - 454e3d8dd734554685a5e66b737188750b4cd75d authored over 8 years ago by Konstantin Tarkus <[email protected]>
Optimize the project for Firebase hosting

Closes #96

github.com/kriasoft/rsb.kriasoft.com - 4e3d9a24b6600ee151263e3e1dc90a9c0612a6b5 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update npm modules; tweak webpack.config.js a little

github.com/kriasoft/rsb.kriasoft.com - b4f50c57675dd6de9cf1dd1bbb5ded4edee74b88 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Add context field to webpack.config.js

Fixes issue with babel-loader not working properly in Code terminal. Also fix ESLint warnings.

github.com/kriasoft/aspnet-starter-kit - 0811019984bd2e50599d3ddf5347cf91497fabf9 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Remove a local require line from run.js

github.com/kriasoft/aspnet-starter-kit - c679c4d5fbc4b4cc18bbcd823a731fa2a568ace1 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update directory layout section in README.md

github.com/kriasoft/aspnet-starter-kit - 6236ee982cba8245e6e5c491a562b3c1d83e4fd0 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Refactor build automation to use single file (run.js)

github.com/kriasoft/aspnet-starter-kit - 329d1cd4a9b15ccc2781108db47bb7a502da8224 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update SDK version in global.json

github.com/kriasoft/aspnet-starter-kit - 37a8a8908948f0c53719c0a7956f348df2d14985 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update ASP.NET Core from 1.0 RC2 to RTM

Closes kriasoft/aspnet-starter-kit#12

github.com/kriasoft/aspnet-starter-kit - 768da7d79a53290a2d3d0175af3e6136da4d532d authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update npm modules

github.com/kriasoft/rsb.kriasoft.com - 97a2bc9635d403c29491c7efa0453f3817ee669d authored over 8 years ago by Konstantin Tarkus <[email protected]>
Fix ESLint warning

github.com/kriasoft/rsb.kriasoft.com - 19628f558864d782b2414b6a3d40a2a371bd37d1 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Append a hash string to the bundle filename in production mode

Closes #23, closes #67

github.com/kriasoft/rsb.kriasoft.com - 4a0416f748675cd2494f58c8af04e53d30a087b5 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Integrate FastClick

Closes #22

github.com/kriasoft/rsb.kriasoft.com - 40c20c95666b7c0dac9d3b3efffb58d01707e56d authored over 8 years ago by Konstantin Tarkus <[email protected]>
Simplify code inside the Link component

github.com/kriasoft/rsb.kriasoft.com - 7a7fe9351816693b5f068c87b4758f32c21c180a authored over 8 years ago by Konstantin Tarkus <[email protected]>
Simplify the deployment script some more (run.js)

github.com/kriasoft/rsb.kriasoft.com - 4a706b9633ffc7cbd7f36c988d5228bf73e61a0e authored over 8 years ago by Konstantin Tarkus <[email protected]>
Change deployment URL in run.js

github.com/kriasoft/rsb.kriasoft.com - e674f748a5820d2e36db68e93a72699de317afe4 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Fix title on the error page

github.com/kriasoft/rsb.kriasoft.com - 46414040ac2290a322fffb1f54684b4fbdfcdff6 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Fix ESLint warning

github.com/kriasoft/rsb.kriasoft.com - cb70c4c15bc4dcff179f4654fa1cd19b210024a9 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Fix #46: Static pages not found when using trailing /

github.com/kriasoft/rsb.kriasoft.com - 5b34e944ffb6c27454197614c9068d249e675595 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Fix a typo

github.com/kriasoft/rsb.kriasoft.com - 4e1a1e7c1c62930d087012ab5a73f8b43ecdf139 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update README.md

github.com/kriasoft/rsb.kriasoft.com - 77aed8e556c0fe47ade9a358bae11bcea3e9daac authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update README.md

github.com/kriasoft/rsb.kriasoft.com - 35ea5132ed662b6a62fc0ebcd68892251fa6f82f authored over 8 years ago by Konstantin Tarkus <[email protected]>
Combine build automation scripts into a single file (run.js)

Try running `node run build` or `node run help`

github.com/kriasoft/rsb.kriasoft.com - 9a820de2b371348fe23f7e4639e17f6428afdca0 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Generate a static HTML page for each route on build

github.com/kriasoft/rsb.kriasoft.com - aa455bbbf2b77128f9663b43ec6c2b53207afc7b authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update main.js and router.js to properly handle errors

github.com/kriasoft/rsb.kriasoft.com - 82cb0b97e9716722f317de55750671e3dec67b0d authored over 8 years ago by Konstantin Tarkus <[email protected]>
No need to pass history object as a context variable

...because this is not an isomorphic app

github.com/kriasoft/rsb.kriasoft.com - 9a8237273bdc0c90fabb039fbdbdc1ef412327bd authored over 8 years ago by Konstantin Tarkus <[email protected]>
Switch to declarative style routes. See routes.json

github.com/kriasoft/rsb.kriasoft.com - 49a67f0af23e81b416f04ee1d43c1175dc03f63a authored over 8 years ago by Konstantin Tarkus <[email protected]>
Fix Google Fonts link in /views/index.cshtml

github.com/kriasoft/aspnet-starter-kit - 0ee463f51c2d5df2596fdb86de3797a9e50b3752 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Remove react-app npm module

github.com/kriasoft/aspnet-starter-kit - ed93fc6ef0aca2738f25dbf551988cc9071d422c authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update core/store.js

github.com/kriasoft/aspnet-starter-kit - a7849da8e1a39f8abe4351665e5c8cb12fbe5631 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Refactor routing to support cross-platform environments

github.com/kriasoft/aspnet-starter-kit - ba51432e9b3c4ee71c82a4a5043e55e5f75740d9 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update client-side app example

github.com/kriasoft/fsharp-starter-kit - fc85c4c2f4334448e87db48178c2b40f79ac8428 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update client-side app example

github.com/kriasoft/aspnet-starter-kit - 92ea8a3ccd9fec65b968123d561eb429b54b4615 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Integrate DotNet watcher

github.com/kriasoft/fsharp-starter-kit - e7f5120cf740222a5697208ab513cfd1134f46b5 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Integrate DotNet watcher

github.com/kriasoft/aspnet-starter-kit - 8c002258120c6a8be11657747bcad4afc4a0a253 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Add a contributing guide

github.com/kriasoft/fsharp-starter-kit - 25405d24759a7701217dcd3b2700176d27b73295 authored over 8 years ago by Konstantin Tarkus <[email protected]>
Update README.md

github.com/kriasoft/aspnet-starter-kit - c21d6cdf3015dd8f70af9d1900b3aca9c4c1d91d authored over 8 years ago by Konstantin Tarkus <[email protected]>