Vladislav Balabanov

Results 7 comments of Vladislav Balabanov
trafficstars

Any progress with new release? Django 2.1 is already released, so would be nice to get new release with at least Django 1.11 and 2.0 support.

Well, with current settings there is no warnings, but you can see it with `-Wconversion`. I use Clion, so some of the warnings it is `clang-tidy` related. My main platform...

> I also see quite a few -Wconversion warnings in simavr do you plan to submit fixes for those to upstream simavr too? I'm do not have free time at...

@dxxb as I see sim-arduboy do not have any ADC related code. I assume simulation for ADC with floating pin is possible? We can feed ADC port from system random...

I added PR #12 with adc feeding. It pass my tests,but unfortunately delay on start in the Crates game is not related for initRandomSeed()...

Oh, sorry. My problem related to pycharm pydevconsole. pydevconsole use os._exit() when handle exception, and os._exit() required integer value. Looks like your package can't work within pydevconsole when DEBUG not...

Yes, that pydev bug. pydev interpreter override exit function. See [do_exit](https://github.com/fabioz/PyDev.Debugger/blob/master/pydevconsole.py#L247) function. So when you pass string to sys.exit it throw TypeError exception.