Adam Spiers

Results 1053 comments of Adam Spiers

Should be fixed by #117.

I have just filed #3320 as a follow-on feature to this, to show % of profit/loss not just as a numerical representation of the current value, but via horizon charts...

Isn't quite right yet, because the context menu doesn't always get updated correctly after a tab loads.

Seems like the ping gets sent before the content script is fully loaded. Maybe we should instead maintain state per tab in the background script. Ugh.

Test with a random address on a site not enabled by default, e.g. https://pacific-explorer.manta.network/address/0x5Cee285eA48c15E4FeA1C928457fA6932F2443d6

Just made an inappropriately long suggestion on Discord of one way to approach this: https://discord.com/channels/657906918408585217/1080778280807956490/1179127647981293698

OK, by adding debug to `ivy.el` to print out `(ivy-state-collection ivy-last)` I managed to figure out a working config: ``` (setq ivy-re-builders-alist '((swiper . ivy--regex-plus) (counsel-git-grep-function . ivy--regex-plus) (t ....

[**@basil-conto**](https://github.com/basil-conto) commented on [June 17, 2020 11:48 PM](https://github.com/abo-abo/swiper/issues/2620#issuecomment-645665878 "2020-06-17T22:48:37Z - Replied by Github Reply Comments"): > > However this still doesn't really explain how to figure what any of the...

[**@aspiers**](https://github.com/aspiers) commented on [June 18, 2020 4:23 PM](https://github.com/abo-abo/swiper/issues/2620#issuecomment-646093624 "2020-06-18T15:23:11Z - Replied by Github Reply Comments"): > > > but it would be great if this was made easier to work...

I think it would be a useful way to help others determine how to tweak their `ivy-re-builders-alist`, so I'd like to see it included, with corresponding tweaks to the docs...