Christian Hoffmann

Results 33 issues of Christian Hoffmann

When running the `list` command, I get the following: ```bash ❯ volta list ⚡️ Currently active tools: Node: v12.19.0 (default) Yarn: v1.22.10 (default) Tool binaries available: firebase (default) ``` When...

enhancement
needs RFC

Hi. I wanted to try out performance optimizations via indexes. As I wanted to start small, I used the example in `databases/mongodb`. In the folder I ran `docker-compose --file docker-compose.yml...

When using this library one is forced to use the firebase 9 compat mode (which will be removed in one of the next versions, see https://firebase.google.com/docs/web/modular-upgrade) because `react-admin-firebase` seems not...

Reading through the upgrade notes for firebase 9 it looks like using the compat mode (like `react-admin-firebase` does), there are no size and no performance optimizations: From https://firebase.google.com/docs/web/modular-upgrade > Compat...

When running the `lambda-local` CLI in non-verbose mode ``` ./node_modules/.bin/lambda-local -v 0 -l src/handler.js -h handler --watch 8008 ``` only these of the `lambda-local` loggings show up in the console...

When running the StarWars example I looked into the `pageInfo` for `humans` (There is a total count of 5 humans. ). Requesting the first 3 gives this (which is correct):...

Running `flutter run -d macos` gives: ``` error: No signing certificate "Developer ID Application" found: No "Developer ID Application" signing certificate matching team ID "S3TL5AY6Y3" with a private key was...

p2

Hi, I am working through the README. Everything works great so far (thanks a lot for all of the code) except a `cargo make docker-api up -d` which gives a...

Thanks a lot for this crate, works really great. I would have one use case, that currently isn't supported: When trying to apply the macro to an async function, it...

When clicking a station on the second list view, e.g. Bowdoin, the app crashes, as described in commit a497a45329e217b4796c5cfa833942cc629ee1bc This PR tries to fix that by changing the timing of...