I’m the Bozo ෴ bit in your Bogon ᓚᘏᗢ #DIY #IoT, #cpp/#Javascript/#PHP developer
Peertube channel: @tobozo
Maintaining: @arduinoLibraries@botsin.space
#arduino #esp32 #esp8266 #m5stack #platformio #c64 #embedded #retrocomputing #3dprint #DIY #chiptunes #sid6581 #SDUpdater #LovyanGFX #M5Unified
@ohyran whoops I made a screen capture of this but didn’t realize mastodon <=> lemmy gateway doesn’t forward activitypub images
thanks for the good advice, looks like most important feedback has already been given so I’ll pass
also the account creation disclaimer is scary
it’s already been reported
@mox wow that’s even worse than losing continuity for the sakes of that new history feature (using Kcalc version 24.05.0)
here’s what I did before getting the input error:
2*2 [enter]
*2 [enter]
I was expecting to read “8” but got “input error” instead
my version is kcalc 24.05.0
you’re right it’s reductive, I’ll delete that last message
2 * 2 [enter]
* 2 [enter]
@Xirup thanks! it looks perfect for keyboard interactions and the undo feature is super neat 👍
I’ll still keep Kcalc for the binary edition though
@kde because it can be done doesn’t mean it should be done, whomever had the dumb idea to break something that’s been working perfectly for years should really reconsider their life goals
@kde what’s this new input line for? does it solve a problem? how can I get rid of it?
@Rustmilian @TimeWalker
Kate Color Preview plugin can be enabled/disabled without creating a profile, also it seems to have a different behaviour.
example from within a C/C++ file:
uint32_t blue = 0x0000ff;
const char* red = “#ff0000”;
const char* color = “purple”;
in Kate, only “#ff0000” triggers the color preview, neither blue, red, “purple” or 0x0000ff seem to trigger it
in Konsole all of those except 0x0000ff trigger the color preview
same color preview core, different rules maybe?