Alexander Maschas

Results 7 issues of Alexander Maschas

If I define a component using a CSS class as a selector like this: ``` @Component({}) export class App { selector: '.app-container' } ``` The element recreation process will create...

If codecov can't find version control, the code indicates that it's supposed to failover to using `walk` to generate the file structure. Instead, I'm seeing this in the output: ```...

I've noticed this issue in two projects thus far. The loader will properly stick the template into the cache, but somehow can't retrieve it. So for instance, if this fails:...

- `@testing-library/dom` version: 8.17.1 - Testing Framework and version: jest 26.6.0 - DOM Environment: jest-environment-jsdom 26.6.2 ### Relevant code or config: ```js test("A sample test.", () => { const component...

golang.org//grpc versions =1.57.0 =1.58.0 The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August...

## Describe the feature An enum type that with automigration support in MySQL and Postgres. ## Motivation At one point in time, GORM supported enum types that worked with `automigrate`...

I am using xhr-promise in a library that requests data via a two-step process that can occur multiple times asynchronously. Each data request involves a query to an API that...