Yahya Erturan

Results 12 comments of Yahya Erturan

May I kindly vote for merging Konstantinos Margaritis' pull request for Menu data reference #7 . Seems working just fine.

I changed the folder name from `Geography` to `geography` and make required updates but it didn't work. But I might be found and fix the problem. Check it please. I...

If It would help to find out, When I run `$email = $this->email_model->where('email', '[email protected]')->get();`, This also return duplicate `WHERE v_emails.deleted_at IS NULL` But when I run this `$email = $this->email_model->get(['email'=>'[email protected]']);`,...

`.dev` domains are being directed to `https` with new version of Chrome browsers. First need to change it to something else, for example: `.local` Here is the nginx configuration for...

it would be great if you can add a call to destroy api. I am using this with ajax pagination at below. It allows you query the results with AJAX...

Is this repo is still being maintained?

> > Your framework has nothing in common with Matter: uses JS, not the same components, styles. > > Why'd you shamelessly plug your project as a replacement of Matter...

These parts (combine usage) throws error if we want to compile it through sass processor. ```css i.e. var(--matter-ontheme-rgb, var(--matter-onprimary-rgb, 255, 255, 255)); i.e. rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.38); ``` Beside...

+1. Instead of `var(--name, 'value')`, it's more useful to have Sass variables like `$matter-font-family: "Roboto, ..."`. I made a preliminary work to convert it to scss through online converters but...