-
```
julia> using Distributed
julia> addprocs(2);
julia> @everywhere using DistributedArrays
julia> a = fill(1000,10);
julia> da = distribute(a);
julia> @time map(x->rand(x,x)^2, a);
…
-
Motivation:
Our business case needs memory to scale as number of services increases, especially in scenarios where the scale is very high.
**1. What we did**
Environment Details:
- Kubernete…
-
### Describe the bug
The bug/s was found originally found when trying to save a HMI magnetogram back to fits after some basic operations, calling rotate and setting off-disk pixels to zero, but tur…
-
as described in -
Genomes on a Tree (GoaT): A versatile, scalable search engine for genomic and sequencing project metadata across the eukaryotic tree of life. Challis et al. 2023. Wellcome Open R…
-
Provide reactive properties like `resolution`, `projection`, `zoom`, `scale` (possibly more) now that we have the reactivity API.
A sketch for some properties is attached as a diff.
-
你好 大佬 复现代码的时候 出现了一个新错误
ORB-SLAM3 Copyright (C) 2017-2020 Carlos Campos, Richard Elvira, Juan J. Gómez, José M.M. Montiel and Juan D. Tardós, University of Zaragoza.
ORB-SLAM2 Copyright (C) 2014-…
-
When I click M for math and flip through the maps, they are generally very low resolution relative to the land that I'm standing on I would assume we can convert most bitmap maps into vector graphics …
-
We should revisit color scales. The maps primarily use continuous unclassified scales currently, which are easy to implement but not always the most helpful.
My default is quantile scales with expl…
-
您好,最近在利用fast livo调试HILTTI-2022的数据集,激光里程计已经可以成功运行,但是结合相机这块一直调试有问题,无法正常跟踪特征点,以下是我配置的参数表,麻烦郑博可以点拨一二,感谢!!!
feature_extract_enable : 0
point_filter_num : 1
max_iteration : 10
debug: 1
dense_map_enable…
-
Author Name: **Hannes Keski-Kiikoinen** (Hannes Keski-Kiikoinen)
Original Redmine Issue: [10312](https://issues.qgis.org/issues/10312)
Redmine category:gui
---
Hi all!
This issue concerns the situ…