Pierluigi Petrelli

Results 18 comments of Pierluigi Petrelli

I was looking for the possibility of enabling push on an angular 9 / ionic app. Any news?

I am interested in executing command too, any solution?

As you suggested I changed the shell variable. Right now I am trying blessed-xterm that explicitly supports "spawn". spawn (shell: String, args: String[], cwd?: String, env?: Object): Void: Spawn/run a...

same here, i think it would be really useful. IF the user continue to write and the value match one of the possible values it should be transparent.

Thanks, It was one of my first attempt. I have something like this ctx.status=413; ctx.body=jcompose(ctx.status); ctx.res.end(); Unfortunately, the upload keeps going till the end, even if morgan prints the log...

I even tried to throw an error: ctx.throw ('payload too big',413) The upload keeps going till the end.

I tried your code, I made just few changes in the middleware 2 that now looks like: ``` app.use((ctx, next) => { ctx.state.mwCalled.push('second') let contentLen = parseInt(ctx.request.header['content-length']); if (contentLen >...

At the end I cloned the repo, so the spinner exists. In order to make it work I changed a little bit the css, I removed "position: relative" on .fitted-image...

The second serie of commits adds the capability of requesting images with an extra header, useful for example to include jwt token in order to get the capability of displaying...

Hi guys, I've got this error writing a custom directive even if i declared $scope.searhbox out of uiGmapGoogleMapApi.then(function(maps){ .. }); The first time everything works well, if i change route...