G.Ambatte

Results 209 comments of G.Ambatte

If/when #3089 goes live, each Markdown token will be contained inside `pageBlock` tokens, which will have a `pageNumber` property, so it will all be accessible from the Markdown Lexer output.

This is a strange one... I just went through the process using one of my old brew stored on Google Drive, and everything works as expected, so there must be...

Inspecting the user-provided link (https://homebrewery.naturalcrit.com/share/1-gwB3caElgqoqwHmQA0guHbD2P56EoBQ1wNbCNj9DJ-D) with the React Component Inspector shows that the returned error definitely has `HBErrorCode: "02"`, which is the expected result. To my mind, this eliminates `getBrew`...

Without access to the specific edit and share IDs for the file, I can immediately see that the shareID is much longer than a stubbed brew. So either the shareID...

I was able to reproduce this issue by using Google Drive's permissions settings to set the file access to `Restricted`, blocking the Service Account. The file was still listed on...

I believe that we can prevent this issue from re-occurring by modifying the `getBrew` function to take an auth token parameter, defaulting to the Service Account token, and then having...

The following has been posted to Reddit for 11 days now: https://www.reddit.com/r/homebrewery/comments/158k1z5/brew_with_missing_google_drive_file_cannot_be/jtkzkpu/ > I've managed to reproduce this exact situation, in the following conditions: > > - the file still...

> I wonder if there is potential value in also adding a link to the Google file in the Brew item PR #2969 is this change, it was a surprisingly...

Preserving @calculuschild's comment from Gitter about Mongo searching, as apparently search capabilities differ, depending hosting: --- So you should be able to do something like this: ``` { $search: {...

The tests are failing because the final `` is being duplicated, at least some of the time: ![image](https://github.com/naturalcrit/homebrewery/assets/19826659/3de6825c-7cbd-463e-8fb3-41a5265603a9) ![image](https://github.com/naturalcrit/homebrewery/assets/19826659/90cfb66d-38f6-4d7b-b812-040f5cb06c59) I haven't had a chance to look at the actual code...