Does USB not use interrupts?
Same person as @Gobbel2000@feddit.de, different instance.
Does USB not use interrupts?
Alright, but seriously: IPv6.
man -k
to the rescue: mbsrtowcs
, strxfrm
and wcstold
are C functions.
A major political agenda of Vim is to support children in Uganda. A message about that is displayed whenever you open Vim’s start page. Bram Moolenaar insisted on users donating to the ICCF charity instead of to him, making Vim a very political editor in my view.
This statement is wrong.
When you import circles
in the test file (even if you only select circles_area
) the circles file basically gets executed from top to bottom to run all definitions at the point of the import statement. This executes your for loop which fails, and the actual tests are never run. Just remove that loop in the circles module, and it should work.
Huh? Hexagonal Architecture?
While there certainly is some overlap, Python is a scripting language and not a shell language. Some tasks that involve calling lots of different programs and juggling input and output streams are much easier done in bash than in Python.
I won’t argue with you that bash is janky and easily insecure, but what shell language do you think should replace bash?
Jon Gjengset on Youtube is doing live coding where he uses neovim quite well. And you’ll learn about Rust while you’re at it.
Debugging CI pipelines is so annoying, why is there no better way than committing a bunch of dumb changes until it works?