Eunsoo Park (Evan)

Results 18 comments of Eunsoo Park (Evan)

@nova0821 Do you have any progress on BLE Central? As I checked on your private fokred repository, only ble peripheral is being implemented. If it is, could you assign this...

@nova0821 I've also tried to come up with an idea about the module name of peripheral and central. According to blueZ HCI library ([See example here](https://github.com/carsonmcdonald/bluez-experiments)), scanning and advertising APIs...

@nova0821 I agree. I'm going with ```ble-central```

We're going to implement the ```ble-central``` module as described below. The ```ble-central``` is based on [noble](https://github.com/sandeepmistry/noble) npm packages on Node.js. Entire parts of noble are actually implemented in JS language...

Combining ideas of @Seo-Young and @lemmaa ![image](https://cloud.githubusercontent.com/assets/8223765/19677571/e0b1f0b6-9ad4-11e6-800f-352751235d15.png)

Any progress on this? I've been forwarded from https://discourse.jupyter.org/t/detecting-cpu-and-ram-limits-on-mybinder-org/4640/2 . If no progress so far, I can create a PR for this. ![image](https://user-images.githubusercontent.com/8223765/84020942-aa0bc580-a9be-11ea-93fe-42f95970356e.png)

> it seems that the value total_rss of /sys/fs/cgroup/memory/memory.stat is more accurate Thank you so much for your comment!

I'm working on Submitter idea by using [celery](http://www.celeryproject.org/) as a PoC. It means this PoC can introduce another microservice dependency; i.e. Redis, Celery (I prefer redis to rabbitmq as a...

@kevin-bates Thank you for the detail! 1. I easily forget `nb2kg` is one of EG's clients. Yes I agree with we cannot modify `nb2kg` :( 2. Right, good point! I...

Impressed. It sounds like this would be good to start for EG, right? ``` "parameters": { "cpus": { "min": "0.5", "max": "16", "default": "2"}, "memory": { "min": "1GB", "max": "32GB",...