Damian Płaza

Results 5 issues of Damian Płaza

First example in README contains input values that don't produce presented result. Using [this](http://epsg.io/transform#s_srs=26986&t_srs=4326&x=-2690666.2977345&y=3662659.8854599) as reference point, I checked correct values and updated docs.

### Feature Checklist - [X] Searched the [issues page](https://github.com/e2nIEE/pandapower/issues) for similar reports - [X] Read the relevant sections of the [documentation](https://pandapower.readthedocs.io/en/latest/about.html) - [X] Browse the [tutorials](https://github.com/e2nIEE/pandapower/tree/develop/tutorials) and [tests](https://github.com/e2nIEE/pandapower/tree/develop/pandapower/test) for usefull...

In this tiny PR: * dependencies were explicitly manifested in `package.json` - local development can be started * draft of documentation on the local setup was provided

I wanted to play a little bit with `cerebral-debugger` and see if I can tweak it with some additional features but faced issues with setting up local dev. This PR...

Hi @christianalfoni 😅 I was wondering about the naming (and expressing ideas/concepts/abstractions): ```ts effect(() => { // 👈 we are expressing something happening when some specific fact/event happens if (todos.remaining...