I have not been able to configure prettier to format my html and js code only, I don't know what else to put in my configuration. The ID for the Prettier extens
Hello guys! Working on something to disassemble a complex model online, the thing is that to have better performance I had to change the model from a OBJ to a D
I need to create a dictionary. I have its values in a list but I don't have its keys. Its keys are just numbers (1,2,3,4 ...). "Lista" is a list that has the va
Polymorphic function (full code see here): type Intf interface{ Do() } type Intf2 interface { Intf Do2() } func CallIntf[T Intf](intf T) { in
I find myself in the position where I want to create a new file in the same directory as the one that the open file is in. How do I create a new file in the dir
When querying using Entity Framework Core, I am using expressions to convert to DTO objects, which works well for the object, and any child collections. A simpl
I'm learning SwiftUI and tried to implement the MVVM architecture. The idea is simple, I tried to add photo to a list which it changes based on the weekday sel
How do you link (with <a>) so that the browser goes to certain subheading on the target page as opposed to the top?
I would like to assign operation to a command key in Vim. Aren't any methods?