Gilgamesh Athoraya
Gilgamesh Athoraya
The Summarize function in sharded databases doesn't "summarize" the individual shard results. It also attempts to re-summarize partial results on WS FULL, but I believe it is doing so incorrectly...
**Describe the bug** Moving a batch of files/folders within a linked folder should be handled correctly in both `flatten` and standard mode. When flatten, the related functions should remain in...
This is a bit of a hack as it creates a vector of watchers when running on .Net Framework and that may not be what the rest of the Link...
**Is your feature request related to a problem? Please describe.** When linking a folder that contains both apl files and other files, link currently gets notified on events on all...
I thought this was working already, but I can see that changing a linked file clears the stop (and trace/monitor) flags. Looks like this was fixed and then removed back...
**Describe the bug** When using the getFilename hook, the fully qualified apl name (and old name) is incorrect. **To Reproduce** )clear clear ws 3⎕NDELETE 'test' 3⎕mkdir'test/sub' fileHandler←{''⊣⎕←⍵} ]link.create -getfilename=#.fileHandler #.test...
The intent of the `getFilename` hook is to provide the developer with a way to specify and override the filename for a given apl object. At the moment this hook...
In an unusual scenario, starting a docker container within a GItHub runner, the owner of the files that are accessed is a user not defined within the current docker container....