QA system: display and config bugs
See original GitHub issueI appear to be getting some display issues:
Can’t scroll back up to the waveform visualization…
Also, config.cfg
should be in base directory, not as the doc currently suggests:
Copy src/main/python/config.cfg.example to src/main/python/config.cfg and make necessary changes, such as setting the index path and API keys.
Finally, the config content is something like:
[Flask] host=0.0.0.0 port=5546 index=lucene-index.TrecQA.pos+docvectors+rawdocs witai_api_secret=XXXX
But this is a bit confusing since the API key is part of the frontend, not Flask, correct? IIRC, the js frontend only sends the QA string to the Flask server?
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
6 Common Types of Software Bugs or Defects | BrowserStack
System -level integration bugs primarily pop up when two or more units of code written by different developers fail to interact with each...
Read more >How to Test Software for Different Types of Bugs - ScienceSoft
With 33 years in software testing, ScienceSoft describes how to test for different types of bugs and classify the found defects by severity...
Read more >16 Types of Bugs in Software Testing - ThinkSys Inc
This article will explain types of software testing bugs. ... every error in the software code or a computer system is called a...
Read more >Most Common Software Bugs Caught During QA Testing - STRV
Most Common Software Bugs Caught During QA Testing · Validation Fields · Browser Compatibility · Page Layout at Different Screen Resolutions · Date ......
Read more >How to Write A Good Bug Report? Tips and Tricks
OS and browser configuration is necessary for a clear bug report. It is the best way to communicate how the bug can be...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just collapse these files right (all docs for QA system)?
I can move the example config to the base directory as well, so it will be a copy in the same directory.
I like the concrete proposal.