BB
BB
Is this still an issue? I was trying to figure out how to enable capture screenshots in the helm chart as well.
I'm experiencing the same, webpack config: ``` const path = require('path'); const webpack = require('webpack'); /* * Webpack Plugins */ const ManifestPlugin = require('webpack-manifest-plugin'); const VueLoaderPlugin = require('vue-loader/lib/plugin'); const PurgecssPlugin...
I'm a little tied up but I'll try to get back to this next week. The old BPoW will be offline next week. As far as dPoW, better to remove...
The steps from @mrsufgi do not work on an M1 mac, due to that there is no arm64 binary for .net 3.1 (there is only an x86_64 one)
Oh sorry, it's quite large so better to not paste it I think. Try this one: https://cdn.discordapp.com/attachments/490551255727603733/553284336527605770/test.svg
Thanks for the response, I was able to change the format of the SVGs as you suggested and they work without nested elements now.
Currently it will only run with flutter 3.7, the codebase needs migrated to null safety to run a newer sdk
My stance is that local pow should never be the expectation on a mobile device. I feel pretty strongly about that because I think it would create a poor user...
Main concern with this is I'm not sure the benefit over having our own uni link standard for payment requests.
I added `pgjwt` by modifying the appliance/build_scripts/base.sh , here's a gist of the blurb i updated https://gist.github.com/bbedward/839801372862c67fb894f98db80f59d1 just cloned pgjwt and copied files into the relevant folders. Also I pushed...