RudeySH
RudeySH
I should note that I plan on downloading this repo and hosting the flags in the same directory where my web apps are so they can use them without depending...
Sure. If I can make any suggestions, here are some ideas I had about a better setup: - Start collecting Wikipedia links instead of SVG files, to allow for easier...
Sounds great! I have one more thing to add, have you considered using [UNLOCODE](https://stackoverflow.com/a/7066933/1185136) for city flags?
I could make a pull request from my fork on which I just made a commit that optimizes SVGs, however it also optimizes the flags added in #8 and #9...
Ah, I just noticed my fork still includes some flags that this repository does not have, those also have to be merged first. See #11.
Sorry for not being clear. I meant the second field with the "Decimals:" label. I'm currently experiencing the issue in Chrome 43 and IE11, on both Windows 7 and Windows...
Did #51 resolve this?
Is there a general way to get all the inner text from any given `CQ`? I'm looking for a solution that can handle stuff like a `CQ` with multiple root...
It looks like sifter v0.6.0 has implemented the option `respect_word_boundaries`, see https://github.com/brianreavis/sifter.js/pull/51. This is effectively the same as a "starts with" search. Now all that's left to do is for...
A major drawback of the Web.Base.config / template approach is that often when installing NuGet packages, changes are applied to the Web.config file, and not to the Web.Base.config file. Build...