tobozo
joined 7 years ago
@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
@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
@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
view more: next ›
@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?