Yusuf Aran

Results 14 comments of Yusuf Aran

@fedeci great 😄 is the road map publicly visible somewhere?

@fedeci could you please explain what you mean with "full extensibility"? What are the plans here? I agree though that it's quite similar to `customValidator` and it probably would make...

I updated the PR and extended `CustomValidator` so it can work with custom options aswell. > [...] so they would not be available in the chain With the change I...

Is this still not possible? Whenever I add a second table using `worksheet.addTable` the first table might be printed but only the second table is actually an excel table. IMHO...

It's actually possible to add multiple tables to the same sheet. You need to take care that all your tables have a different `name`. Even accross sheets the table names...

Are there any updates on this? I think the possibility to have straightforward input validation is really crucial and is one major part that is missing in this wonderful library....

@filipstefansson wow that was a fast counter to my assumption 😄 Thanks for clearing it up and the efforts. I will probably try it out in near future (somewhere next...

@filipstefansson I just tried it out for few days and it looks very nice so far 🚀 Thanks for the efforts! I also opened an [issue ](https://github.com/filipstefansson/nexus-validate/issues/13) already 😄

Isn't JS/TS essential for most apps that serve a frontend? A major part of frontend apps is written in JS/TS (React, Vue, Angular etc..) which makes it impossible for these...

What are alternative tools here? `unused_deps` really doesn't care about maven dependencies at all. I can add random maven dependencies and it will just detect none. This issue is really...