-
Currently, we are supporting Angular, React and Vue for shareable configurations. The configuration contains the following rules:
- await-async-query
- await-async-utils
- no-await-async-query
-…
-
Need more granulity in API routes. They should be atomic and quite independent from each other (ie. `createLayerFromData` should only do that, and not add to project, etc.) In other words, existing A…
-
Currently, chained `withGraphJoined` methods resulting to an sql with join methods of last one's `joinOperation`.
A simple snippet:
```js
const people = await Person.query()
.withGraphJoined('…
-
[drizzle-orm](https://github.com/drizzle-team/drizzle-orm/) is a lightweight wrapper around better-sqlite that provides a typesafe interface, friendly API, and manages migrations / table creation SQL.…
-
I work with django-cms, and like the ability to have nested plugins. Simple use case, have a gallery plugin, place picture plugins in it. Or even picture AND video plugins, mixed, if the frontend allo…
-
My data-structure looks like this:
``` javascript
models.Team.hasOne('match',models.Match,{reverse: "teams"});
models.Player.hasOne('team',models.Team, {reverse: "players"});
```
now when I do
``…
-
```
var result = nhibernateSession.QueryOver()
.Left.JoinAlias(x => x.Assistant, () => assistant)
.Where(x => x.EmploymentTy…
-
I have a `user.followers` attribute of type `stringSet()`. Is it possible to get the count of entries instead of the entire list of follower entries, which would be inefficient if the list has thousan…
-
Is it worth mentioning batch requests? In this case, an array of objects is transmitted via http.
-
@nwf: Students who innocently try to define an innocent-looking function will be met with a scary and unhelpful error message (see below). I'd rather not have to explain planning and the backchain de…