-
One possible implementation for https://github.com/TravelMapping/Web/issues/380 would require regions to know which others are adjacent, where adjacent is defined as having at least one waypoint at th…
-
The standard library file ../lib/system/gc_regions.nim implementing the Regions GC isn't true to whether "useMalloc" is defined or not, with the `c_malloc`'s use toggled for the `osDeallocPages` ``pro…
-
Dear all
According to your published paper, I defined regions with a z-normalized similarity score ≤−1.2 and a signal-to-noise ratio of r ≥ 0.6 as the significant changing. When using 40kb resoluti…
-
I defined the following structure for my Stack Set:
```js
const app = new cdk.App();
const stack = new cdk.Stack(app);
new MyStackWithSharedResources(app, 'MyStackWithSharedResources');
const…
-
I am looking for guidance on how to dynamically modify the material parameters of `PointCloudOctree` in Potree, specifically `size` and `color`. I want to know if there are existing methods or approac…
ghost updated
1 month ago
-
I can't nest an embedded resource description like so:
```
public_api :GET, "/users/:name/regions", "Get a user's regions"
param :name, String, desc: "Name of the user"
returns code: 200, desc: "R…
-
In implementing a server for some of the IVOA protocols, it is necessary to be able to represent three basic geometric regions in Python: a "circle" (defined by a sky position and a radius), a "polygo…
-
Presently, multiregion mesh cellzones in baraMesh are defined by using material points, it is not convenient to define many small cellzone regions. I think snappHexMesh has "cellZone inside" feature w…
-
I am trying to create a land mask for Australia, and having a little trouble seeing how to do it from the docs, at least using the built-in region libraries. The only way I can see to extract a region…
bjfar updated
2 years ago
-
this file base.pconf
```
{%- set intraday_regions = ["useu", "cnhkusadr"] -%}
{% if ny5 is defined and ny5 -%}
global.ny5 = true
{% else -%}
global.ny5 = false
{% endif -%}
{% if inject_…