Lars Hvam

Results 648 issues of Lars Hvam

https://github.com/mdaines/viz.js after https://github.com/larshp/abapGit/issues/217 is implemented

or just reuse the topics from github

**Is your feature request related to a problem? Please describe.** Using the "RSA Decrypt" operation, it gives an error when converting to UTF8, however I'm interested in the raw bytes...

feature

https://github.blog/2023-04-19-introducing-npm-package-provenance/ https://docs.npmjs.com/generating-provenance-statements https://tsmx.net/npmjs-built-and-signed-on-github-actions/

for global classes starting with the following pattern ```abap CLASS zcl_abapgit_object_wdcc DEFINITION INHERITING FROM zcl_abapgit_objects_super PUBLIC. ```

As noted in https://github.com/larshp/abapGit/pull/467 the "compiled" version of abapGit is getting quite large. As a joke I suggested writing a ABAP minifier, but perhaps it is not totally stupid? Wonder...

https://basarat.gitbooks.io/typescript/docs/options/noImplicitAny.html

much of the code in the following 2 methods are identical ```typescript public getDefinitions(): string { let g = new Graph(); this.classes.forEach((c) => { g.addNode(c.getName(), c); c.getDependencies().forEach((d) => { g.addEdge(c.getName(),...