Agon Noga
Agon Noga
> @noga-dev > > > To use another example: https://hydrogen-solid.vercel.app/ (https://github.com/harshmangalam/hydrogen-solidjs-client) feels pretty snappy, albeit lacking in smooth transitions. Didn't really delve into the code but prob some useful info...
> @noga-dev > > > Past the login when you can interact with the app after registering. There's an entire social media app there. > > I'm also referring to...
You can override the pubspec to this for now: ```yaml dependency_overrides: flutter_web_auth: git: url: https://github.com/noga-dev/flutter_web_auth.git ref: ee3c26a530a625c3cab7e0c45cc30316c8b4b64c ```
@tomgilder What's the reason behind this page assertion? Shouldn't any Route\ implementer do? How else would one add a Dialog or BottomSheet as an overlay to the stack or as...
Trying to run a Next.js starter project and getting the same error. Also dupe in path. ``` [debug] [2022-07-24T08:53:44.098Z] Error: ENOENT: no such file or directory, open 'D:\Source\challenges\jg\hack\public\main\public\main\package.json' ``` Note...
> We have this on our roadmap! For now you can use [astro-firebase](https://npm.im/astro-firebase). Unfortunately that package isn't being maintained and it's been broken for a while.
@henrycpainter I think you should do a release on your fork to avoid indefinite limbo on this pr. Until then we'll have to do ``` uses: henrycpainter/paths-filter@c1883b96b02d6e44ec1dbdf235f3bb729d65b247 ```
I should note that I'm not a fan of the exclude syntax in this PR. I prefer #106 's formatting instead of this as it ends up too verbose and...
>   This entails modifying the value separately from that of the one in the yaml file.
Thanks for the prompt response, Kenzie! Are there any plans to decouple DevTools from the framework or Dart SDK? Would be a useful feature to be able to switch the...