-
If you call `intersect`between two ranges and the result is empty it returns an empty range of the form `5:4` as in like
```julia
julia> a = 1:3
1:3
julia> b = 5:6
5:6
julia> intersect(a,b)
…
-
Hi,
I'm trying to setup and use the AL Test Runner but I'm unable to get any output from the test execution.
What I'm using:
1. A BC 19.2 instance running on Docker;
2. Latest BCContainerHelper in…
-
Dear ALAppExtensions team,
Through this issue we would like to request table 77 Report Selections to be extended with the following procedures:
* `GetEmailAttachmentForCust`
* `GetEmailAttachme…
-
### Describe the request
The `codeunit 365 "Format Address"` has publishers in all of its functions like `Company`, `Customer`, etc, which allow global customization of how the addresses are struct…
-
The file `%localappdata%/EditorServices.log` grows up to multiple GB in a few weeks.
This can be reproduced by following steps:
1. Open VSCode with an AL workspace of your choice
2. Open a new …
-
hello ,
i hope you are well, I'm facing problem while doing integration with CRM using CDS (Table Types CDS).
Error which i am getting during integration **table is not register**
-
- [ ] Add built-in SubStr support
- [ ] Add hashed string support
- [x] Write PCRE2.jl package using BinaryBuilder/BinaryProvider, creating all 3 PCRE2 libraries
- [x] Move regex support to StrRege…
-
**1. Describe the bug**
the setting `"editor.inlayHints.enabled": "on"` throws error:
**2. To Reproduce**
activate this setting `"editor.inlayHints.enabled": "on"` in VSCode for a BC extension:
…
-
In C# we using Code
```
Dim sp As SerialPort = New SerialPort("COM15", 9600, Parity.None, 8, StopBits.One)
sp.Open()
sp.Write(Convert.ToString(ChrW(12)))
sp.WriteLine("WELCOME HERE…
-
I'm failing to figure out how to modify `readpngdata` to work with grayscale (UInt8) base videos.
Perhaps once figured out the function could be generalized?
Original function
```
function rea…