-
Proof of concept: #1223
Proposed interface
==============
Two additional keys on the route decorator. `input_model` and `output_model` (maybe request/response instead?) The value of these is e…
-
I am using the definition of directed identifier from here: https://github.com/samuelgoto/WebID/blob/master/glossary.md#directed-identifier
The reason for the proposal is:
- Captchas can increasin…
-
Hi, I am trying to run CellChat with a large dataset ~100,000 cells but the 'computeCommunProb' step repeatedly runs into memory issues. The object is already downsampled by identity class within Seur…
-
# nodejs awesome
## outline
- [sindresorhus/awesome-nodejs](#issuecomment-2371244039)
- [zerolab-fe/awesome-nodejs](#issuecomment-2371245848)
- [AST](#issuecomment-2382593846)
## Course
- …
-
The definition of "Open Legend App" will be different for every developer out there, however, I know alot of you out there have plans to use the content to make an app. I'm trying to get out from unde…
-
Hello all,
help wanted @ftadel
I'm trying to add a feature to brainstorm that allows the visualization of the leadfield as a heatmap on the cortical surface and on the volume (mesh and ideally…
-
## Feature Request
## Description
GraphQL allows expressing relations by nesting types like this:
```graphql
type Employee {
id: ID!
name: String!
company: Company // An employee be…
-
In order to make the database schema more universal and less MX specific, I'd like to propose the following set of changes:
Proposed solution v1.0
--------------------------------
Rename these th…
-
This is related to, but different from the changeset issue discussed here; https://github.com/rqlite/rqlite/issues/127
My use-case is that I have logic on top of rqlite which need to know if it is …
-
For example, this from #9536:
```C#
public class Friend
{
public int Id { get; set; }
public string Name { get; set; }
public FullAddress Address { get; set; }
}
public class…