DoDo

Results 13 issues of DoDo

If I put my Mac to sleep and keep it asleep for a more extended period (more than 3 days), after waking the CPU is at 100% (all cores), and...

`xcodes select` requires a root password and globally changes the selected xcode. However, sometimes I need to select a different Xcode only for the current shell temporarily. I can do...

I tried running like this: adb logcat -v brief | pidcat -w50 -ld This command works for me for all other devices, but not for Huawei Honor8. Logging in Android...

Consider [this example](https://godbolt.org/z/bEu3pi): ```c++ #include #include #include class VectorHolder { private: std::vector< int > vec_; public: VectorHolder( std::vector< int > && vec ): vec_( std::move( vec ) ) {} auto...

The app is currently built only for Intel-based macs. Can you make an universal binary so that the app will work natively on M1 macs?

enhancement

Would it be possible to display a space ID for each monitor?

enhancement

For example, `gcw` should comment only the next word. Also, if less than line is selected in visual mode, `gc` should comment out only the selection. For example, consider this...

### What is your question? I see that `conan lock create` has option `--no-remote` which prevents the use of the remote and resolves exclusively in the cache. But is there...

#### Description Happens when LTO is enabled for armeabi-v7a ABI with NDK r23 - the same code works correctly with NDK r22b. I still haven't been able to create a...

bug

### Describe the bug This happened when I invoked claude-3.7-sonnet via copilot to edit multiple files: ``` Error executing vim.schedule lua callback: ...al/share/nvim/lazy/avante.nvim/lua/avante/utils/init.lua:1061: Vim:Error executing lua callback: [string ":lua"]:1: function...

bug