kaamil1984

Results 6 issues of kaamil1984

Hi, Thats actually might be not an issue. I want to ask why there is `malloc` instead of `pvPortMalloc`? I found it here: https://github.com/michaelbecker/freertos-addons/blob/e497a1625a30e42935149a4b4b52c60545aaf598/c/Source/read_write_lock.c#L202 regards Kamil

Hi guys, When I run Alice from current version source I'm getting error: > File "pysmu\libsmu.pyx", line 229, in pysmu.libsmu.Session.configure > SessionError: failed configuring device: Resource device I'm not Python...

Thanks for pretty gauge library! I found little bug. I tried to create a style, that contains MajorTickSize property and... I got an error, because there is no "MajorTickSize" dependency...

Hi, Script checks if target directory exists, but it does not check permission. Maybe something like this could do the job? (found here: https://stackoverflow.com/a/2113511/1215291 ) ``` os.access('/path/to/folder', os.W_OK) ``` Thanks...

Is this a bug in key binding? When I hit enter - I'm getting error that it can't run SetSampleRate that accepts 0 arguments with 1 argument. There is a...

Hi guys, Thank you for this software. I'm trying to use PixelPulse2 as function generator or precision voltage source. I don't want to use Alice, because I have too much...