Try Ajitiono
Try Ajitiono
Fixes https://github.com/date-fns/date-fns/issues/1575. Currently, the typing in `isValid`'s function documentation expects a parameter of type `any`. This might lead to confusion as users might think they could pass anything into it....
Hello! First of all, thank you for creating this library. I wish to submit a bug report (or at least I think it is). ## TL;DR I am getting `hf.fillPolygon...
Yeah sir how to pass mulitple prop in headers array Eg, { title: "OWNER", prop: "name,mobile", sortable: true, filterable: true }, in attached file there is two lables Owner Name...
Hello, thank you for creating this library! I wonder if we can re-export AsyncValidationError in this line? https://github.com/yiminghe/async-validator/blob/b9a84a7313e8741703e65bbbf878cfa1bad5734f/src/index.ts#L1-L8 Something like this: ```ts export { AsyncValidationError } from './util' ``` This...
### Which problem is this feature request solving? ### Summary With `netlify-cli@17`, Netlify deploy information (`NETLIFY_AUTH_TOKEN`, most importantly) is exposed when running `netlify deploy` when logging the "Flags" section. Impact...
## Describe the feature Currently, `koa` is listed as `devDependencies` here (as it should). https://github.com/koajs/bodyparser/blob/664cd7c413250d5e12eb5bb0fbf4e52d31ef24f5/package.json#L59 However, given that `koa` is also needed when using this package, I somewhat feel like...
### Describe the Bug I am using Yarn berry in my project, which I believe is already supported: https://github.com/withastro/language-tools/issues/370 (and I could install the Astro language server nicely). However, I'm...
At the moment, the "story wrapper" is a bit chaotic since the "Show code" shows a very long array and it's not exactly helpful either. There are probably 2 options...
## Description Hello! I would like to have a feature where the scraper outputs less verbose thing. According to https://typesense.org/docs/guide/docsearch.html#run-the-scraper: > If needed, you can send the output to both...
### What are you really trying to do? I am trying to install `snipsync` in Windows and it fails with the following error: ``` PS D:\helloworld\test> yarn add snipsync yarn...