Brian Wright

Results 32 comments of Brian Wright

Here's what I have so far (tool_brush.py) ```python 'p': self._get_pressure(event), 'tx': self._get_xtilt(event), 'ty': self._get_ytilt(event) ... def _get_xtilt(self, event): device = event.get_source_device() if device is None: return None tool = event.get_device_tool()...

It could also be helpful to allow disabling pressure and tilt via checkboxes and/or use **only** the tilt angle (rather than the absolute tilt values) so that the stroke looks...

Thanks for the suggestion. Life blockaded my progress on this issue, so I never got around to stepping through each command as I'd planned. (Also, the Storage Share has a...

Neutral, positive, and negative voltage colors are changeable in the web interface via the menu: *Options → Other Options* If you need to change it in the Java source: [setColorScale()](https://github.com/pfalstad/circuitjs1/blob/ace5faddaf89c0702af5bfbaf50d5b2f35d3b2d5/src/com/lushprojects/circuitjs1/client/CircuitElm.java#L168)

... like wire-specific voltage colors? e.g. one wire at 5 volts is red while another at 5 volts is blue? That's an interesting use case. It could be maybe confusing...

You can edit the binary (as a superuser if necessary) to support American English TTS via the Google API. Use `which trans` to find the file to edit. Then change:...

In short, you want to specify **en-US** as the target language (variable *tl* in that script) without messing up other input languages. I think my proposed change accomplishes this without...

I'm having similar issues on Fedora 40. I have three ideas that I'll start trying tonight when I am finished with the work day: **Idea 1:** The script comments remark...

Also, a different issue from a few years ago had the same exit code (1603) and was evidently resolved by [replacing mono with .NET 4.0](https://github.com/Winetricks/winetricks/issues/1792#issuecomment-907169193). I'll give that a shot...

It seems I get an error about **mfc80.dll** while using "win7" but not "winxp". I'll investigate further but here are logs: (log) winxp vcrun2005 ~ > dnf info wine-staging Installed...