Rahul Singh

Results 13 issues of Rahul Singh

I am uisng this command in the following shell script to generate the manifest file. ``` #!/bin/bash PATH=$PATH:$(npm bin) set -x # Production build ng build --prod # merge ngsw-manifest...

I need to Expire value added to the Local storage after 60 minutes is there any way we can achieve it using this package

I am trying to get Css Modules working in React SSR. This is my webpack config ``` module: { rules: [ { test: /\.jsx?$/, exclude: /(node_modules|bower_components)/, loader: "babel-loader", },{ test:/\.(s*)css$/,...

I am uploading various folders into a s3 bucket and now i need to be able to have full control for everyone accessing the files . How is this possible...

Hey guys, I want to trigger something when my waypoint, moves out of view in a div but the height of my div is large . and the onLeave events...

This issue is concerning [ Ion JS ] when used inside StencilJS. I see we have mentioned > A distribution using browserify and babelify creates a browser friendly polyfilled distribution...

bug

I ma using m1ddc to try to switch between my USB C and DP setup. I have currently installed m1ddc in my DP setup when running the command. ```m1ddc display...

It gives me this error ``` rahul@Rahul-PC:~/Angular/test-module$ npm publish dist npm ERR! publish Failed PUT 403 npm ERR! Linux 4.10.0-35-generic npm ERR! argv "/home/rahul/.nvm/versions/node/v7.9.0/bin/node" "/home/rahul/.nvm/versions/node/v7.9.0/bin/npm" "publish" "dist" npm ERR! node...

Can we add a Slide up to after Slide Down , without the Slide Up it feels like the Component shrinks and flows again from the Top. Which is not...

When the component loads for the first time it happens fine. ``` fetchData(){ return this.af.list('/path/path/',{ query: { orderByChild: 'createdAt' } }).map(arr => {return arr.reverse();}); } ``` The data from fetch...

enhancement
help wanted