Mohamed Wael Khobalatte

Results 5 issues of Mohamed Wael Khobalatte

The following code in activeadmin_addons: ``` class ActiveAdmin::Inputs::SelectInput < Formtastic::Inputs::SelectInput def input_html_options super.merge(data: { tags: @options[:tags].present? }) end end end ``` does not allow users to add custom data attributes....

### Bug description Hi there, I wanna clarify the exact behavior of Postgres DDL migrations and their transactionality. I am opening this as a bug because I think it is,...

bug/1-unconfirmed
kind/bug
topic: migrate
tech/engines
topic: transaction
domain/schema
topic: postgresql

### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this...

💪 enhancement
🔨 feat:tools
stale

Consider this code: ``` // eslint-disable-next-line import/no-extraneous-dependencies import { PrismaClient } from "@prisma-app/client"; export const createPrismockClient = async (): Promise void; }> => { const { Prisma } = await...

Hi there, I looked at the examples in your configuration, for instance this one for [the reviewer prompt](https://github.com/qodo-ai/pr-agent/blob/main/pr_agent/settings/pr_reviewer_prompts.toml). They look great and detailed. My question is: for Pro users, are...