Robert Freytag

Results 4 issues of Robert Freytag

Hey there, found a small issue: In your readme it says import omniauth.lib._ Your API changed, it is import omniauth._ import omniauth.lib._ For the sample to work out of the...

Hey there! As described in [the angular documentation](https://docs.angularjs.org/guide/production) I configured my app for production use like this: ``` anglar.module('app').config(['$compileProvider', function ($compileProvider) { $compileProvider.debugInfoEnabled(false); }]); ``` When doing this, I cannot...

hey there, I noticed that angularizeDirective does not work anymore: this code ``` link: function (scope, element) { // Add $scope scope.$scope = scope; const root = ReactDOMClient.createRoot($element[0]); ``` references...

_Originally posted by @rofreytag in [#2215](https://github.com/github/codeql-action/issues/2215#issuecomment-2901199211)_ I run into an issue when using trivy config scan on a subfolder. The reported issues appear in the security tab, but the folder/path...