-
When we do an edit, the borders of the textbox become sky blue.
But we can still type inside the box!
That can only lead to mistakes, as we are also editing the buffer elsewhere!
Therefore no…
-
# Setup
Browser: Chrome
Editor: macvim
# Description
clicking on the ghosttext icon to launch ghosttext in tiddlywiki doesn't seems to have any effect.
-
Currently when writing comments, new issues, etc on GitHub; there is no syntax highlighting in the various text areas. For short/simple comments/etc this is ok, but for much longer/more detailed comme…
-
One notices in the editor (emacs) the cursor is always placed at the bottom of the file.
This is in contrast with where we expect it: the top of the file.
-
### Problem description
Here is the code in my config.lua file.
```lua
vim.api.nvim_create_augroup("lvim_config_keymap", {})
vim.api.nvim_create_autocmd("BufRead", {
group = "lvim_config_ke…
-
**attempting to do:**
not a refactoring pro but to tidy things up and make things make more sense with REDUX_STATE and { state ? }
**error:**
the original app left a mess that was so bad it seem…
-
Basically load `.wasm` files.
Capabilities:
- provide new commands,
- hook on events,
- call helix commands,
- access UI stuff…?
At first we could use a basic toml config file or CLI to feed…
-
With https://github.com/microsoft/vscode/pull/166966 I went over most editor contributions (50+) and adopted idle value instantiation where I could reason that they would still work correctly. But som…
-
#### Summary
Text entry is slow when entering messages on Mattermost
#### Steps to reproduce
- Start typing a message on Mattermost
- Wait for text box to catch up with what was typed, sometimes…
-
### Description
Having the pr template rendered in plaintext is confusing for people new to markdown, especially if it includes comments describing what to put in various fields. It would be great if…