matart15

Results 13 issues of matart15

very simple component `render(some text);` when i run `DEV=true yarn cli` dev tools show `Text`. but after about 1 second it disappears. What am i missing?

**just installed and copied example code** `npm install --save-dev antd-form-builder` ```ts import React from 'react' import { Form, Button } from 'antd' import FormBuilder from 'antd-form-builder' export default () =>...

### Summary I have Chrome and Edge installed on my windows โ†“ my powershell result ![image](https://github.com/expo/expo/assets/17027219/bc68de57-a273-4fbe-8272-a1b59204c8a9) ![image](https://github.com/expo/expo/assets/17027219/d393058d-348c-4704-9037-32d045b449ff) But if i run `expo start` and click `โ€บ Press j โ”‚ open...

Issue accepted
CLI

### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-js/discussions). - [X] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [X]...

feature-request
studio-ui

node 12 project ``` ... > NX ๐Ÿ™‚ Please be patient, one final step remaining! > NX ๐Ÿงถ Adding npm packages to your new Nx workspace to support CRA >...

package.json ``` { "name": "asdf_test" ... } ``` this does not work. `npx cra-to-nx` gives this error `ENOENT: no such file or directory, stat 'temp-workspace/apps/asdf_test/project.json'` but creates this folder `temp-workspace/apps/asdf-test/`...

### Before creating a new issue, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-ui/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-ui/discussions). - [X] I have tried disabling all browser extensions or...

feature-request
studio-ui

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug

#### Describe the feature currenly while using tailwind, style changes in editor adds tailwind class. ex if i pick margin left 26px it writes this ![Screenshot 2024-12-19 at 13 54...

enhancement

# Problem I want to use supabase built in email_confirmation + phone_confirmation So i allowed my users to call signup function from frontend Flow is 1. user sign up 2....