Andrej K

Results 12 issues of Andrej K

### Issue type **I'm submitting a bug * [x] bug report * [ ] feature request ### Issue description **Current behavior:** When list of items passed to context menu directive...

Using this json sample: ``` { "date": "2010-09-25", "Revenue": "65225000000.0", "Revenue Growth": "0.0", "Cost of Revenue": "39541000000.0", "Gross Profit": "25684000000.0", "R&D Expenses": "1782000000.0", "SG&A Expense": "5517000000.0", "Operating Expenses": "7299000000.0", "Operating...

I'd like to add a global error handler either on express or resourcejs level (to do additional logging/handling) but I don't see an options or params to do that and...

## 🐛 Bug Report Removing rows in worksheet with spliceRows works except for the last row. Lib version: 4.3.0 ## Steps To Reproduce ```javascript worksheet.spliceRows(worksheet.rowCount, 1) ``` ## The expected...

The intellisence within TSX react component gets flooded with a list of unrelated references making the selection unusable. Current behaviour: ![image](https://user-images.githubusercontent.com/9924769/47102502-cbb8a780-d1f1-11e8-88a1-21cc88d5e1b6.png) Expected behaviour (ts-importer disabled): ![image](https://user-images.githubusercontent.com/9924769/47102416-914f0a80-d1f1-11e8-9694-8838b3877731.png)

`tag: TagObject` is never assigned and always undefined. Should be either assigned or removed.

Can we make the write method protected instead of private so the NgOpenApiGen can be extended with additional custom outputs/templates. Something like this: ``` export class CustomGen extends NgOpenApiGen {...

enhancement
help wanted

Can someone shed some light on default import (using Typescript). This is the code using default import (matching the types from index.d.ts) ``` import hyperactiv from "hyperactiv"; export const observe...

question

### Reproduction example userEvent.click(inputElement) ### Prerequisites ``` await userEvent.click(input); ``` ### Expected behavior user event doesn't mutate/modify the element (and related properties/objects) ### Actual behavior element (and related objects) being...

bug
needs assessment

I went over the API documentation and the setup of failType seems straight forward yet I can't make it work with async logic... ``` const myLogic= createLogic({ type: "FETCH", processOptions:...

discussion