Mohammad Rahhal

Results 22 issues of Mohammad Rahhal

Right now design values are always resolved from the root element, which means the default category.

- Dynamically detects the configured values and displays them. - Auto checks contrast ratios and warns if there are problems. - Should be embeddable in another app.

Add `migrations remove` command to remove (delete) the latest migration files applied. This helps when migration files become way too many to scroll through. This command exists in EFCore's tool.

enhancement

It would be really great to be able to edit the Lyrics by hand, and also maybe have multiple Lyric sections (for various languages)

possible improvement

My compiled css files sometimes live outside of the workspace. I don't think there's a way yet to specify such files to be included. This would be super helpful in...

enhancement

When running in dev (`electron-webpack dev`), `app.getName()` will always be `"Electron"`. This is a big problem for persisted data because all apps will start writing to the same folder. I...

# Input The code looked like this before beautification: ```scss $theme-colors: ( primary: $blue, secondary: $gray-600, success: $green, info: $cyan, warning: $yellow, danger: $red, light: $gray-100, dark: $gray-800 ) !default;...

type: bug
language: css
language: templating

They are already split, but not in an ideal way to enable a server cluster. Stuff to think about: - Who handles making sure storage is up to date? Is...