xuhcc
xuhcc
>I did some thinking, but don't see an efficient way of getting the compiler version just out of a standard-json file. While metadata.json specifies compiler.version and compilationTarget, the usual standard-json...
So, what are your thoughs on this? @FabijanC
I would use an open-source alternative. Weblate looks interesting
Some analytics are hard to disable (e.g. firebase). I think the best way to handle it is to provide separate app build with this functionality removed (that will also help...
It will be the same frontend, just without analytics. For example you can make it optional in the code and exclude these modules from the build by setting some environment...
I think it's important thing because currently the app assures the user that the privacy is preserved but in the background it extracts every possible bit of data from the...
There is a fork of typefaces project which supports different character sets: https://github.com/bedlaj/openfonts @koutsenko You can use [@openfonts/roboto_cyrillic](https://www.npmjs.com/package/@openfonts/roboto_cyrillic) or [@openfonts/roboto_all](https://www.npmjs.com/package/@openfonts/roboto_all) packages as a substitutes to `typeface-roboto`.
beanprice is not published to PyPI yet (there's an open issue for that #3) but you can install it directly from GitHub: ``` pip install https://github.com/beancount/beanprice/archive/master.zip ``` Documentation on how...
Yes, it is possible to use only SSH for Windows 7 box. Here is my version of `ie-box-automation-plugin.rb`: https://gist.github.com/xuhcc/17cd857891b1e46573894d849f399a2b With this plugin you can run shell-like script using the following...
@kodfodrasz How do you think it should be deployed / published?