-
## Problem
I am developing an application that uses Prisma to facilitate DB operations with DB/tables and I am using Prisma migrations to create or alter those tables (this part works OK).
But t…
-
```
The 20141015 tables don't compile with the dynamic data tool because they are
missing the hand-crafted "agnostic" constants that were put in for the old
release. Attached is a patch that appears…
-
```
The 20141015 tables don't compile with the dynamic data tool because they are
missing the hand-crafted "agnostic" constants that were put in for the old
release. Attached is a patch that appears…
-
Stream results with event emitters rather than waiting for complete response to be available.
This would provide a better experience, with numbers being updated live in tables.
Unsure the curren…
-
I try to add hashes to hengine dynamically.
With sorted tables it's ok.
But what we can do with bloom_filer?
By source code we pass constant db.size() to filter params when build tables.
So does it me…
-
I am fully convinced of the solution with which you can access the columns and rows of the table via a slot.
However, it would be nice if you could store a default template with which cells are fil…
-
Depends on https://github.com/tempesta-tech/tempesta/issues/1869
# Scope
`tfw_cache_mgr` thread must traverse Web-cache and evict stale records on memory pressure or revalidate them otherwise. T…
-
You shouldn't have shown me the link to the dashboard navigator, hehe. Here are some ideas (but I'm sure you have also good ones.)
At first: Gratulation. This is the next big thing.
Fits perfect…
-
There are cases where static dispatch is faster than dynamic and there are cases where dynamic can be faster than static. It would be worth noting what the impact of both is.
ex:
Dynamic Dispatc…
-
Hi, I know that you have the jpa extension to expose jpa entities as odata entities.
Do you have some option to generate odata entities directly from data base schema, without generating jpa entities…