sebayaki
sebayaki
I'm not really familiar to python, but a potential hot fix would be: [/home/updatebot/hummingbot/hummingbot/client/performance.py](https://github.com/hummingbot/hummingbot/blob/master/hummingbot/client/performance.py#L142) ```python if value is None or value.is_nan(): -> if value is None or Decimal(value).is_nan(): ```
@craigpearce5 pod 'Swift-Prompts', git: 'https://github.com/GabrielAlva/Swift-Prompts' will solve the problem till they update the cocoapods
@dantrevino usefathom or simpleanalytics - I guess they're centralized analytics tools as well?
@dantrevino I'm not sure whether giving our user data to an alternative start-ups instead of Google is actually a better option. Yes "they say" they don't sell data though..
It would be cool to add a token creation action similar to the [pump.fun action in the Solana plugin](https://github.com/ai16z/eliza/blob/main/packages/plugin-solana/src/actions/pumpfun.ts). I've done similar stuff before using the Mint Club protocol, which...
@chandognft Oh, I haven't yet. I've been learning more about Eliza's structure, which has been taking some time. It would be great if you could take a stab at this...