digulla
digulla
I've recently upgraded to Leap 15.0 and after two days of usage, my desktop suddenly froze for about 30 minutes. Login took 2-3 minutes. Starting a root shell took a...
- [x] I have searched open and closed issues for duplicates. - [x] I have searched the [forum](https://forum.duplicati.com) for related topics. ---------------------------------------- ## Environment info - **Duplicati version**: 2.0.6.3 -...
The method `addParsedClass()` of `AnnotationParser` reports duplicates on the classpath. The current behavior is confusing because it reports true and invalid duplicates. After upgrading from Jetty 9.3.9 to 9.4.8, I...
I need to test several values at once in my tests. For example: expect(status).toBe(OK); expect(value).toBe(42); // What else? The problem here is that when `status` isn't OK, the next check...
I'm looking for a way to run some code for each `Context` but not for the `It`s inside. Example: ``` package main import ( . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) var...
Currently, BreakIterator in SimpleTextLineWrapper and ComplexTextLineWrapper is created using BreakIterator.getCharacterInstance() instead of BreakIterator.getCharacterInstance(Locale) The former uses the VMs default locate while the latter uses the supplied one which should be...
I'm missing hints how to test the JavaScript that is used in the an flask app. I tried using flask-jasmine but the project is no longer maintained, it doesn't support...
The masking of information is great when the system is running flawlessly in production but sometimes, the provided information is crucial to track down the source of a bug. In...
When I have `foo.vue` in `src`, then `vuetype src/` will generate `foo.vue.d.ts` instead of `foo.d.ts`. I use the pattern `import Foo from "./foo"` everywhere in my project and now I...
Add an option to get a report of all dependencies with their license, ideally as HTML but text would be sufficient, too. The report should include the name of the...