Yahya
Yahya
> The options are not showing in devtools because they are not present in DOM unless dropdown is not clicked. This is incorrect, the options show in the DOM regardless...
> Hey @yayashn > > Maybe I expressed myself poorly, I know that elements appear in the DOM regardless of whether the select is expanded or not. The problem is...
> @yayashn, we do have this setting: > > ```json > "project_panel": { > "folder_icons": false > }, > ``` > > Which removes the folder icon and uses an...
Lack of colour coded icons actually makes it so hard to navigate a codebase, especially a new one.
@montalvomiguelo I've already got Solid up and running, I'm saying the shopify page doesn't reload automatically when I edit any Solid `.tsx` files. Does it auto reload for you?
@montalvomiguelo Just tested the example and it does indeed work, I wonder if it's to do with `.tsx` files maybe? I'll share an example of my broken version.
Can confirm `tsx` changes also work in the example, must have gone wrong somewhere in my setup I'll do a comparison but safe to assume nothing is broken.
If @alganzory or any contributor can give a high level overview on how to achieve this I can contribute to this feature inshaallah.
https://github.com/alganzory/HaramBlur/pull/91
> try manually adding `pg` to your package file. seems like there's an issue when trying to import types from `pg` library. > > `yarn add pg` This removes the...