-
Follow up from https://github.com/JuliaDocs/DocumenterCitations.jl/issues/78
With the script
```julia
using DocumenterCitations
bib = CitationBibliography("bug.bib")
DocumenterCitations.format_…
-
`stringview_wtf16.get_codeunit` will trap on an invalid offset. However `stringview_wtf16.encode` or `stringview_wtf16.slice` will clamp operands within range. Should we make these more consistent?
…
wingo updated
2 years ago
-
Hi, my settings.json is like this:
```
"CRS.OnSaveAlFileAction": "Rename",
"CRS.FileNamePattern": "..al",
"CRS.FileNamePatternExtensions": "..al",
```
When I try to save a file, …
-
The **CRS: Rename - Current/All Files** (and _Reorganize_) command can be configured in the settings.json like
```
"CRS.ObjectNamePrefix": "PRE",
"CRS.FileNamePattern": "..al",
"CRS.F…
-
| | |
|------------------|-----------------|
|Previous ID | SR-2173 |
|Radar | None |
|Original Reporter | ingoem (JIRA …
-
### BC Idea Link
https://experience.dynamics.com/ideas/idea/?ideaid=5fd11dbc-914d-ef11-b4ac-6045bd8476a6
### Description
**From the Idea**
From time to time we have features that replace existing …
-
### Describe the request
In codeunit "Config. XML Exchange"
I Suggest renaming this function GetDefaultDimensionKeyFieldIdFromTable and adding the event at the end of the function OnAfterGetDefaultDi…
-
If you have a comment in the var section (local or global) the Sort Variable command fails.
![image](https://user-images.githubusercontent.com/4333956/142027456-c0b969cb-37c7-42a3-af27-19c4f1091544.p…
-
We need to create an initial structure:
- Header and line tables and pages
- Enum for line type
- Implementation codeunits for each type
- Codeunit to handle common procedures between line types
-
I have not further analysed this...
`FindRepeated` (for unicode) calls `IncUnicode2` which may (for surrogates) increment by 2. For the OPs that can match a surrogate this will be a problem.
OP_…