Kai Jaeger
Kai Jaeger
### Describe the issue you are having I pasted this code: ``` {r}←{force}Init_SHA256 dummy;⎕USING;filename;path;OS ⍝ Make the necessary preparations for hashing a password.\\ ⍝ Once initiallized, the function does not...
The label reads "Configuration parameters" yet when you enter something without an `=` you get an error message "Invalid environment variable". Therefore I suggest changing the label to "Environment variables"...
On Windows the second menu item in the "Dyalog" menu reads "Preferences". On the Mac the same menu item reads "Settings". Whether "Dyalog" is the best name for the menu...
Therefore #217 is essential (Reformat available in menu) I am using Ride 4.4.3733 Classic_Mode←1 and SingleTrace←1, I don't know whether this matters.
When I delete `.Commit` from this: ``` #.APLGit2.Commit -m "..." ``` and position the cursor just behind `APLGit2` (a namespace) and then type a dot I expect autocomplete to jump...
Even if that means to go back to an older version.
After installing three packages: ``` ]installPackages MarkAPL,FilesAndDirs,A@APLTreeUtils2 install/path/ ``` executing `ListPackages`: ``` ]tatin.ListPackages install/path/ Package-ID Principal ---------- --------- aplteam-FilesAndDirs-5.7.0 * aplteam-MarkAPL-12.1.1 * aplteam-APLTreeUtils2-1.3.1 aplteam-OS-3.1.1 ``` Two problems here: 1. The...
Though the user should be allowed to publish to any (local) path, URLs should be rejected in case they are not (yet) known.
Publishing a package does not work currently with .NET (rather then .NET Framework). This does not effect anybody on Linux / Mac-OS because there it's handled without .NET, but anybody...
What's required is a `ListDependencies` user command that gives the full picture of which packages/versions are required by the dependency file but also by their dependencies. Such a command is...