Paulo Coutinho

Results 311 issues of Paulo Coutinho

Hi, Can you update to d3 version 4? Thanks.

To install using cocoapods, add the line in your podfile: pod 'GCDiscreetNotificationView', :git => 'https://github.com/gcamp/GCDiscreetNotificationView.git'

Hi, First, thanks for the great library. As this library is a great library and a great project i suggest you put it into an own repository. Thanks.

Hi, There is a video demo? Thanks.

In the example 2018/screen-size you need change enum code to: ``` enum DIRECTIONS { TOP_BOTTOM, BOTTOM_TOP, LEFT_RIGHT, RIGHT_LEFT } export(DIRECTIONS) var direction ``` You left put DIRECTIONS before the values.

bug
help wanted

Hi, There is any way to know if a listener is using SSL? I can get the port and host, but not "use ssl" option from listener. ``` int32_t HttpServerImpl::getSocketPort()...

As a great library i suggest you create an organization in github to put this great project. It will be more professional. Something like: github.com/elements/elements Thanks for the great work.

Hi, Are you planning support macOS? Thanks.

Enhancement
Mac

Hi, It has support for iOS and Android? Thanks.

good first issue
portability

Hi, I want convert my game like bomberman to use a better server implementation that support socket and websocket. It can be done with this framework? - https://github.com/paulo-coutinho/golandy-server - https://github.com/paulo-coutinho/golandy-web...