-
This is more of a question: reviewing the code, I'm not understanding in what situation the default converter wouldn't work. Why do we need a `StringToIntCustomConverter`? In what situation would the …
-
###### map_point.dart
```dart
import 'dart:math';
typedef MapPoint = Point;
class MapPointJsonConverter extends JsonConverter {
const MapPointJsonConverter();
@override
MapPoint f…
-
Currently, all "unknown" data types are serialised by calling `toString()` simply. Deserialisation of such values is currently not possible. Users should be able to intercept this with `Converter` SPI…
-
- [x] Generate GSI obs and geoval files for abi
- [x] Generate abi bc files
- [x] **Phase1:**
- Use Obs and GeoVaLs from GSI
- Evaluate observer elements: HofX, Bias Correction, obs …
-
Very cool !!
Could we add a little more to show it working with pocketbase ? Happy to help :)
I am curious how the toml maps back to a collection in the pb SQLite db .
Maybe add an example…
-
### Use case
We're trying to create a query that searches for data in multiple tables. Each table represents an implementation of a common interface. Thus we would like to do something along the li…
-
Need a simple converter for text file atlas descriptions to JSON
-
```# -*- coding: utf-8 -*-
"""Convert the Yelp Dataset Challenge dataset from json format to csv.
For more information on the Yelp Dataset Challenge please visit http://yelp.com/dataset_challenge
…
-
-
Each attribute of the Bibtex entry should map to a JSON attribute.
For example, for this input string:
```
"@article{hardin2014clinical, title={The clinical and genetic features of COPD-asthma …