Maxim Molochkov
Maxim Molochkov
### Systems: Ubuntu - Version: 20.04 - Chrome Version 103.0.5060.134 Windows - Version 10 Pro 21H2 - Chrome Version 103.0.5060.114 ### Steps to repeat: - Go to page - https://coreui.io/demos/react/4.3/dark/#/dashboard...
This pull request include: ### Fixed incorrect class order Now if we pass a `size` property with a value of `custom-size`, we do not get expected class (`icon-custom-size`), because it...
#### Checklist - [x] run `npm run test` and `npm run benchmark` - [x] tests and/or benchmarks are included - [x] documentation is changed or added - [x] commit message...
When a bot is used to enter the game, the game statistics of the account are not true. **Real statistics**  **Statistics via bot**  Is this a bug or...
``` 684 verbose stack Error: [email protected] install: `node ./install.js` 684 verbose stack Exit status 1 684 verbose stack at EventEmitter. (E:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\index.js:301:16) 684 verbose stack at EventEmitter.emit (events.js:189:13) 684 verbose...
Sqlite script output json ```json { "fk_info": [ { "schema": "", "table": "product_history", "column": "product_id", "foreign_key_name": "fk_product_history_product_id_product_id", "reference_schema": "", "reference_table": "product", "reference_column": "id", "fk_def": "FOREIGN KEY (product_id) REFERENCES product(id) ON...
**Describe the bug** After creation trigger unable to view it code in ui **To Reproduce** Steps to reproduce the behavior: 1. Create sqlite database 2. Create table: ```sql create table...