Martin Grigorov

Results 92 issues of Martin Grigorov

One of the improvements is the added support for Linux ARM64/AARCH64 with https://github.com/bit3/jsass/commit/15b9967d67ebee770e0f5ad474f7d235ef1095fe#diff-e00d5e7ca6ac686d313fd44b408a4c90c424a3f506c783f39cd7f0decf9740ca

More and more software deployment and deployment is being done on ARM64 CPU architecture. It would be good if Apache Pig is being regularly tested on ARM64. https://cwiki.apache.org/confluence/display/PIG/HowToContribute mentions Jenkins...

I reuse the same MetricBuilder to collect a batch/bulk of `Metric`s before sending them thru the wire but it failed with: ``` java.lang.ArrayIndexOutOfBoundsException: 887 at java.util.ArrayList.add(ArrayList.java:463) at org.kairosdb.client.builder.MetricBuilder.addMetric(MetricBuilder.java:68) ``` So...

Hi! Thank you for this project! It is really helpful! I've found an issue that prevents me to use Alpine Linux `abuild` tool on it. `abuild` has to be executed...

This is a small first step for supporting Linux ARM64. Related-to: https://github.com/deepmind/alphafold/issues/528 and https://github.com/deepmind/alphafold/issues/530 The Docker image builds fail later with: ``` ... Downloading jax-0.2.14.tar.gz (669 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 669.2/669.2 kB...

Related to https://github.com/DecodeGenetics/graphtyper/issues/110 Updates: * paw to [latest `dev` + ARM64 fixes](https://github.com/hannespetur/paw/pull/16) * parallel-hashmap to 1.35 Added a CI job for Linux ARM64. Results could be seen at my [fork](https://github.com/martin-g/graphtyper/actions/runs/3097821664/jobs/5014953708)

Builds the project on Linux x86_64 and aarch64. CI results could be seen on my fork: https://github.com/martin-g/psmc/actions/runs/3045227268/jobs/4906526874 Related-to: #44

Add Github Actions based CI. It builds and tests on Linux x86_64 and aarch64

Related-to: https://github.com/wyp1125/MCScanX/issues/55 CI results could be seen on my fork: https://github.com/martin-g/MCScanX/actions/runs/3045129711/jobs/4906306921

Related to https://github.com/rambaut/figtree/issues/180