Muhammad Bin Zafar

Results 7 comments of Muhammad Bin Zafar

I'm still learning Rust. A few great 📚concepts to grasp and get better at - before I start writing supercool, clean, maintainable, blazing fast 🚀🔥 Rust code. ❤️🦀❤️

I have the same error but for `backend_with_compiler.dll` on Windows 11 with Intel Core i7 and Intel Irish Xe Graphics. I don't have CUDA or NVIDIA graphics card. I followed...

The only way I know it's an issue with `bash` is: chatnet works perfectly at Windows command prompt.

This worked: `$ cmake ./CMakeLists.txt` But then: ``` $ make [ 33%] Built target common [ 46%] Built target wclient [ 53%] Building C object CMakeFiles/wserver2.dir/wserver2.c.o /home/midn/openssl-examples/wserver2.c: In function ‘http_serve’:...

@alex-page Can you please share your entire jest config file? I tried `useESM` but couldn't get it to work. My tsconfig contains `{ "module": "esnext", "target": "nodenext"}` My jest config...

Update 🎉 Adding the following line fixes this bug for me! ``` extensionsToTreatAsEsm: [".ts"], ``` Ah, feels great. It's 3am now for me.

@billywhizz Let the user use `-` in filename, but internally could we replace `-` with `_` only for the sake of Assembly syntax?