Rognoni

Results 6 issues of Rognoni

For my project I need to extend objects, so normally I use external libraries for example `jQuery.extend(...)` or `lodash.merge(...)`: ``` javascript // test "lodash" lib var test = {id: 1};...

**Angular2** is growing fast, so probably from your version (2.0.0) and the last stable (^2.4.0) there are many important features/changes so I propose to join my project: https://github.com/rognoni/DRYSuperFramework You could...

For my project I'm using SQLite instead of MySQL: https://docs.python.org/3/library/sqlite3.html

I created the `nextval` function that the first time creates a _sequence_ collection and after increments its value: ``` nextval: 1 nextval: 2 ========== sequence {"schema":"info","entity":"history","property":"id","val":2,"_id":"3fd5cd0d081b280"} ``` but this function...

feature request

For example: ``` javascript /**** * string-format * https://github.com/davidchambers/string-format * * @author David Chambers * @link http://davidchambers.me * @version 0.5.0 * * Released under MIT License. See LICENSE.txt or http://opensource.org/licenses/MIT...

Hello 👋 is this the only way at the moment to pass the KEY AUTH ? ```typescript const res = await fetch(`${envConfig.backendUrl}/jobs?page=${page}&q=${q}`, { cache: 'no-cache', headers: { Authorization: `Bearer 24c8e5bb-e06b-46c8-a02e-28c1be99914c`,...