Adri

Results 10 issues of Adri

Moved the relevant points from Next Steps to Current Work to Completed. This simply match the latest state on https://github.com/ChainSafe/ethermint - Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ethermint/blob/master/CONTRIBUTING.md#pr-targeting)) - [n/a]...

Thanks for this awesome OSS. Are you planning to support Mac and Windows Operating Systems anytime soon?

enhancement
Desktop Edition
Research Feature Feasibility
User Experience
Mac OS
Docker

I've sent a couple of requests to get PrettyCheckable on jsdelivr and cdnjs. https://github.com/jsdelivr/jsdelivr/pull/9702 https://github.com/cdnjs/cdnjs/issues/6968 And it's getting there, although there is a problem: the image generated with sprites is...

Long label do not wrap properly to next line, see by yourself on this jsfiddle: https://jsfiddle.net/AdrienBe/t38fcLjh/1/ I found a way to fix this using the following CSS: ``` .prettycheckbox label,...

Hi Arthur, I'm customizing the PSD file & after doing so I realized its orientation was different from the one generated by Compass. So basically, it breaks the plugin. Can...

Hi, First, thank you for this great javascript library. You do have methods to switch from & to "enable/disable". However, there is no method to switch from & to "readonly/readwrite"....

## Abstract As Solana growing bigger I see the potential for Rotki to capture new userbase and it will help to adapt for projects based on Solana. ## Motivation Solana...

new chain

You guys might as well work together. see https://github.com/overset/javascript-natural-sort

var stringAlphanumericalOne = [' ','1','a']; var stringAlphanumericalTwo = ['img ','img1','imga', 'imgz']; var stringAlphanumericalThree = ['img 99','img199','imga99', 'imgz99']; console.log( stringAlphanumericalOne.sort(naturalSort) ); console.log( stringAlphanumericalTwo.sort(naturalSort) ); /\* in the call below it fails!...