Erfan Safari

Results 46 issues of Erfan Safari

Current typescript tests are just useless and confusing. we should just write a single test for the `index.d.ts` file with ‍‍‍`tsd`. This is best practice for Javascript based projects with...

enhancement

It would be great to convert FV schema to documentation (e.g: markdown file) ```js const schema = { index: { type: 'number', description: 'Plan order index' }, name: 'string', price:...

enhancement

If there is a problem with the schema, the validator currently only ignores it, and does not show any message. for example: ```js const schema = { foo: "number|min=1|max=10" }...

enhancement

I want to upgrade from v2 to v3 but I can't find change logs or breaking changes of this project. Where are they?

First I use this example from here: https://github.com/letsar/flutter_sticky_header/blob/master/example/lib/examples/mix_slivers.dart Instead of hard-coded `_StickyHeaderList` in build method: https://github.com/letsar/flutter_sticky_header/blob/ea97f5455a7eb52899a15cd9aed0b79286648963/example/lib/examples/mix_slivers.dart#L12-L35 I want to use another ListView like: ```dart @override Widget build(BuildContext context) { return...

waiting for user response

I think the title is quite telling :-)

I can't make this package work with an RTL Next.js project. Should I do something?

enhancement

Currently doc examples suggests using `readableStreamFromReader` and `writableStreamFromWriter` to get a `readableStream` or `writeableStream` from a `FsFile` which is not required anymore after https://github.com/denoland/deno/pull/13615 bad docs: - https://deno.land/[email protected]/streams/mod.ts?s=readableStreamFromReader

enhancement
help wanted
good first issue

this is the npm output when you using `npm ci --only=production` npm version: 8.19.0 ``` Step 4/7 : RUN npm ci --only=production ---> Running in bfc1319afc62 npm WARN config only...