yout

Results 6 issues of yout

According to the [Vite's docs](https://vitejs.dev/config/server-options.html#server-proxy), vite allows user to create `RegExp` type proxy rules, we should support it too. > If the key starts with ^, it will be interpreted...

CPU: i7-11800h I tried it with macOS Big Sur but only got so many "ACPI Error" on my screen ![image](https://user-images.githubusercontent.com/24794392/133819954-15df49e2-fd9c-4029-84c9-ed98171e0096.jpg)

Hi there. I defined a variable: `columns` in [column-config.js](https://github.com/youthug/jsx-demo/blob/master/src/config/column-config.js) : ```javascript const columns = [ { label: 'First Name', prop: 'firstName', defaultShow: true, minWidth: '180px', // TODO return el-tag formatter(row,...

### Describe the bug In the development environment of our project with Vite + Vue2.7 + Vuex + Vue Router, we encountered an issue where there is a circular reference...

**Describe the bug** When parsing the `RENAME TABLE` sql statement by `sqlparse.parse` with this content: ```sql rename table `db`.`test1` to test2, `db`.`test3` to test4 ``` the result of ret[0].tokens: ```python...