José Antonio García-Díaz

Results 7 issues of José Antonio García-Díaz

Hi. I think there is a conflict with hasherjs and window.replaceState This is my code: ``` hasher.setHash ('list'); // http://www.myexample.com/#list hasher.setHash ('detail'); // http://www.myexample.com/#detail window.history.replaceState ('', '', 'nice-url-to-allow-copy-paste.html#detail'); // http://www.myexample.com/nice-url-to-allow-copy-paste.html#detail...

defect

I have noticed that translating characters which contains "&" sign should be properly scaped Example: `\"%word1%,word2%\"` to output `"%word1%,word2%` But maybe this information will be useful in the docs

help-wanted
documentation
easy

#### 1) I think Talos should add a method for skip impossible combinations of parameters If for example, I want to test a CNN with MLP networks, some parameters, such...

discussion

#### What is this feature about (expected vs actual behaviour)? I think there is a type in the Spanish list of stop-words. https://github.com/voku/stop-words/blob/master/src/voku/helper/stopwords/es.php The words _vosostros_ and _vosostras_ should be...

bug

Hi. We have created our first competition in Codalab using the Yellow World template The competition is hosted at: https://codalab.lisn.upsaclay.fr/competitions/1042 We build the competition using the YAML files, but we...

Bug

Hi. It's possible to use this library for update DOM but without using a jQuery plugin? I mean, I would do something like $('[name="budget"]').Link ().to ($('.budget-observers')) ; So each time...

There is a typo in the bib reference (wrong quotation) in the Github in the name of the authors: I think this is the fixed version: ``` @inproceedings{abufarha-etal-2022-semeval, title =...