KiYugadgeter
KiYugadgeter
033-vector-implementation.md内でconstexprについて > `constexpr`というキーワードがあるが、ここでは気にする必要はない。あとで学ぶ。 となっていますが、後ろの部分を見ても十分な説明がないように思います。 その後もコード例などにconstexprは出てくるため、説明を追加してほしいです
When I enter the brace and newline, this plugin does not auto indent. When I use arrow function in ES6 standard, does not autoindent. { | }
Update README.md to follow latest language-server running command.
## 質問の内容 Ubuntu上のvimでクリップボードへのコピーができません。 Visual Modeで選択後に`"+y`を押し、その後、他のアプリケーションに貼り付けようとしますが、貼り付けられません。 `"+y`を押すと~yankedという表示はされますが、その後の貼り付けができません。 ちなみにvim以外のアプリケーション(Firefoxなど)からコピーした場合はうまく貼り付けることができています。 vim --versionをみても `+clipboard`と`+xterm_clipboard`となっており、クリップボードとの連携は有効になっています。 なぜでしょうか? ## Vimのバージョン vim-gnome 8.1.320 ( `:version` で確認できます) ## OSの種類/ディストリ/バージョン Ubuntu 19.04 64bit on Virtualbox (Host: Windows 10 64bit) ##...
I am reading kilo code for learning C language. In line551, allocating 9 bytes memory for one non-printable character. Why 9 bytes memory need for a non-printable character? And `nonprint`...
### Describe the bug File and links are not transferred to the device. I certainly checked device is connected. Transferring file notification keep appearing on sender Linux PC When I...
I don't link blinking cursor on terminal. so I have tried to stop blink of cursor from settings but there is no option to do it. How to disable blink...
https://github.com/user-attachments/assets/cfa6cc7e-5515-40dc-ae42-80c24218772e **Lightweight Charts™ Version:** 5.0.9 **Steps/code to reproduce:** ```js import * as tv from "lightweight-charts" import { parse } from './node_modules/csv-parse/dist/esm/sync.js' import * as datefns from "./node_modules/date-fns/index.js" class MarkerCreator {...