Tam Vo
Tam Vo
Thanks for your contribution. I just used your gem and found an issue when working with Unicode characters. Here original serialized string from wordpress: ``` "a:2:{s:7:\"mau-sac\";a:6:{s:4:\"name\";s:10:\"Màu sắc\";s:5:\"value\";s:4:\"Xanh\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}s:7:\"xuat-xu\";a:6:{s:4:\"name\";s:11:\"Xuất xứ\";s:5:\"value\";s:10:\"Việt Nam\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}" ```...
Hi, Thanks for your contribution, it's pretty helpful gem. However, currently, I have dozen queues and it's quite depressed to add `include Resque::Plugins::UniqueJob` for those queues. So I'd like to...
Hi, Thanks for your contribution on this gem. The idea looks great, I just wondered why this project is not unmaintained anymore, even with some forks. Is there any alternative...
When I attempted to sign the multisig transaction, an exception was raised: 'Invalid transaction provided'. I also tried using Ledger connect, but it resulted in the exception: 'Confirmation declined by...
I'm not sure why it raised this exception while running cucumber when using this gem. Anyone got the same issue to that? Seems that it's related to https://github.com/dncrht/imgur/issues/4
Could you give more detail how to use your backbone extension? I tried ``` var gists = new Backbone.PagedCollection({model: AutoSubmitter.Models.Campaign, url: '/campaigns', urlRoot: '/campaigns'}) gists.fetch() ``` But it said that...
**Bug description** Can't load Owner Keys when signing multisig transaction on BNB Chain **Steps To Reproduce** 1. In Metamask, add and change the network into BNB Chain 2. In Safe,...
**Bug description** Can't connect same Metamask wallet on different networks **Steps To Reproduce** 1. On Metamask, choose ETH chain 2. On Safe, Settings > App Settings > Owner Keys, Connect...