-
Nitric SDK implemented in Dart (initially experimental)
-
An early decision when creating Nitric was to use functions, rather than constructors, to create resources. One of the reasons for this decision was the challenge creating fluent interfaces off constr…
-
so our new `subclass_of` reasoning interacts in interesting ways with the handling of `exclude=True` (NOT) edges... here's the situation:
consider this QG:
there are 16 chemical substances in KG…
-
Configuration file: db_main.toml
Description: miRDB is an online database for miRNA target prediction and functional annotations.
```toml
[db_mirdb]
source_url = "http://mirdb.org/download/miRDB…
-
### Open Source Project name
Nitric
### What is your project?
Nitric is a multi-language framework that helps teams rapidly build cloud applications. Nitric unites backend and infrastructure code a…
-
### The problem
The device class `nitrous_oxide` is defined as "Concentration of Nitrous Oxide in µg/m³" in the [Sensor documentation](https://www.home-assistant.io/integrations/sensor/#device-class)…
-
## Bug Report
### Issue
The issue can be found when trying to do a `kv.keys()` operation.
The `keys()` function doesn't return anything.
### Expected
The `kv.keys()` operation should return a…
-
This is the diagram I want, without `[recycle]` annotations. It does not work, crashes.
Diagram (1):
```
- m: mixer
tier: HV
I:
diesel: 1000
tetranitromethane: 20
O:
cetan…
-
### Is your feature request related to a problem?
Zigbee Cluster defines many more clusters that does not appear to be currently supported in ESP-Zigbee-SDK, so wondering if possible to make a generi…
Hedda updated
4 months ago
-
Add functionality to list all the files in a bucket. Should behaviour like so:
```dart
import 'package:nitric_sdk/nitric.dart';
final assets = Nitric.bucket("assets").requires([
BucketPermis…