h1771t
h1771t
IMHO get rid of screenshots completely, let the app make the user pick an image file, and then process the file. I even say get rid of the clipboard stuff,...
Is there a workaround, fails for me on fresh install against a file with just one print statement in it.
> Quite a lot has been changed in how Transcrypt handles paths, files, build versus make etc. > Does this problem still exist with TS >= 3.7.6? Happens to me...
Here is my full stack trace. > hiren@hiren-Lenovo-E50-70 ~/Downloads/Transcrypt-3.7.16/transcrypt $ ./run_transcrypt > Could not find mypy > > Transcrypt (TM) Python to JavaScript Small Sane Subset Transpiler Version 3.7.16 >...
I cannot see anything specific. I looked in https://www.x.org/releases/X11R7.6/doc/xorg-docs/specs/ICCCM/icccm.html#the_keyboard_mapping However smithay uses https://docs.rs/xkbcommon/0.4.0/xkbcommon/xkb/struct.State.html#method.update_key which has this description which looks related: > A series of calls to this function should be...
Indeed if I add a function in *src/wayland/seat/keyboard.rs* ``` + fn reset_modifiers(&mut self) { + self.state.update_mask(0, 0, 0, 0, 0, 0); + } ``` And have it called from compositor...
> In which desktop environment does this happen? On Wayland (with XWayland) or inside an X11 session? Inside X11. Here are the steps I'm using to reproduce: - Install Pop_OS!...
Great thanks, makes sense. I will attempt to make a PR for the correct fix then.
please also see: https://community.openenergymonitor.org/t/mqtt-interfacer-gets-no-data/23097 related to this issue when trying to use emonhub as standalone. Thanks
Using pico-sdk, could not find any docs on default heap sizes etc. I take it, it is not simple to change a heap size? (not a config change somewhere?) Use...