-
This
```CMake
message(STATUS "Hello" #[[Bracket Comment]] "second")
add_custom_command() # TODO this will wrongly align to ( due to bracket-comment
```
becomes
```CMake
message(STATUS …
-
As we plan to revamp the ecosystem #708 maybe it's time to start designing first run experience and see what might be worked out.
## Typical Setup
Everything can start from single folder setup, …
lextm updated
4 months ago
-
wls files use (* ~~~~ *) symbols to mark comments. The // TODO & // FIXME can only be used inside comments.
when you view the TODOs in the side panel the ending *) is added to the message.
for e…
-
Comments are needed for the todo list and the feed. To resolve this:
- [x] Implement comments for feed
- [x] Implement comments for todos
- [ ] Implement comments for files
-
> **idea (non-blocker)**: we could have a utility type for making properties. It might make this a little easier for humans to parse.
>
> _Originally posted by @NickLarsenNZ in https://github.com/sta…
-
This is a long running process, and users probably don't mind getting an email notification
or something similar when the process is complete. Esp if the frontend remanins static.
---
_This issue has…
-
Part of:
- https://github.com/WordPress/gutenberg/issues/41232
Several pieces comprise the work required to iterate over the discussion in #53431, so I'm starting this tracking issue to compile the …
-
## Goal
| User story |
|:---------------------------------------------------------------------------|
| As help desk at a white label MSP,
| I want to add labels to my configuration profiles
| so th…
-
## Goal
| User story |
|:---------------------------------------------------------------------------|
| As a Fleet user who has 100 teams and/or labels or 2 teams and 10 labels,
| I want to quickly …
-
[System\script] verify it's working properly & potentially re-implement
Right now, it picks script-comments from the entire script, but these are not accessible from an included script, nor from the …