Muhammed Parlakci

Results 10 comments of Muhammed Parlakci

the correct command for pnpm should be `pnpm dlx sb init ` ``` storybook init - the simplest way to add a Storybook to your project. • Installing Storybook for...

I’ve had some issues with verify command. It gave me unable_to_get_issuer_certificate error Then I found this page https://wiki.zimbra.com/wiki/Fix_depth_lookup:unable_to_get_issuer_certificate As you can see the ROOT comes first and then comes the...

v8.7 I know it’s from 2015, but seems to be logical to put root first

Same issue here.. Using React.Lazy & Suspense to lazy load some components. While loading/downloading these I show a Loading component. This unmounts all other components I suppose and the setState...

solved the issue by running expo start, or npm start by a normal user, not sudo Hope it helps anyone

My whole application is wrapped with the AuthProvider which has my App Router beneath. Actually a prop in the AuthProvider could fix this very easily.. Like makeRequest={true || false} or...

Same here on my Ipad.. I think there is a CSS (transform) problem. Couldn't figure it out. Waiting to here from you.

Good to hear it, I was also trying myself actually.. You can see how they've implemented google chart as Angular2 directives on the following url https://github.com/vimalavinisha/angular2-google-chart/blob/master/directives/angular2-google-chart.directive.ts

I have written something but it doesn't work yet, I got 'annotateLayers' data undefined, maybe if you can help me out.. To test it on any angular2 project use the...