Louis Beaumont

Results 131 issues of Louis Beaumont

This error only occurs on Mac M1, and the same code works on Linux (gitpod.io), so it's not really an issue for me, but just in case to leave it...

enhancement

**Is your feature request related to a problem? Please describe.** I want to export my Firebase Authentication users in NodeJS [just as it's possible for Firestore](https://firebase.google.com/docs/firestore/solutions/schedule-export) **Describe the solution you'd...

needs-triage
type: feature request

When using JSON in remote config parameter, we have to parse by ourselves the JSON, could be cleaner with generic type? ## Current usage ```ts interface MyAwesomeRemoteConfigParameter { buttonColor: "blue"...

### Version info **React:** 17.0.2 **Firebase:** 8.3.1 **ReactFire:** 3.0.0 ### Expected behavior ```ts export const converter = (): firebase.firestore.FirestoreDataConverter => ({ toFirestore: (data: Partial) => data, fromFirestore: (snap: firebase.firestore.QueryDocumentSnapshot) =>...

In Mineflayer we can do `bot.loadPlugin(foo)` but I don't see that in flying-squid ? Also would be nice to document on how to implement plugins in Typescript (since it seems...

Hello! It's not so clear how to use this lib with handlebars, if it is even possible, I see codemirror support it so why not? I couldn't find it in...

Hi, I have created https://github.com/louis030195/obsidian-ava which allows you to be assisted by a language model such as [GPT3](https://openai.com/api/) when writing. GPT3 allows you to program things in 5 lines of...

question

Hey, thanks for the nice component, do you have any idea how to disable Grammarly, LanguageTool and such? I tried to use `spellCheck={false}` without much success? Thank you :)

**Describe the bug** Model: markuplm The problem arises when using: * [x] the official example scripts: (give details below) A clear and concise description of what the bug is. **To...

I am not sure whether I misunderstand something or there is an error, but when building my index with autofaiss is written `Train: 16.7 minutes` but takes ~11 secs `Finished...