-
The `ControlCharacter` enum has F1-F4. I would like support for more F-`n` keys like F5
-
First of all, thank you for this rule. Very useful. It detects all 'missing' permissions (with few false-positive-ish 😅 / see exemple below).
The downside now is that my 'Problems' pane is flooded wi…
-
Hi,
this issue is related to this issue [2835](https://github.com/Microsoft/AL/issues/2835).
I find myself quite often in the situation of asking for additional parameters for events in high fre…
-
I have written a simple rawdatagram app to send data via UDP.
The situation becomes weird when you pilot to the ip that is not listening to the port (that is the situation when some devices disconne…
-
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)
…
-
For the purpose of consistent variable naming in a project I want to be able to view a list of all the variable names used in the project (not per file - per project).
For example, in one codeunit …
-
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…
-
I'm seeing the following behaviour on 1.0:
```julia
julia> a = collect(transcode(UInt8, "abc"))
3-element Array{UInt8,1}:
0x61
0x62
0x63
julia> b = transcode(String, a)
"abc"
julia> a
…
-
Dear ALAppExtensions team,
Through this issue we would like to request table 77 Report Selections to be extended with the following procedures:
* `GetEmailAttachmentForCust`
* `GetEmailAttachme…
-
The docstring of `readuntil` says:
> Read a string from an I/O stream or a file, up to the given delimiter. The delimiter can be a UInt8, AbstractChar, string, or vector.
But... a vector of _what_…