Robert Misiorowski
Robert Misiorowski
(thinking out loud) Assuming you want to allow lazy loading on new tabs, paginating presents a lot of interesting challenges to making this happen. Option A: As of now, the...
This requires a server change to allow us to store this data on the profile: https://github.com/OpenBazaar/OpenBazaar-Server/issues/296
Which Server Configuration are you trying to connect to? If you're setting a custom password in ob.cfg, make sure you're not using the 'default' server configuration, since it might not...
I'm not really sure. If you run a basic web server on your server, are you able to connect to it? ``` python -m SimpleHTTPServer 8000 ``` Then from a...
> This may be due to the visual bug as it's suppose to be a button (maybe?) as that would make more sense here (like the Accept/Reject scenario on the...
> The Pending status above it did. There's also a Canceled and Fulfilled state in the vendor view which does the same. Ok, but those aren't styled as links. Those...
> I get they aren't styled as links intentionally, but they certainly give a "link"-like vibe when I hover over them. ok, yeah, that's probably a visual bug. I don't...
Here' what's happening: in order for the chat heads to be scrollable an overflow-y is being set on .chatConversationHeads. This essentially prevents overflow-x from being visible (even though you can...
 @jjeffryes This doesn't happen for me on `eth-master`. Any idea why it would happen for you and not me?
> No API-based wallet (could require full node or allow an SPV wallet) Even over Tor, the API based wallet is not private? My concern with this suggestion is that...