Renat Eskenin

Results 11 issues of Renat Eskenin

Hi, all! I have a question or feature request :) Button in IDE for debug code only from current project and skip all other. Because usually we do not need...

type: enhancement
status: waiting-for-feedback

When used $ref to external file with definition: Product: $ref: "./extdef/Product.yaml" I open external file in "Swagger Editor" and got errors: object has missing required properties "info", "paths", "swagger" object...

Hi, I don't known where I can make a question. I need to make infinite list with expandable tiles. Used packages expansion_tile_card infinite_listview In expansion_tile_card I have children widgets-buttons. I...

Need to add aufs in zram_init because it will integrate zram + tmp in ram + tmp in disk. Operating procedure: 1. Create a disk zram 2. Make in zram...

question

### Steps to reproduce the problem curl --request POST \ --url https://mastodon/oauth/token \ --header 'content-type: multipart/form-data' \ --form client_id=X \ --form redirect_uri=urn:ietf:wg:oauth:2.0:oob \ --form grant_type=authorization_code \ --form code=X ### Expected...

bug

### Steps to reproduce the problem curl --request POST \ --url https://mastodon/api/v1/apps \ --header 'content-type: multipart/form-data' \ --form client_name=X \ --form redirect_uris=urn:ietf:wg:oauth:2.0:oob \ --form scopes=X \ --form website=X ### Expected...

bug

### Pitch Hi! In connection with https://github.com/mastodon/mastodon/issues/21991 I try to find any retention settings or CLI utils to delete some spam data from db. 1. Registered apps 2. Unchecked accounts...

suggestion

Hi! I have strange with var controller = ExpandableController.of(context, required: true)!; ``` Widget _buildTab() { return ListView.builder( controller: _infiniteController, itemBuilder: (BuildContext context, int index) { return Container( color: colorFormBackground, child:...

Hi! I use proxmox 8 on orange pi 5b. There is KSM in your kernel 5.10? And module "fuse" need too.

Hello. I need help understanding some library related things. I'm trying to load a json-ld document like ``` { "@context": "https://www.w3.org/ns/activitystreams", "id": "https://example.social/createHelloWorldPost", "type": "Create", "actor": "https://example.social/actor", "to": "https://www.w3.org/ns/activitystreams#Public", "object":...