-
Right now hooks / snapshot pre/post processing can only be done over models, but what if it could be applied to any kind of type node with something like this:
```ts
// all of them are optional
c…
-
Hello!
In our system we took GraphQL query and translated it to ReQL (RethinkDB query language) for execution. This allowed us to optimize the query, eg use built-in joins in ReQL instead of querying…
-
## How do I compute validation loss during training?
I'm trying to compute the loss on a validation dataset for each iteration during training. To do so, I've created my own hook:
```
class Va…
-
Raising this issue to discuss API for selecting data from a given genome region, which could be either a whole contig or a contiguous region within a contig.
Breaking this out from [discussion thre…
-
When you have a scalar with a `serialize` function that returns an object, it is not possible to convert it to AST.
So it doesn't allow you to print a schema that has an input value with an object a…
-
Hi,
I just saw [your comment on hacker news](https://news.ycombinator.com/item?id=19455979) and I would like to do just that.
I am struggling to find a configuration language for my application…
-
Should there be a map type?
I have a structure that looks like this:
```
Item {
title {
de_DE,
fr,
pa,
.....
}
}
```
The point here is that the number …
-
Hello,
I get the following message:
amuse.support.exceptions.CodeException: Exception when calling function 'evolve_model', of code 'BrutusInterface', exception was 'Error in code: no error messag…
-
It does not seem like this library supports 4d arrays.
I have this type defined on my server
```graphql
type MultiPolygon {
type: GeometryType!
coordinates: [[[[Float!]!]!]!]!
bbox: [F…
-
## 📰 Custom Issue
I recently produced [this](video) and am wondering if I could improve performance with these sorts of high resolution climate outputs.
The movie shows two 'animated' features:
…