-
### What is the issue about?
Inquiry about the specification
### Issue description
I was coming along an unclear part in the LAS specification concerning extra bytes, and think this group might be …
-
**Describe the bug**
```
// file doxygen.h
#pragma once
// Magique doc
struct Magique
{
/*!
* @brief doc for Magique::estDo()
* @return void
*/
void estDo();
};
…
-
Sometimes it is wanted to replicate behavior of a GUI controls in AGS, in how they wrap text.
(for instance you want to precalculate future text height and set label's height appropriately).
This …
ghost updated
4 months ago
-
After the update to version 2.80.0, glib will now fail to configure (and subsequently fail to build) unless the Python 3 module `packaging` is installed. This was initially found in #3059.
The mo…
-
**Describe the bug**
All autogenerated structs have an `AdditionalProperties` and `UnparsedObject`. `AdditionalProperties` is used when using `MarshalJSON` to add any extra fields, but is currently…
-
Environment
-----------
* Your SuperCollider version: 90f968b23e73
* Your operating system and version: Ubuntu Studio 16.04
Issue summary
-------------
Requesting documentation on `TempoCl…
-
Assuming the most relaxed setup, i.e. the defaults (`accept-comment-above-attribute = true` and `accept-comment-above-statement = true`), `undocumented_unsafe_blocks` seems to have false positives aro…
ojeda updated
3 months ago
-
## Description
`BoldFont =` options seems to *work*, but the documentation does not mention about it. Is this working as intended, or should not work properly?
## Add info or delete as appropriate…
-
The manual doesn't include any details about %caps, the only mention is in the changelog, a couple of command line flags, and specfiles used for testing purposes.
-
The README.md file doesn´t explain about the required build-time dependencies. There is a need to clarify those to ease the build and process by third-parties, especially contributors.