mmanco

Results 10 issues of mmanco

just run your client example. out: ``` Client Listening: 0.0.0.0:68 { op: 1, htype: 1, hlen: 6, hops: 0, xid: 1, secs: 0, flags: 0, ciaddr: '0.0.0.0', yiaddr: '0.0.0.0', siaddr:...

a question rather: how do you make use of translate effect between two images while scrolling on the same page? => how to set scrolling time/distance one the same page?...

Hi, the tittle is not that much true. The issue I'm having on newly generated blank ionic project is that 'grunt serve' runs without problem for all it's tasks, it...

Hi! I am using winston with daily rotating file transport and your package to display logged messages. code snippets: create transport: ``` let activityLogTransport = new (winston.transports.DailyRotateFile)({ filename: 'activity-%DATE%.log', datePattern:...

I have a setup that should propagate a value (GPIO pin state in this case) to it's subscribers: ``` (function ok_toggle(pin_state) { console.log(`ok_btn pin_state: ${pin_state}`) ok_button_subject.next(!!Number(pin_state)); GPIO.pin_toggler(26)(1)(ok_toggle); })(1); ``` what...

could you, please expose 'socket.connected' property to be able to find the status of socket, please?

I am using liquibase 3.5.3 with hibernate 5.2.9.Final and envers 5.2.12.Final. liquibase configuration: pom.xml: ``` org.liquibase liquibase-maven-plugin 3.5.3 src/main/resources/liquibase.properties false hibernate:spring:com.nws.vedica.model?dialect=org.hibernate.dialect.PostgreSQL92Dialect org.liquibase.ext liquibase-hibernate5 3.6 org.springframework spring-beans ${spring.version} org.springframework.data spring-data-jpa 1.11.1.RELEASE...

A feature requset to support default schema for Hibernate Envers. ┆Issue is synchronized with this [Jira Bug](https://datical.atlassian.net/browse/LB-473) by [Unito](https://www.unito.io/learn-more)

I have two insides for you: 1. in your countdown methods you are referring to `item`'s `TDSTBuy`/`TDSTSell` propertis, but `item` here is the ohlc bar so you have them undefined....

Hi, probably I have misconfigured something but cannot figure out what for getting this: `No implementation was created for QcMapper due to having a problem in the erroneous element com.google.type.Date....