Results 6 comments of Randy W

You need to add the scope on linkedin side. You'll be able to access it once you have the access token. I think something like this: ``` $linkedinService->request('/people/~:(id,first-name,last-name,email-address)?format=json'); ```

You can easily use regex to wrap the matching keyword with an tag for example and highlight using background-color: yellow. For example: ```typescript const keyword = 'audio'; const content =...

@SimonMGS profile swap might be expensive in terms of execution and it will not be instant. I'm thinking something like [https://github.com/hephaest0s/usbkill](https://github.com/hephaest0s/usbkill) feature list, specifically these features as MVP: - RAM...

Three things I've found with Safari bug: 1. On the `animation.onfinish` function you need to call `animation.cancel()` to reset the animation state. Otherwise Safari will keep the done state and...

For my case, I've tried just replacing raspivid call to libcamera-vid and it mostly works. The only thing I had to change was the jpeg signature on `StreamCamera` to just...

One way to do this is to create a patched `ngsw-worker.js` with Phil Nash's @philnash code to handle range request here: https://github.com/philnash/philna.sh/blob/ba798a2d5d8364fc7c1dae1819cbd8ef103c8b67/sw.js#L50-L94 (from https://philna.sh/blog/2018/10/23/service-workers-beware-safaris-range-request/) First copy a `ngsw-worker.js` file from...