Matthias Bilger

Results 105 comments of Matthias Bilger

``` diff diff --git a/cmake/Platform/Arduino.cmake b/cmake/Platform/Arduino.cmake index e5003e1..e0c412b 100644 --- a/cmake/Platform/Arduino.cmake +++ b/cmake/Platform/Arduino.cmake @@ -1208,10 +1208,14 @@ function(setup_arduino_bootloader_upload TARGET_NAME BOARD_ID PORT AVRDUDE_FLAGS list(APPEND AVRDUDE_ARGS "-Uflash:w:${TARGET_PATH}.hex") list(APPEND AVRDUDE_ARGS "-Ueeprom:w:${TARGET_PATH}.eep:i") + set...

What is the benefit of sending the PDF via mail than to add a Tracking Dowload Link?

I'll update it :) Thanks for the effort you put in.

After rethinking it, I am not a 100% sure it is kind of required anymore. tmux meanwhile supports multiple clients viewing different windows. So you could simply use another window...

Yeah, you might be right, that may enable a workflow which is like the one described in #70. Ok, I will give it a try.

No it doesn't. It is kind of the first step towards a good solution for this change. I investigate a bit further to see what's the best solution to do...

You can map something like `ctrl-z` to `resize-pane -Z` then you save some keystrokes. But this may not be that usefull. At the moment I can not imageine an tmux...

@xing89qs Could you describe exactly what the desired behaviour would be?

I'm not familiar with slime, so would you mind, explaining what your workflow would look like and what you expect to happen?

Ok, and does sbcl support this? Is there a specific command one could run? What would you type there to perform the reload?