gaardiolor
gaardiolor
https://cptactionhank.github.io/docker-atlassian-confluence/ under Systemd: ExecStartPre=-/usr/bin/docker rm --volumes --force "confluence-container" This also removes data. Probably not what most people want to happen on each startup.
Please check Services, Known Bug / Issues and Troubleshooting over here first: https://github.com/fuatakgun/eufy_security/blob/master/README.md **Describe the bug** It looks like #267 . In the eufysecurity app, Security tab, when setting the...
### Preliminary Checks - [X] I have already searched for [existing issues](https://github.com/ccxt/ccxt/issues) and confirmed that this issue is not a duplicate ### Is your feature request related to a problem?...
## Problem Currently, Freqtrade supports four centralized exchanges that enable shorting and leverage trading (gate, bybit, binance, okx). However, these exchanges are restricting futures in many countries, limiting access for...
### Operating System Linux, Windows ### Programming Languages Python ### CCXT Version 4.3.87 ### Description Hello, I think decimal_to_precision is not working properly with hyperliquid. ### Code ``` e =...
### Operating System n/a ### Programming Languages _No response_ ### CCXT Version 4.4.20 ### Description Hello :) When a short position is open, `position['contracts']` is negative. This is because the...
### Operating System N/A ### Programming Languages _No response_ ### CCXT Version 4.4.16 ### Description Hello! TL;DR: Hyperliquid orders and balance are a bit sketchy in the first few seconds...
## Describe your environment * Operating system: linux * Python Version: 3.12 * CCXT version: 4.4.31 * Freqtrade Version: docker-2024.11-dev-f545274a ## Describe the problem: Hyperliquid turns out to be a...
pypi package
Hi, I think there is no pypi package? Would be nice if this could be added. I do see a kyber-py package, but it's not yours it seems. The associated...
Hello, Using tlslite-ng 0.8.2: ``` from tlslite.tlsconnection import TLSConnection from tlslite import HandshakeSettings import socket settings = HandshakeSettings() settings.minVersion = (3, 3) # TLS 1.2 settings.maxVersion = (3, 4) #...