Elian Cordoba
Elian Cordoba
I've done a script to work around this while we wait for the fix, just execute it with node: ```javascript const fs = require('fs'); const path = 'node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/webpack-configs/browser.js'; let file...
@amb-jarek I'm using `v0.13.6`
I agree that it will be best to start working on jumping to elements first and then, maybe, moving on external links. Will give it a shot this weekend :)...
By `adding support for scrolling` do you mean instead of snapping to the new position you smoothly transition to it? One drawback I see with this linking behavior is that...
Would be possible to do something like shown [here](https://youtu.be/jmPZztKIFf4?t=3458)?
I've also encountered this issue, going down the rabbit hole the errors is [here](https://github.com/firebase/firebase-tools/blob/d4784105a96754a1156d27811bf978531b2e8f8e/src/deploy/functions/runtimes/node/versioning.ts#L43), the `getFunctionsSDKVersion` function runs the command: ``` npm list firebase-functions --json=true ``` In a non-monorepo setup...
> You may be preoptimizing here. Wouldn't be the first time lol I will take a look at it, just to see what I can come up with. Would you...
@mcollina oh I remember that PR will definitely take a look at the benchmarking code used there, thanks! Also, now that you mentioned that PR I remembered that I have...
Finally, I got my act together, [here](https://github.com/ElianCordoba/aot-router) is the rough PoC of my router, definitely not a drop-in replacement to find-my-way but perhaps an interesting idea. Would appreciate some thoughts...
Yeap that's the main downside, but to be honest, could node process, let say, 50% more request per second that what Fastity is now outputting? @lukeed gave me his thoughts...