Paul Zupan

Results 4 issues of Paul Zupan

The picker no longer opens for me on IOS. It still works as expected on Android. I can see the KeyboardModal is called if it is IOS at line 47...

I've modified /lib/promoted_products.rb with: def promoted_products # promoted.is_a?(Product) ? [promoted] : promoted.products.all if promoted.is_a?(Taxon) Product.in_taxon(promoted) elsif promoted.is_a?(Product) [promoted] else promoted.products.all end end

I'm attempting to set up SVS and keep getting an incorrect version number on the second node. My service file indicates: `Environment="PATH=/bin:/usr/bin:/home/sol/.local/share/solana/install/active_release/bin"` `WorkingDirectory=/home/sol` `ExecStart=/home/sol/config/agave-jito-validator.sh` The version at that directory: `sol@idhra-solana-mainnet-3:~/.local/share/solana/install/active_release/bin$...