Adam Bozzay

Results 10 issues of Adam Bozzay

### What was unclear or otherwise insufficient? Feature `feat(RelationDecorators): allow to pass string instead of typeFunction #4195` implemented for issue `https://github.com/typeorm/typeorm/issues/4190` is not documented. ### Recommended Fix Specify in the...

documentation
requires triage

### Current behavior The code below is not working, `cleanUpRepositories` is not getting called. ``` Cypress.on('test:after:run', async () => { await cy.now('task', 'cleanUpRepositories'); }); ``` Instead an error is received:...

Below image shows that when I search for that method name, the extension does not find the method call. There are 2 hits in the default search panel, but no...

If you double click on the MinaOTP window it will copy the token. This is useful and should be written in the readme.

In a commit I changed a file and in the working tree I edited it back to be as originally was. Observation: Tree Compare still indicates it as modified. Expectation:...

Bug report --- ### Expected behaviour When I'm zoomed in a large SVG and use the browser's search feature, the viewport should pan to the current search result. ### Actual...

cypress-split finds and reads the timings file correctly, but cannot find the individual specs in it. The reason is that the path in the timings file and the path that...

bug

To reproduce the issue described in #267 : 1. Run `npm run timings-alternative-config` to generate split file 2. Run `npm run timings-alternative-config` again to see the durations 3. Observe that...

I just got an IIIF150 B1 (weird name) phone that has a small monochrome screen on the back. ![image](https://user-images.githubusercontent.com/24510869/202254075-abc9facd-08b6-4f77-b8e9-327f39cdd17a.png) I'm wondering if there's any way to drive screens like that...

### What was unclear or otherwise insufficient? In the section https://typeorm.io/#relations-in-esm-projects it is stated that to avoid circular dependencies in ESM modules, one can use the Relation wrapper type. It...

documentation
requires triage