Ellison

Results 7 issues of Ellison

Use the latest version and write the following code: `Parser.evaluate('in1["key"]', { in1: { key: 'value' } });` I expect the above code to output "value", but got `undefined` Can you...

错误堆栈信息: ![image](https://user-images.githubusercontent.com/48934955/141511083-0bb72f27-61f1-4adf-87bf-bc41947560d6.png) ali-oss sdk version: ![image](https://user-images.githubusercontent.com/48934955/141511169-d1887673-8938-4e0d-9c11-7ef02184acf1.png) 方法实现: ![image](https://user-images.githubusercontent.com/48934955/141511249-43003d3d-a778-4a2d-b165-d05fb5ba41ef.png) 用到的是 head API,测试结果如下: objectName: `a.js` ==> UnknowError objectName: `studio/shanglu/61516/e1dfdb7043a211ecb2791baa67f6bc52/a.js` ==> work 预期的 NoSuchKey,上述方法返回 false

### 重现 yml: ``` ROSTemplateFormatVersion: '2015-09-01' Transform: 'Aliyun::Serverless-2018-04-03' Resources: temporary-domain: Type: 'Aliyun::Serverless::Service' Properties: Description: helloworld temporary-domain: Type: 'Aliyun::Serverless::Function' Properties: Handler: index.handler Runtime: nodejs8 CodeUri: ./ MemorySize: 768 Events: httpTriggerBindCustomDomain: Type:...

bug

![image](https://user-images.githubusercontent.com/48934955/93585778-e5fcf080-f9d9-11ea-87f8-994c274eb267.png)

[file.csv](https://github.com/javascriptdata/danfojs/files/10344946/file.csv) ```typescript import { readCSV } from 'danfojs-node'; const ndf = await readCSV('/Users/ellison/Desktop/file.csv'); ndf.print(); ndf.loc({ rows: [1], columns: ['Variable 1'] }).print(); // error ``` ![image](https://user-images.githubusercontent.com/48934955/210578676-3c2b6462-d945-4a6c-a1ba-8570914ec020.png)

bug

@somanuell ``` const readSeveralValues = comActiveSheet.Range("A1:B2").Value.valueOf(); ``` The above code works for me. But in my scene, I want to get the cell content displayed on the screen. So my...