Bram Adams
Bram Adams
Also 404s on version `3.7.2` ``` 2021/06/29 14:40:56 Downloading https://releases.bazel.build/3.7.2/release/bazel-3.7.2-darwin-arm64... 2021/06/29 14:40:56 could not download Bazel: HTTP GET https://releases.bazel.build/3.7.2/release/bazel-3.7.2-darwin-arm64 failed with error 404 ```
pretty easy local fix: https://github.com/praneshr/react-diff-viewer/blob/6eda0f7cfcc3333cb8edb5f78e385253a970a37a/src/index.tsx#L301 change: ``` private renderSplitView = ( { left, right }: LineInformation, index: number, ): JSX.Element => { return ( {this.renderLine( left.lineNumber, left.type, LineNumberPrefix.LEFT, left.value, )}...
Closing this issue since it is technically solved on my own machine, but I hope this is useful @claremacrae!
@AnnaKornfeldSimpson thanks! Basically in my case I have an "read later archive" file of todo links (think online articles I save for later and such), and one of them --...
> Could there be a problem with a regex that doesn't work with unicode characters? Possibly! These links come from all over so I wouldn't be surprised if a few...
Facing a similar issue w/
I think the format {start - end} would be great!
Hi @uzaysan, when uploading functions you can use `firebase deploy --only functions` to add your functions to Firebase. However, in order for Firebase to interact with Algolia directly, you must...
Ah, yeah, I put all of my functions into the same file (*index.js*). My thought is that Firebase looks for an `index.js` or `index.ts` file to pull from. I checked...
Hi @uzaysan, that code looks fine to me. Let me know what happens after you're able to update your plan with Firebase. It may just be that Algolia isn't receiving...