BehindTheMath
BehindTheMath
Did you run the unit tests? I need to set up an Action to run them automatically, but when I made this change and ran them, I got the following...
@EtaiG Instead of creating a new Webpack config, would something like [this](https://github.com/webpack/webpack/issues/6525#issuecomment-552140798) work?
@kaorun343 In that example, would `localData` be reactive?
>localData doesn't follow the change of data, in my example, because data is a primitive value. I understand. My question was if `localData` would be reactive, and would the template...
@douglasg14b This issue is about initializing a data member with the value of a prop. If you don't need that, you can use the syntax inherited from [vue-class-component](https://github.com/vuejs/vue-class-component): ```typescript @Component({})...
Even better would be if you could prefetch and cache the information for each package after analyzing a package.json.
I see what you mean. I think it could be done, but it would require a separate workflow for each language.
[`NOAACalculator.getSolarElevation()`](https://github.com/KosherJava/zmanim/blob/39b5d9ef25910989e3b409b187962d8c6388ba59/src/net/sourceforge/zmanim/util/NOAACalculator.java#L369) and [`NOAACalculator.getSolarAzimuth()`](https://github.com/KosherJava/zmanim/blob/39b5d9ef25910989e3b409b187962d8c6388ba59/src/net/sourceforge/zmanim/util/NOAACalculator.java#L402) are duplicates, besides for the last line. [`NOAACalculator.getSunriseUTC()`](https://github.com/KosherJava/zmanim/blob/39b5d9ef25910989e3b409b187962d8c6388ba59/src/net/sourceforge/zmanim/util/NOAACalculator.java#L436) and [`NOAACalculator.getSunsetUTC()`](https://github.com/KosherJava/zmanim/blob/39b5d9ef25910989e3b409b187962d8c6388ba59/src/net/sourceforge/zmanim/util/NOAACalculator.java#L507) are also almost identical.
There's already a .NET port: https://github.com/Yitzchok/Zmanim
Feel free to open an issue on that repo. I don't maintain it.