Martin Alex Philip Dawson

Results 29 issues of Martin Alex Philip Dawson

This happens when I specify the `requestError` function. Tested it in a new create-react-app with https://github.com/github/fetch. ``` import fetchIntercept from 'fetch-intercept'; const unregister = fetchIntercept.register({ requestError: (error) => { return...

``` Uploading stock/000220-ko/discounted-cash-flow/index.html 388555/388555RequestTimeout: Your socket connection to the server was not read from or written to within the timeout period. Idle connections will be closed. at Request.extractError (C:\Users\mdawson\Documents\tracktak\ui\node_modules\aws-sdk\lib\services\s3.js:712:35) at...

# 🐛 bug report I'm using yarn workspaces. Ran `parcel build` source: ```js async exportWorkbook() { const { writeFile } = await import('xlsx'); console.log(writeFile) } ``` output: ```js async exportWorkbook()...

:bug: Bug
🌳 Scope Hoisting
✨ Parcel 2

ArraySize is needed in customFunctions _I think_. Here's my custom funciton below. You can see it accepts either 1, 2, 3 or 4 arguments. If the first parameter is `financialStatements`...

Good First Issue
API
Feature
Verified
Impact: Medium

Browser: Chrome OS: Ubuntu 12.x HF version: 1.3.0 Example with the error: https://codesandbox.io/s/gallant-jepsen-ix935?file=/src/index.js Apologies for the large data set. I tried to figure out what is wrong but was unable...

Bug
Impact: Medium

``` export class InformationPlugin extends FunctionPlugin implements FunctionPluginTypecheck { public static implementedFunctions = { 'COLUMN': { method: 'column', parameters: [ {argumentType: ArgumentTypes.NOERROR, optional: true} ], isDependentOnSheetStructureChange: true, doesNotNeedArgumentsToBeComputed: true, vectorizationForbidden:...

Bug
Impact: Medium

This is quite a big bug I think as the root cause of it is arrays are not being processed in the dependencies. This means that there are likely other...

Feature
Impact: Medium

### Description #DIV/0! currently has no message in the `CellError` class when it is returned. Same for #CYCLE! error and quite a few other cellError instances

Feature
Impact: Low

So I'm doing formula syntax highlighting in my spreadsheet like this example: ![image](https://user-images.githubusercontent.com/15030491/139579297-4d8ad3d6-e826-4591-8ab9-b0ab94dc3755.png) Currently hyperformula does formula parsing internally however there's no way to access it and the indexes in...

Feature
Impact: Medium

### Description Here's the RRI function: ```js 'RRI': { method: 'rri', parameters: [ {argumentType: ArgumentTypes.NUMBER, greaterThan: 0}, {argumentType: ArgumentTypes.NUMBER}, {argumentType: ArgumentTypes.NUMBER}, ], returnNumberType: NumberType.NUMBER_PERCENT }, ``` `ArgumentTypes.NUMBER` means percentages will...

Feature
Impact: Medium