Matteo Gazzoni

Results 10 issues of Matteo Gazzoni

Version 3.3.0 (latest) When scrolling on mobile (android 7, chrome latest version), sometimes the resize event gets triggered. The resize event should never be triggered on a mobile device, right?

### This function solves the problem (这个功能解决的问题) allowing the user to select at runtime the best column size for their needs ### Expected API (期望的 API) probably a boolean prop...

feature request

### This function solves the problem (这个功能解决的问题) allow to input multiple dates (not a date range!) ### Expected API (期望的 API) https://quasar.dev/vue-components/date#multiple-selection

feature request
priority: high

### This function solves the problem (这个功能解决的问题) being able to show processing with the type circle ### Expected API (期望的 API) no api changes see: https://codesandbox.io/s/dreamy-williamson-rkcdu

feature request
consideration-needed

are there any workarounds, besides not using dollar sign in the first place? https://codesandbox.io/s/sad-danny-hwms6y?file=/src/App.vue

bug
2.0

### Describe the bug # fill ![image](https://github.com/tusen-ai/naive-ui/assets/10562635/2365831f-d18a-4788-9de2-f5b81c70e5a5) # contain ![image](https://github.com/tusen-ai/naive-ui/assets/10562635/a046f02a-ac16-4a4f-8c94-0bad892e4b82) ### Steps to reproduce 1. go the the minimal reproduction 2. try to upload this picture: ![port](https://github.com/tusen-ai/naive-ui/assets/10562635/fc928d7d-a43e-4ce3-9945-91b2a47dae7b) 3. see how...

untriaged

I find this plugin incredibly useful! Great job! ;) Recently, I adopted the media query `not` operator to emulate a `less than` check: ``` css @media not all and (min-width:...

**Describe the solution you'd like** add a checkbox 'unique' to the create table screen ![image](https://github.com/beekeeper-studio/beekeeper-studio/assets/10562635/0565bc0c-0ee8-4ddf-a3a4-fab0759a914d) **Describe alternatives you've considered** just create a unique index **Database type, if appropriate** postgres and...

I've changed [this ](https://github.com/dlukez/dataloader-dotnet/blob/d5b3510a2ab06bab30c98bded48675c9eb905098/sample/DataLoader.StarWars/StarWarsContext.cs#L17) to `optionsBuilder.UseSqlServer("")` (and installed the appropriate nuget packages). This works: ```javascript { "query": "query { episodes { name } }" } ``` This doesn't: ```javascript {...

right now when you compare array of objects, the `updated` array result contains all the fields, even the ones that didn't change. I'd like to know which fields actually changed...

enhancement