-
hello,
using PHP 7.4.2 & text-diff 2.0.0 I reach a result where some special characters are committed:
`$diff = Diff::compareStrings("Géhu – jun02 (LM).", "Géhu et al. 1984 (31) – jun02 (LM).", t…
-
could you please tag and release the latest commits.
Best Regards
André
-
On completion of the `Mistra pre-release` milestone create a new release. This pre-release is going to be basically the same as the @Mistra-UEA version, with a few tweaks, and the starting point for f…
rs028 updated
2 years ago
-
Consider whether EUPL is the most appropriate licence for Mistra.
As I understand it, the EUPL was developed by the EU to cover the work of the commission and potentially of other EU funded project…
rs028 updated
2 years ago
-
At the moment the model does not compile correctly. It is probably a matter of configuration of paths and system variables.
This is first thing to do before any other change to the codebase.
rs028 updated
2 years ago
-
The directories `src/mech/` and `src/plots/` should probably be moved outside `src/` to the main directory so that src/ contains only the fortran files.
rs028 updated
2 years ago
-
The following locale needs to be verified:
```
class cs_CZ(Locale):
u"""
01-01: [NF] Nový rok
01-01: [NF] Den obnovy samostatnosti českého státu
05-01: [NF] Svátek práce
05-…
lauft updated
2 years ago
-
Since the ugrade to version '0.11.3' I have encountered the following error:
```
In [1]: import holidays
...: print(holidays.__version__)
...: years = array([2011, 2012, 2013, 2014, 2015, …
-
I am currently trying to create a Vortex extension, in which I need access to the user's custom mod name, not the original name. The Mod interface `IMod` exposes the `attributes` property, but I could…
-
Thank you for writing this! It works like an absolute charm.
Just as an FYI, it requires PHP 7.1 (which isn't stated in the docs or in packagist). And for everyone interested, you can make it PHP 7…