Daniel Schultz
Daniel Schultz
I see the issue now -- the README assumes that I not just run `firebase init` but that I explicitly set up `functions`
Understood if this ends up being considered irrelevant to this repository, but I thought creating the issue might help others. At this point the only solution I could find is...
@rxhanson I might be able to find some bandwidth to take a stab at fixing this, but could use a nudge in the right direction since it sounded like you...
I want to clarify that this issue is *not* an attempt to re-litigate whether or not `tsconfig.json` should be considered `jsonc`. I believe that the maintainers have made it clear...
I suspect @uthadehikaru is thinking about monica 4.x -- I'm on 5.x and also have a signup form even after making the first user and would love a way to...
Is there an FPM version of the chandler image? I'd love to be able to just swap it into my existing docker-compose file that is built on 4.0's fpm image.
I did fix this locally by changing ``` let ssrServerServer; ``` to ``` let ssrServerServer: Function; ``` Though this still feels pretty unsafe to me and it would be excellent...
Following up here since I'm facing this for the `as_declarative` -- I get a deprecation warning, but when It ry to import from `sqlalchemy.orm` the type check fails.
I've learned that the issue is that this repo is not maintained as much by the community; for our project to get 3.1 support we switched over to [OpenAPI Generator](https://github.com/OpenAPITools/openapi-generator)...
I should also mention that more generally there are a few things I'd love to see improved about the print view, for instance: 1. removing the menu items from the...