Firefly Semantics Corporation
Firefly Semantics Corporation
This is a demo: https://stackblitz.com/edit/papaparse-too-few-fields-error When papa parses this string: ``` let invalidQuotes = `sku, quantity, purchaseCost, purchaseDate, receiptDate 'a,"b,c\nd,e,f\n"sk22",2,30000,'12/23/2017','2/15/2019' '` ``` It generates this error: ``` code: "TooFewFields" message:...
See this SO issue: https://stackoverflow.com/questions/59605333/not-using-the-base-attribute-when-making-domsanitizer-api-calls
I created this test: ``` import { getRandomValue } from './getRandomValue' const containsDashes = x => (/-/).test(x); it(`Should return only positive non dashed random values`, () => { expect(Array.from({length: 1000000},...
Curious what ya'll think about this: https://stackoverflow.com/questions/60675465/can-crypto-getrandomvaluesnew-uint32array10-lim-ever-be-negative/60675921#60675921
- **I'm submitting a ...** [ X] bug report [ ] feature request [ ] question about the decisions made in the repository [ ] question about how to use...
I don't think this line in the README makes sense ... ``` import matter = require('gray-matter'); ``` At least VS Code red lines it with the error: >Import assignment cannot...
## Type of Issue ``` [ ] Bug Report [X ] Feature Request ``` ## Description _A feature: please describe your use case and motivation_ Right now the `tslib` is...
## Type of Issue ``` [ x] Bug Report ``` ## Description ole@mkt:~/Github/validatorjs-workspace$ npm run p WARNING: Conflicting namespaces: dist/validatorts/esm2015/public-api.js re-exports 'ɵ0' from both dist/validatorts/esm2015/lib/validators/isIdentityCard.js and dist/validatorts/esm2015/lib/validators/isISO8601.js (will be ignored)...
Hi, This might be an easy one. How do we deploy the `static` scully.io folder instead of the default? Also asked the question here: https://stackoverflow.com/questions/64065091/deploy-scully-static-folder-with-angular-cli-ghpages [Scully](https://scully.io/) generates the project to...
Ran into this issue when using the note `path` module: https://stackoverflow.com/questions/59605333/not-using-the-base-attribute-when-making-domsanitizer-api-calls The path created ends up prefixing the path from the application `base` attribute, and this is undesired. Just curious...