exabugs
exabugs
"repoURLToHTTPS" returns below. ``` https://github.com/argoproj-labs/argocd-notifications.git ``` But this URL ( with .git suffix ) is 404. ``` https://github.com/argoproj-labs/argocd-notifications.git/blob/master/Dockerfile ``` This URL is correct. ``` https://github.com/argoproj-labs/argocd-notifications/blob/master/Dockerfile ```
On plain JS (not Browser) environment (ex. unit test), CognitoSyncManager don't work properly. ``` ReferenceError: window is not defined at new a (src/_lib/amazon-cognito.min.js:35:23975) at new a (src/_lib/amazon-cognito.min.js:35:13090) at new AWS.CognitoSyncManager...
Uncaught exception: undefined method `env' for class`Capybara::Driver::RackTest' WARNING: Cucumber-rails required outside of env.rb. The rest of loading is being defered until env.rb is called. To avoid this warning, move 'gem...
For simplify, introduced 'Tree' class. I want to use 'react-dnd' for Drag&Drop. ( https://github.com/react-dnd/react-dnd ) Self recursive structure is not to work. * Self recursive structure. ``` class TreeNode ......