Decezaris Augusto
Decezaris Augusto
The lib has support to add shadow with Animated View? I have a progress bar, and I'd like to put a collored shadow to emulate a neon behavior. 
Using danfo-node, with node 16... `timestamp` is a column created from `new Date()` instance ``` javascript const sfHourly = df.column('timestamp').apply((date) => { const dt = new Date(date); dt.setMinutes(0); return dt;...
I am using this library in a cloud function, and sometimes I receive the following response from firestore debug logs. How to avoid that to happen? Have I pass some...
When I connect my device to `AWS IoT Core` with policy resource different of `*` the connection is not stablished. I'd like to only enable some topics to publish and...
## What type of issues is this? [ ] Request to support a new module [ ] Bug or problem compiling the library [ ] Bug or issue with library...