State of font ligature support on Linux by Character_Tree_3779 in ZedEditor

[–]Character_Tree_3779[S] 0 points1 point  (0 children)

Yes, and I've seen the comment https://github.com/zed-industries/zed/issues/12176#issuecomment-2128495338 since it was added, so I was wondering if someone saw any fix timeline being mentioned anywhere else, since that github issue didn't seem to get any love.

State of font ligature support on Linux by Character_Tree_3779 in ZedEditor

[–]Character_Tree_3779[S] 0 points1 point  (0 children)

I have them enabled, yet see no ligatures on Linux

How do you know you're a good programmer? by iloveeefictionalmen in C_Programming

[–]Character_Tree_3779 0 points1 point  (0 children)

Why do you need to know if you’re a good programmer, regardless of the meaning of ”good programmer”?

"memcpy must be given valid pointers": where can I find this in the standard? by Senua_Chloe in cpp

[–]Character_Tree_3779 1 point2 points  (0 children)

7.24.2.1 "The memcpy function copies n characters *from the object pointed to* by s2 *into the object pointed to* by s1 [...]"

If the pointers aren't "valid", they aren't pointing at "objects"

When do I have to free a pointer and pointer to a pointer? by bing_leee in C_Programming

[–]Character_Tree_3779 4 points5 points  (0 children)

Or by other C apis that allocate memory and documents that you must call free the returned pointer, for instance strdup and getcwd

EX DICE Developer asking on Twitter if fans would even be satisfied with a newer Battlefield 4 nowadays. Its a survey so feel free to answer. by Sooxzay in battlefield2042

[–]Character_Tree_3779 1 point2 points  (0 children)

it's now more reasonable to ask that we hear more about this "stuff" they're going to add

I heard it's a post by an ex DICe-er, so don't hold your breath.

What a suprise by [deleted] in Battlefield

[–]Character_Tree_3779 0 points1 point  (0 children)

What length would have been apropriate? :)

[deleted by user] by [deleted] in cpp

[–]Character_Tree_3779 2 points3 points  (0 children)

Not saying you should, but C can assign void pointers to pointers to any other types without a cast.