AlexV

Results 73 issues of AlexV

I recently needed to retrieve the trades of the account: https://binance-docs.github.io/apidocs/spot/en/#account-trade-list-user_data In case it helps, I have made a quick proof of concept over there: https://github.com/asmodehn/binance.ex/pull/4/files I couldn't find a...

Hi everyone, I am opening this issue to start a conversation regarding compiled / runtime configuration. Few reasons for this : - I wanted to test the behaviour of the...

* async_property version: 0.2.1 * Python version: 3.8.2 * Operating System: Ubuntu ### Description I'm trying to use `async_property` on an async generator. The goal is to allow using a...

I am thinking something along the lines of https://omrelli.ug/nearley-playground/ that provides an interactive feedback to the user creating a grammar, via examples or other way. The nicest tool I know...

help wanted
discussion
good first issue

Having a look at https://wiki.archlinux.org/index.php/Multiboot_USB_drive, making a Hybrid UEFI GPT + BIOS GPT/MBR boot requires multiple partitions. However currently the install script support only one partition : ``` alexv@alexv-XPS-Tablet:~/Projects/glim$ ./glim.sh...

Nowadays Microsoft provides ISO files https://www.microsoft.com/en-au/software-download/windows10ISO and these can come in very handy if you happen to loose your EFI boot partition, or somehow make your current windows installation unbootable......

**Is your feature request related to a problem? Please describe.** I am trying to run various tests for some features of REST with various async implementations... Currently the examples use...

Testing

This relates to #197 It seems specifying Pipfile as requirement does not honour the global defaults ? Setting in configuration : ``` # configure updates globally # default: all #...

bug

While experimenting with jsonpickle I stumbled upon a somehow disturbing behavior regarding `__getstate__` and `__setstate__`. It is also related to this issue : https://github.com/jsonpickle/jsonpickle/issues/73 Here is what I understand after...

As a newcomer, it would be nice to have links in the readme to learn more about the topics behind the tool : - Linear Real Arithmetic (LRA) - Real...

enhancement
help wanted