voyz
voyz
Hi, Is there a way to restrict a tile's width, just like it's possible to its height? Setting max-width for the tile div results in cropped images and breaks the...
I understand the purpose of rome.js / calendar selector is to select from within a range of days, and having only one day as an option makes the widget useless....
**Describe the bug** IBKR/Gateway sometimes runs into returning a 503 Service Unavailable error. In this issue we try to understand what can be done to overcome it. **Environment** IBeam-independent, it...
**Describe the bug** I noticed the Gateway sends a different HTML page when the internet connection is erroneous. **To Reproduce** 1. Have a bad internet connection - I don't know...
How can I avoid including `message` field in every log by default? By logging a dict like: ``` a = {'foo': 'bar'} logger.info(a) ``` I get the following output ```...
In https://github.com/uniswap-python/uniswap-python/blob/master/uniswap/uniswap.py#L1879:L1920 `estimate_price_impact` function the price impact is estimated by operating on the current raw price of the pool and the output of `get_price_input` call. - Do I understand correctly...
Windows does not use m.lib as its math library is included in the standard library. The `CMakeLists.txt` should read: ``` cmake_minimum_required(VERSION 3.7 FATAL_ERROR) project(structs_library VERSION 1.0.0 LANGUAGES C) add_library(structs_library SHARED...
This line reads: https://github.com/dart-lang/samples/blob/main/ffi/primitives/primitives.dart#L46C1-L46C81 ``` Directory.current.path, 'primitives_library', 'Debug', 'primtives.dll'); ``` That `'primtives.dll'` should be `'primitives.dll'`, it's missing the second `i`
Hey IBeam users 👋 I just wanted to let you know I've released a sister library to this one called IBind, which is a Python client for the Web API:...
Version: v4 on Windows 11 When Grid Count is above 7 the emojis get cropped:  It seems that this only is an issue with emojis, rest seems fine.