Andrey G.
Andrey G.
Hi I tried, but it appends data into the URL. In my case it's not a valid way to call 'delete' api endpoint. How to achieve this - call custom...
We may have a few different uses on the same page at the same time. And while in one case a plugin can be valid, it can be totally opposite...
https://github.com/Hypercontext/linkifyjs/blob/3eb5b8aacc286e57e220cd6ce2d9c139d96e7322/packages/linkifyjs/src/core/fsm.js#L79-L81 ``` nextState.jr.append(templateState.jr); nextState.jr = templateState.jd; //
Here is an attempt to create a timeline plugin, but looks like something is broken with the `NUM` token since it captures texts. Any idea why it captures 'abc:2:3`, as...
It would be cool if someone would help to actualize the guide. Library has decent number of features, but not everything is documented (there are API documentation, tests and examples)....
That inconsistency brings some level of headache dealing with forms linked via `Form.Provider`. E.g. we need to call validation for all forms and at the end get values, but calling...
any reason why still not at cocoapods actually?
i used everything from your readme and when i use: ``` - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { indexPath = [tableView dataSourceIndexPathFromVisibleIndexPath: indexPath]; WorkoutExerciseListTableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"WorkoutExerciseListCell" forIndexPath:indexPath]; if(...