unhandyandy

Results 8 issues of unhandyandy

Is there a way to specify that Winston use tk graphics in Ijulia instead of the html5 graphics? The tk graphics are far superior.

It would be nice if we could pass a dict as a second argument to `subst`. As it is now, something weird happens. ``` julia> subs((a + b)^2,a=>2,b=>3) 25 julia>...

When running AG on imo_2005_p5, got this error. TypeError: cannot unpack non-iterable Point object: ``` Traceback (most recent call last): File "/N/soft/sles15/python/gnu/3.10.5/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None,...

Not the following three theorems have exactly the same hypotheses. ``` test1 b c d = triangle b c d; a = circumcenter a b c d; e = on_line...

Works on Ubuntu 24.04 out of the box, using the driver mt76x2u provided by linux-modules-6.8.0-31-generic. One mistake I made: installing linux-modules-iwlwifi-generic which lead to module disagreements and failure to load....

### Before submitting an issue, please check the following - [X] I have searched for similar issues (both open and closed) and cannot find a duplicate - [X] I agree...

bug

### Before submitting an issue, please check the following - [X] I have searched for similar issues (both open and closed) and cannot find a duplicate - [X] I agree...

enhancement

I just installed pytuning on Ubuntu 24.10, using a venv. I'm getting an odd error when I try to generate a fluidsynth tuning table. ``` >>> pytuning.tuning_tables.create_fluidsynth_tuning(scale,prog=range(128)) Traceback (most recent...