Hey I use the same font! Didn’t know it supported ligatures, is this feature new? I use the nerd font version so I might have to update.
Hey I use the same font! Didn’t know it supported ligatures, is this feature new? I use the nerd font version so I might have to update.
Thanks for the heads up!
I am a damm moron. Thank you very much!
I moved so Microsoft doesn’t spy on literally everything I do. For programming it does seem to be easy to discover new things when you are part of different linux circles.
Toot :
🦀 In #rustlang 1.73.0 (to be released on October 5th), it’ll be easier to use thread_local Cells and RefCells: the set, get, replace, take, and with_borrow[_mut] methods will be directly available on the thread local, removing the need for the usual
.with(|_| …)
pattern: 1/2
The new
.set()
method can be more efficient than.with(|x| x.set())
, because it skips the step where the first call towith
initializes the variable. The option to skip the default initializer can be very useful in some situations:
2/2
Maybe try asking the admins of different lemmy instances
So, if I understand correctly,you mean :
even-cooler-stuff
as remote.even-cooler-stuff
.now I should be able to make a pull request?
No. Ligatures aren’t being added https://github.com/madmalik/mononoki/issues/29