Armagan Amcalar

Results 28 issues of Armagan Amcalar

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=lodash&from_version=4.17.20&to_version=4.17.21&pr_id=57d675da-a170-4e42-82ef-712389469315&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

cote components are great for one-way communication (pub/sub, or req/res). In practice, some microservices need a two-way communication channel. Since cote components work as TCP servers and clients, currently we...

new component
help wanted

Certain functions such as auth or request decoration would make use of middlewares, as in, virtually everywhere (Express & co). The following code... ``` js responder.on('request', function(req, cb) { //...

enhancement
new feature

Currently we have a few load-balancing scenarios. Above all these, to let developers create stateful services, cote requesters should support sticky sessions, in that, it should be configurable that certain...

new feature

The readme features basic documentation for Sockends, and doesn't give a complete example for how and why it works. Therefore we need more detailed documentation in the readme. Certain things...

documentation

The project should have a logo, which is possibly also an app icon.

help wanted

1. This will probably require a custom records view. 1. Just like in MongoHub, the records view should be a 3-column grid whereas the first column are keys, the second...

enhancement

A connection is established and the collections are fetched only on the second click to the Connect button. It should only take one click.

bug

Sidebar should resize on drag, with a minimum and maximum width.

enhancement
good first issue

The main view should display a welcome screen at first launch and when empty, encouraging users to create a connection using the sidebar.

enhancement
good first issue