Anis Benna

Results 11 issues of Anis Benna

Running on a fresh install of `Linux version 5.15.47-1-lts (linux-lts@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38)` gives the following error: ``` INFO: Adding user nobody to group nobody...

### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/templating-in-antd-fsywpq?file=/demo.js) ### Steps to reproduce 1. Type some text with a couple of line breaks in the `textarea`. 2. Try to navigate the `textarea` with...

Inactive

The video id for live streams seems to change quite often, however a channel id is constant. Therefore, here's a practical way to display a youtube live stream providing a...

I want to set a dynamic width to the multiselect dropdown using responsive utility classes like so: ```HTML class="w-full md:w-3/4" [settings]="dropdownSettings" [data]="dropdownList" ``` The best I could do is something...

Instead of opening the lightbox in a full screen, I want to make so that it takes only a portion of the screen & the rest is overlayed. Sort of...

enhancement

I want to be able to open the input from a button like so ```HTML Upload a file Your pdf file ``` However this doesn't work since `Property 'open' does...

## Feature request I sometimes need to do more than the given default options. For example, adding a custom config option to extend [the custom axios instance's behavior](https://orval.dev/guides/custom-axios). ## Concrete...

enhancement

## What are the steps to reproduce this issue? Given the following schema, generate the `client` types ```yml openapi: 3.0.1 info: title: OpenAPI definition version: v0 servers: - url: 'http://localhost:8080'...

workaround

Added a live example from an app using a custom normalizer. More details: https://stackoverflow.com/q/66781361/10543130

Serializer
Status: Needs Review

I have a small java 11 app that connects to an IMAP server and tries to find the unread messages using `unseenFlagTerm` as shown in the code below: ```java //...