-
The form should appear on option "I would like to access data" for field "Reason for contacting the repository".
DOs/studies should be in a dropdown for the user to select from.
List of fields to …
-
Add to section for data publishers:
If a data publisher issues an update on a data granule, the associated WNM should:
- keep the same `properties.data_id`
- update the link object to use `rel=up…
-
```
data N : U where
| Z : ...
| S : (_:N) -> ...
data False : U where
data Id {A : U} : (x y : A) -> U where
| refl : (t : A) -> ... t t
fun what (add : N -> N -> N) (_ : Id (add Z Z…
-
Klatyn's data is getting bigger and bigger, now reaching 5T, which is unacceptable for full nodes!
I added configuration on Ken.conf, but I still can't prun the data
```
KLAYTN_STATE_LIVE_PRUNING…
-
Author Name: **Tom Kralidis** (@tomkralidis)
Original Redmine Issue: [11733](https://issues.qgis.org/issues/11733)
Redmine category:metasearch_catalogue_client
---
Allow the user to download data f…
qgib updated
12 months ago
-
### Description
Please add an option for automatic backup for favourites, playlists, and app settings. Frequency of backup can be set to daily or weekly.
### Suggested Solution
On the miscell…
-
### What is the problem this feature would solve?
I propose adding support to `@kubb/plugin-msw` for passing either a `data` object or a function as a parameter to handlers. This would allow users …
-
Add data from the MICROCOSM study to the PLN package
-
As the benchmark shows, use json string as state would beat directly use large array in read.
```js
// test/benchmarks/b1.js
const Benchmark = require('benchmark')
const { manage } = require('…
-
A common use case for the data returned by EDR query will be to generate a summary value from the data for the area and time of interest, adding **optional** support for basic data aggregation methods…