Michael
Michael
Any movement on this?
Can we merge this in yet? Has been 5 years since this was opened?
This is still an issue/feature request. I would like to at least see an option for the default value be today. setting a value of Oct 15, 2021 doesn't help...
Field filters would be great but it doesn't work for aliased tables and in many cases aliased subqueries could have UNION or other ones that make it impossible to use...
Can we add this to the documentation as well as how to trigger this via the CLI? this caught us by surprise and wondering why our SVGs wouldn't scale.
For any that come across this, the viewbox gets removed as part of `SVGO` (https://github.com/svg/svgo). You can disable SVGO via `--no-svgo` option i.e. `"icons": "npx @svgr/cli --jsx-runtime automatic --typescript --out-dir...
+1 this is definitely confusing and not clear how best to handle. I would fully expect to be able to do this: ``` const { user, notes}: { user: User...
FYI - this is still an issue today. https://github.com/roidrage/lograge/issues/304 appears to address this fully (not splitting up log handlers but allowing lograge to work with both main app and action...
FYI I did leave the Fabric API key (`io.fabric.ApiKey`) that is hardcoded in the AndroidManifest.xml. I assumed that could be removed as well but am not sure, will leave to...