-
Is it possible to block eval() when executing countUp() in below example?
Reading through your code & v8 docs, v8 does provide a capability to restrict eval/Function constructor.
https://v8docs.…
-
Right now we are using our own MCP2515 CAN driver. There are other Arduino CAN libraries out there that would also give us the ability to use internal CAN hardware for Arduinos that have those (i.e. …
-
### Board
ESP32-S2
### Device Description
Lolin S2-mini
### Hardware Configuration
GPIO 17 (DAC 1) attached to an amplifier.
### Version
latest master (checkout manually)
### IDE Name
Arduino…
-
When I use CountUp with an `onEnd` callback with dependency list of variables, the values of theses variables are always the same initial ones. Because useCountUp hook does not react to props changes …
-
I need to show how "old" some data is. Backend sends a timestamp and I'd like to show how many minutes old the data is in realtime, so the user can see the time go up. Is that possible?
-
I want to start Countup Event when div scrolled, not on page load.
how to implement this?
-
Hi, @tailec
ViewModel has a reference of abstracted ViewController as Delegate in [mvvm-delegation](https://github.com/tailec/ios-architecture/tree/master/mvvm-delegates#mvvm-delegation).
It mean…
-
```
[ x ] Bug
[ ] Feature request
CountUp.js version: 2.8.0
```
## Description
When the update method is called more frequently than requestAnimationFrame, NaN will be rendered:
![image…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
If a vdom node switches in place with another node, `map` does not work as expected
I've managed to replicate this in a small example.
```
open Tea.App
open Tea.Html
type countUpMsg = Increm…