Sercan AKMAN

Results 6 comments of Sercan AKMAN

``` const {join} = require('path'); @Get('videos/*') public async videos(@Req() req: Request, @Res() res: Response) { const parsedUrl = parse(req.url, true); const filePath = join( __dirname, '../../src/client/public', //matches this project's structure...

Thank you for your work on react-tagsinput @olahol (also the contributors). I checked the documentation to find something like the proposed solution but in the end found your comment working...

unfortunately the package needs a bit of improvement for the taggedElement behavior. It stops when it cannot find a taggedElement but in the case of JS frameworks, elements rendered on...

just as a follow up, I've revised the implementation to be more robust. I unfortunately don't have code snippets to share but it works like this: In React (or any...

@slorber yes I do understand that there are more pressing concerns and you'd prefer having the text shorter. Now that I've read the Contributing guide, this may have been a...

@slorber I want to apologize for the huge wall of text. I created a PR with some code examples that explains the issue, it is obviously up to you to...