Alexey Porotnikov

Results 7 issues of Alexey Porotnikov

When I tried to reuse the same query in Manager.count and then Manager.scalar I figured out that the first call changes the query. Something like this: ``` objects = Manager(database)...

Using gcc version 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907] (GNU Tools for Arm Embedded Processors 7-2018-q3-update) I'm getting the error `fatfs/drivers/fatfs_sd.c:158:12: error: conflicting types for 'select' /usr/arm-none-eabi/include/sys/select.h:62:5: note: previous declaration...

fatfs/drivers/fatfs_sd_sdio.c cannot be compiled with GCC 4.9.3 having the error: ``` stm32fxxx_hal_libraries/00-STM32_LIBRARIES/fatfs/drivers/fatfs_sd_sdio.c:388:16: error: static declaration of 'SDCARD_IsDetected' follows non-static declaration static uint8_t SDCARD_IsDetected(void) { ^ stm32fxxx_hal_libraries/00-STM32_LIBRARIES/fatfs/drivers/fatfs_sd_sdio.c:21:9: note: previous declaration of...

in test_spars list(xes.indices)) AssertionError: Lists differ: [0, 1, 2, 3] != [1, 3, 0, 2] It can be related to different dictionary keys order in Python 2.7 (scrambled) and Python...

### Which version of floccus are you using? 5.0.6 ### Sync method WebDAV ### Which browser are you using? In case you are using the phone App, specify the Android...

bug

Wandering through the `pigpio.c` code, I accidentally saw line 12059. `gpioNotify[i].state = PI_NOTIFY_OPENED;` Isn't this an error like issue #402?

Fixed in develop

``` 03-20 19:01:48.084 29677 29695 I GoLog : Failed to parse peer url: tcp://01.rkv.isl.ygg.yt:80 03-20 19:01:48.084 29677 29695 I GoLog : parse "tcp://01.rkv.isl.ygg.yt:80\n": net/url: invalid control character in URL ```...