Leonid
Leonid
Can you add a double slider widget? I am attaching an example [doubleslider.txt](https://github.com/kivy/kivy/files/14070100/doubleslider.txt)
### Description of the Feature Можете ли вы доработать и добавить адаптивные столбцы для таблицы? Хотелось бы получить столбцы, которые смогут растягиваться на всю свободную ширину ( если это разрешено,...
Do you think it's worth adding a crop factor? We can reduce the matplotlib rendering texture, which should increase rendering speed at the expense of quality. The developer can choose...
**Software Versions** * Python: 3.12 * OS: Macos * Kivy: 2.3.0 * Kivy installation method: pip **Describe the bug** When using SmoothRoundedRectangle with translucency background, the frame is visible outside...
Your current `_start_scanning` function does not accept an `interface` argument для macos и windows windows and macos ``` def _start_scanning(self): ``` linux ``` def _start_scanning(self, interface=None): ```
Can you add `is_connected` for Macos? It seems we can find out whether we are connected or not by checking ssid ``` def _is_connected(self, interface=None): return CWInterface.interface().ssid() is not None...
Bladerf
Hi, I wrote a more convenient wrapper for bladerf too (allows you to control all device functions, except for asynchronous calls with a timestamp) It also allow to work with...
Please increase numpy version from 1.26.5 to 2.0.2, because 1.26.5 version is not available
- Added the ability to get GPS coordinates for macos - Fixed some wifi errors on macos - Added the ability to get GPS coordinates on macos - Changed the...
my bladerf during synchronous rx with timestamp gives some random values. I get timestamp from bladerf and I have small value, but timestamp coming with samples is incredibly big and...