Gianfranco P

Results 118 comments of Gianfranco P

This would be amazing! I generally prefer taking notes on the reMarkable tablet while in meetings. If text notes can be formatted in Markdown to share with colleagues (GitHub, etc.)...

This version works on even on Android 7! https://github.com/Nexxa/cordova-plugin-crop The specific commits that I believe fixes this is: https://github.com/Nexxa/cordova-plugin-crop/commit/4bf0144eccd3543069336bfa2b1f4d0fa9245bcc

Same issue on MBP 13" big sur Dell D6000 `USB-c -> Dell D6000 Dell U3419W` ``` ddcctl -d 1 -v 0 D: CGDisplay 000010AC-0000-A12E-3055-524C00000000 dispID(#4128835) (3440x1440 0°) 72.00 DPI I:...

related to https://github.com/fulls1z3/ngx-meta/issues/101 this is because (i believe) the components code are executed on the client side and not at server rendering. Perhaps this could work? https://github.com/angular/universal#universal-gotchas

As mentioned in #101 , I used https://github.com/angular/universal-starter How are you starting the server? I transpile/build it with `npm run build:ssr` and then start the server.js in the dist folder...

I don't think that's true. I don't know the underlying reasons why exactly it works, but my SSR server runs properly and renders the correct meta-tags in the HTML. View...

my component class implements `OnInit` (see https://github.com/fulls1z3/ngx-meta/issues/118#issuecomment-344852631). I've never used or heard of `CanActivate`. Hopefully somebody can guide you in the right direction

@chozharajan my code is like https://github.com/fulls1z3/ngx-meta/issues/118#issuecomment-344852631 I don't understand the error you're mentioning: `can't find name Item`. Maybe open a StackOverflow question with the code, error message, or even better,...

you can always make a PR 🙃

This would be great. or event if as parameter or option when doing a query. For example `http://swapi.co/api/people/?shownames=1` @mdhorda, could you do a pull request?