Giter Club home page Giter Club logo

lsf's People

Contributors

edouard-lopez avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

lsf's Issues

Searching for RegExp Special characters throws error

Trying to search for ? or * throws an error making the application unusable and forcing to reload.

SyntaxError: "nothing to repeat"
	filteredMots https://parlr.github.io/lsf/build.js:18:8978
	filteredMots https://parlr.github.io/lsf/build.js:18:8939
	e https://parlr.github.io/lsf/build.js:18:5263
	n https://parlr.github.io/lsf/build.js:18:3304
	get https://parlr.github.io/lsf/build.js:7:15720
	evaluate https://parlr.github.io/lsf/build.js:7:16877
	e https://parlr.github.io/lsf/build.js:7:17642
	get https://parlr.github.io/lsf/build.js:18:3360
	get https://parlr.github.io/lsf/build.js:18:4471
	matchingCount https://parlr.github.io/lsf/build.js:18:9066
	e https://parlr.github.io/lsf/build.js:18:5263
	n https://parlr.github.io/lsf/build.js:18:3304
	get https://parlr.github.io/lsf/build.js:7:15720
	evaluate https://parlr.github.io/lsf/build.js:7:16877
	e https://parlr.github.io/lsf/build.js:7:17642
	get https://parlr.github.io/lsf/build.js:18:3360
	r https://parlr.github.io/lsf/build.js:18:7960
	get https://parlr.github.io/lsf/build.js:7:15720
	evaluate https://parlr.github.io/lsf/build.js:7:16877
	e https://parlr.github.io/lsf/build.js:7:17642
	ot https://parlr.github.io/lsf/build.js:18:13523
	_render https://parlr.github.io/lsf/build.js:7:31747
	r https://parlr.github.io/lsf/build.js:7:60533
	get https://parlr.github.io/lsf/build.js:7:15720
	run https://parlr.github.io/lsf/build.js:7:16611
	Ae https://parlr.github.io/lsf/build.js:7:14750
	Qt https://parlr.github.io/lsf/build.js:7:11234
	qt https://parlr.github.io/lsf/build.js:7:10740
	exports https://parlr.github.io/lsf/build.js:7:72336
	<anonymous> https://parlr.github.io/lsf/build.js:7:65667
	g https://parlr.github.io/lsf/build.js:7:65525
	_ https://parlr.github.io/lsf/build.js:7:65545

This is due to unescaped special characters in following line:

var search = new RegExp(query, 'ig');

Options stored in localStorage

As of now, selecting x0.5 is not effective on all videos. Only on the current one.
Loading a new word, then it returns to x1 speed, while le buttons color stays on x0.5.

[Vue warn]: Duplicate keys detected: 'cinema'. This may cause an update error.

I got duplicate between Éducation Nationale and Laura's recording.

This trigger error blocking the application!

[Vue warn]: Duplicate keys detected: 'cinema'. This may cause an update error.

found in

---> <Entries> at src/components/entries.vue
       <App> at src/components/App.vue
         <Root> vue.runtime.esm.js:588:7
[Vue warn]: Duplicate keys detected: 'diplome'. This may cause an update error.

found in

---> <Entries> at src/components/entries.vue
       <App> at src/components/App.vue
         <Root> vue.runtime.esm.js:588:7
[Vue warn]: Duplicate keys detected: 'ecole'. This may cause an update error.

found in

---> <Entries> at src/components/entries.vue
       <App> at src/components/App.vue
         <Root> vue.runtime.esm.js:588:7
[Vue warn]: Duplicate keys detected: 'educateur'. This may cause an update error.

found in

---> <Entries> at src/components/entries.vue
       <App> at src/components/App.vue
         <Root> vue.runtime.esm.js:588:7
[Vue warn]: Duplicate keys detected: 'hopital'. This may cause an update error.

found in

---> <Entries> at src/components/entries.vue
       <App> at src/components/App.vue
         <Root> vue.runtime.esm.js:588:7
[Vue warn]: Duplicate keys detected: 'infirmiere'. This may cause an update error.

found in

---> <Entries> at src/components/entries.vue
       <App> at src/components/App.vue
         <Root> vue.runtime.esm.js:588:7
[Vue warn]: Duplicate keys detected: 'medecin'. This may cause an update error.

found in

---> <Entries> at src/components/entries.vue
       <App> at src/components/App.vue
         <Root> vue.runtime.esm.js:588:7
[Vue warn]: Duplicate keys detected: 'television'. This may cause an update error.

found in

---> <Entries> at src/components/entries.vue
       <App> at src/components/App.vue
         <Root> vue.runtime.esm.js:588:7
[Vue warn]: Duplicate keys detected: 'theatre'. This may cause an update error.

found in

---> <Entries> at src/components/entries.vue
       <App> at src/components/App.vue
         <Root>

What to do with duplicate entries ? Possible solutions:

  • remove from ÉN ;
  • remove from Laura ;
  • index word instead of transliteration as most of them will be different entry
  • support multiple video (most complex solution)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.