Devinda Senanayaka

Results 7 issues of Devinda Senanayaka

## Version 1.10.0 and 2.0.0 ember-cli: 3.4.4 node: 10.15.0 os: linux x64 ## Steps to reproduce Using the humanize helper in a template results in the following error `Error: Could...

Using `` with typescript results with the following type error on latest mui packages - 5.8.2 ``` Type '(collapsed: any, setCollapsed: (arg0: boolean) => void) => JSX.Element' is not assignable...

Hi, I was trying to figure why a certain rule wasn't working even though I had enabled `plugin:import/recommended`. I eventually realised that the recommended config actually doesn't enable that rule....

question
accepted
style-guide
awaiting-feedback
docs

I'm setting the environment via ``` environment: name: Development url: ${{ steps.deploy.outputs.url }} ``` My deploy step looks like ``` name: Deploy to Google Cloud id: deploy uses: google-github-actions/deploy-cloudrun@v0 ```...

enhancement
YAML

Hi I keep getting the following error when i attempt to npm run bot ` Error: Wrong options passed into the Clapp constructor. Please refer to the documentation. ` My...

Continuing the work on #64 , this first verifies that each of the input is a zod object before attempting to merge it. This will also fix #78. I had...

In the [docs](https://www.framer.com/motion/component/#%23%23animating-css-variables) regarding css variables, it's recommended to cast it as `any`. This PR should allow you to add css variables, i.e "--${anthingGoesHere}". If the initial "--" is not...