Eugene Gusarov
Eugene Gusarov
Adding any dependency to `resolve` parameters of route definitions causes the following error: `Trying to get the Angular injector before bootstrapping the corresponding Angular module.` This only happens when bootstrapping...
I have the following DbContext: ```C# public class MyDbContext : DbContext { public DbSet Companies { get; set; } protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder) { //reproducible on both npgsql &...
### Command build ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...
### Bug description: I have an element that shows popover on hover with delay. If element is destroyed before tooltip is displayed popover shows at top-left page corner. Expected behavior...
Sometimes it's necessary to use different storage for certificates. So, if it's possible to load certificate from memory, I'm not bound to a file system
I'm using this package in angular project with scss styles. I'm trying to reference the style using this line ``` @import 'quill-mention/dist/quill.mention.css'; ``` The compiler gives this error ``` ./src/styles.scss...