Andrew Mirsky

Results 11 issues of Andrew Mirsky

SortedDict deprecated: https://code.djangoproject.com/wiki/SortedDict south migrations removed in favor of django migrations. if upgrading an existing django-authorizenet implementation, run `./manage.py migrate authorizenet --fake`

in order to manipulate certain fields via css, adding a class attribute specific to the field.

Hi, the encoder cart is great! The adjustable height with the screw made it so much easier to calibrate and improve the accuracy of the encoder. Would it be possible...

If more than one output is initialized, no sound is heard from either output. This works: ``` speakers = sc.all_speakers() mics = sc.all_microphones() front_speaker = speakers[0] input = mics[0] with...

add G17, G18 and G19 commands to select arc planes enhance G2/G3 to support arc moves in XY, XZ and YZ planes Signed-off-by: Andrew Mirsky

python 2 implicitly decodes byte arrays into strings. python 3 needs explicit conversion. Signed-off-by: Andrew Mirsky

A coordinate system is an XYZE offset to the native machine space. All coordinate systems default to 0,0,0,0 at start but persist across restarts. - G53 (machine space) - G54-9...

reviewer needed

If using 'muse' within another package, use 'logger' so that messages can be redirected to appropriate output stream. If logging is not configured, the logging messages will show up as...

``` from hrdc.usage import * from hrdc.descriptor import * leds = ( led.Player1, led.Player2, led.Player3, led.Player4, led.Player5, led.Player6, led.Player7, led.Player8, ) descriptor = Collection(Collection.Application, game.Player, Collection(Collection.Physical, game.PinballDevice, Report(1, Value(Value.Input, led.PlayerIndicator,...

``` >> cat test.py from hrdc.usage import * from hrdc.descriptor import * descriptor = Collection(Collection.Application, sensors.Environmental, Collection(Collection.Physical, sensors.Environmental, Report(1, Value(Value.Input, sensors.EnvironmentalHumidity, 16, logicalMin = 0, logicalMax = 1400), Value(Value.Input, sensors.EnvironmentalTemperature,...