Manuel Doncel Martos
Manuel Doncel Martos
**Is your feature request related to a problem? Please describe.** I want to "fix" a configuration yaml file, but the space between the value and a line comment is not...
## Your Question I created a pagination plugin that basically do a `select count(*)` once a select query is triggered. The code can be found here: https://github.com/manuelarte/pagorminator But, I want...
Hi, I was wondering whether is possible to group types like this: ```go type ( MyStructA struct { a int } MyStructB struct { a MyStructA } ) ``` I...
I found some typos: - `unmarshaling` -> `unmarshalling`. - `specificiation` -> `specification`
Hi, I have the following `openapi.yml`: ```yaml ... /users: get: summary: Get a user by surname parameters: - in: query name: surname schema: type: string required: true description: The user's...
Hi, I am using Gin, and I also want to use the `strict-server` option, but in some of my endpoints I still need the gin context. For example, I want...
Hi, So Imagine I have the following JSON: ```json { "id": 1, "name": "John", "surname": "Doe", "age": 18, "address": { "street": "mystreet", "city": "mycity", "country": "mycountry", "zipcode": "1111" } }...
Hi, is it possible to use NumberPicker in an alertdialog widget, I have the following code but I can't move the picker: ```dart Future _onClick() async { showDialog(context: context, builder:...
When trying to add the library I get: ``` flutter pub add flutter_material_pickers The current Dart SDK version is 3.7.2. Because flutter_material_pickers =2.0.0