Robert

Results 21 issues of Robert

In the [documentation](https://svelte-materialify.vercel.app/components/app-bar/) the title item is always left. How to get it centered? And right aligend?

The used category for databases can only be the table name or 'database'. I think it shouldn't be a problem if it would be an arbitrary name. But the special...

enhancement

In Firefox when I translate something e.g. to German I see red wavy lines below my strings because of an activated [spell checker](https://www.w3.org/International/questions/qa-lang-why#authoring). This could be easily avoided if the...

enhancement

In Yii2 it is possible to define and use default languages (also have a look [here](https://www.yiiframework.com/doc/api/2.0/yii-i18n-dbmessagesource#loadMessages()-detail)). That is one can have the language **en-US**, but also the general **en**. **en**...

enhancement

It would be nice if I could create a symlink to a file or directory. If this makes sense you could implement that as well (since I'm not experienced enough...

Sorry for this possibly dumb question. According to the [doc](https://sveltematerialui.com/SASS.md) I have done this: ``` npm install --save-dev smui-theme npx smui-theme template src/theme ``` This has created the two files...

documentation

It's quite hard for me finding out how to customize smui items. I'd like to use Chips as a filter. It's working so far, I just want to style things...

I searched for 'twbs-pagination' but I think it is true for all packages: Most of the time I get the HiArt exception presented. Only sometimes I see the expected matches....

``` FAS::stack() ->on(FAS::icon(FAS::_CIRCLE)->size(FAS::SIZE_3X)) ->icon(FAB::icon(FAB::_TWITTER)->inverse()->size(FAS::SIZE_3X)) ``` The circle does not get bigger. AFAIK the Stack::__toString() method does not allow such changed. Stacks work only with a single size. How can I...

Using the yii2-app-advanced application template, I'd like to allow the whole backend only to administrators. I have secured the backend now, so that only the login is possible (no password...