Agon Noga

Results 7 issues of Agon Noga

Since there's currently no documentation is there a quick rundown for how to get Astro SSR working with Firebase? [(There's already support for Vercel, Netlify, Node.js, Cloudflare, and Deno.)](https://docs.astro.build/en/guides/server-side-rendering/#overview)

The docs (https://docs.flutter.dev/development/tools/devtools/overview) don't explain how to switch to another version. Since DevTools is no longer on pub.dev, we can't run ```dart pub global activate devtools ``` anymore. E.g. Currently...

documentation
fix it friday

ITF of 26 numbers yields wrong data. For example this: ![image](https://user-images.githubusercontent.com/2067558/193430060-cdd421df-66ef-45fd-b694-a25fdfb91dce.png) Yields random data of random length like this: 3330343537383233303435373832333034353738 Or this: 1216171160010131 Or this: 1213141516171812131415161718121314151617 Sometimes it can reproduce...

# **Before:** ![image](https://user-images.githubusercontent.com/2067558/124043020-d30c5780-da12-11eb-8c4f-f72972f27bae.png) # **After:** ![image](https://user-images.githubusercontent.com/2067558/124043188-35655800-da13-11eb-9e9c-d7cc587e4286.png)

documentation

![image](https://user-images.githubusercontent.com/2067558/217577442-dc0d5c1a-e45c-4c2a-b675-2b51318fde29.png)

bug
help wanted
Windows
platform-specific

``` const testEnvVar = String.fromEnvironment( 'SUPABASE_URL', defaultValue: 'defaultVal', ); ``` The env var SUPABASE_URL comes built in as a default secret, per https://supabase.com/docs/guides/functions/secrets, yet defaultVal is returned.