-
Hey,
when building without python2 installed (Fedora 33) node-gyp which is required by node-sass errors out.
```
gyp ERR! configure error
gyp ERR! stack Error: Command failed: /usr/bin/python3 …
MartB updated
3 years ago
-
### What OS?
- Mac
### Version?
- vs code plugin
### Description
So far everything is working and every csv I opened worked as expected.
Just now I opened a file and it was completely m…
-
When importing casbin in a typescript project for Angular I get this error:
![image](https://user-images.githubusercontent.com/67106822/129589693-2da69744-93c2-4f40-bb9f-5626f74b4d07.png)
For the …
-
### Describe the bug
I have a simple SvelteKit project that is hosted on GitHub Pages, so I have to set the base path to the repository name. I did so in svelte.config.js. Then, I built the project w…
-
![image](https://user-images.githubusercontent.com/23190851/92460906-2bedd380-f1e6-11ea-9b7e-cd06c056e52f.png)
![image](https://user-images.githubusercontent.com/23190851/92460921-327c4b00-f1e6-11ea-…
-
version 5+ has better error messaging. See https://github.com/mholt/PapaParse/releases for breaking changes.
-
**Describe the bug**
The data files in s3 produced from the firehose are no longer json text after switching to amplify analytics. There is no data transformation functions or lambda conversion set u…
-
I have this stack trace while taking a snap of a custom file reader. The component is working well except in this snapshot. It throws this error:
` console.error
Error: Uncaught [TypeEr…
-
Hi,
Given the following CSV:
```
Header1;
Value1;Value2;
```
Config:
```
{
headers: [
{name: 'Header1', inputName: 'header1', required:true},
{name: 'Header2', inputName: 'header2', require…
-
### Current behavior:
I tried to test the upload of a CSV file. Front side, I use [CSV-file-validator](https://github.com/shystruk/csv-file-validator) to read and validate my file. But I have a parsi…