-
```
const e = CodeMirror.fromTextArea(this.area, {
mode: 'text/x-sql',
indentUnit: 2,
tabSize: 2,
styleActiveLine: true,
autoCloseBrackets: true,
lineNum…
-
Can we pause the refresh temporarily?
-
When multiple Django WSGI processes start in parallel accessing thousands of static files via network file system, it can take quite a while to seed the `WhiteNoise.files` static files cache, during w…
-
Hello,
I'm currently building app based on react-codemirror2 and reactstrap. I have editor component inside Collapse component. Unfortunately with this setup, editor component is always blank unti…
ghost updated
3 years ago
-
**Describe the bug**
I have `autoRefresh` set to true and `matchSummary` set to -1. That way I get a nice history of the games we played in the server, while the message with the status of the curren…
RdJNL updated
3 years ago
-
Now that the api and expectations are more stable it's time for tests.
We should test that :
* things print right
* output of common operations has right data and attributes, some corner cases t…
-
The animations are better added around the process of data fetching/loading.
- *Initial*
- Welcome
- Reset
- Loading
- Initializing
- Refreshing
- AutoRefreshing
…
-
Merica created Redmine issue ID 5956
When editing a resource and clicking save, the save box comes up and just stays there forever. If I get bored and refresh, I'll see that the change has actually g…
-
**Summary**.
Trying to start a Java application (using `javaw.exe`) as a service on Windows Server 2016 fails with an error 1053 (timeout error).
The wrapped application does not offer a GUI, bu…
-
Hi,
I'm having problems when using linked filters and multiple filter.
When i select the first item, menu list automatically update itself and I can't select a second option even if I keep CTRL pres…