Swastik Baranwal
Swastik Baranwal
Fixes https://github.com/vlang/v/issues/20699
### Describe the feature Currently, there is no support for `flag_var=enum_flag` like `flag_var^= .enum_flag` and `flag_var|=. enum_flag` operation. ### Use Case `flag_var^= .enum_flag` is shorthand for `flag_var = flag_var ^...
Needed for https://github.com/vlang/v/pull/21174
### Describe the bug Many features of the v-analyzer do not work when the compiler codebase is opened. The type hints are mostly `unknown` and when types are shown incorrect...
### Describe the feature Currently `Run Test` runs the test in the Terminal part, not in the Console part. Like `gopls` should run in the Console part  ### Use...
### Describe the feature Syntax highlighting should be done for `ast.HashStmt` like `#include`, `#define`, `#flag` etc. Currently, none of those are highlighted.  ### Use Case It will be easier...
# Description of the new feature/enhancement https://gitlab.com/gnachman/iterm2/-/wikis/synchronized-updates-spec The goal of synchronized updates is to avoid showing a half-drawn screen, such as while paging through a document in an editor. A...
PR for https://github.com/charmbracelet/bubbletea/issues/1095 which adds `charm-in-the-wild` repo and removes old Bubble Tea program list
**Is your feature request related to a problem? Please describe.** I would love `lipgloss` to support gradient strings. Something similar is already present in [charmbracelet/bubbles#progress](https://github.com/charmbracelet/bubbles/?tab=readme-ov-file#progress) **Describe the solution you'd like**...
This PR adds a warning when using the `SET` commands after the top declaration. > Agreed, if a setting is ignored we should display a warning that this setting should...