-
First let me say Fullproof looks impressive. It is terrific to see the code is heavily commented and you've written a tutorial etc. If only all dev's did this.
I'm wondering whether you've given any…
nevf updated
11 years ago
-
Len by som sa chcel spytat ci sa planuje v dohladnej dobe update na 3.15ku. Blbne mi v nej registracia noveho uzivatela (ucp.php). Dik moc za info. Btw.. co sa deje s forom ? Uz dlhsiu dobu nefunguje.…
-
When executing a new installation of PostCalendar 8.0.1, the following error may occur:
"Error! Could not create tables (SQLSTATE[HY000]: General error: 1005 Can't create table (errno: 150))."
This …
-
Partitioned tables may not be copied
Need to check for partitioned tables
-
[Pull expressions allow for recursion](http://docs.datomic.com/pull.html#recursive-specifications). One could also write rules, or even regular queries, that do path traversal over attributes.
We s…
-
**Describe the solution you'd like**
It would be nice to include utils for 3D stereo calibration of two or multiple cameras, so that 2D tracks can be expressed in 3D space.
**Describe alternative…
sfmig updated
8 months ago
-
Ok. Here is a go at my first OEP suggestion.
**Summary:**
Along with the work being done to upgrade the Lucene version to 6.2.0, this OEP will take note of the features requested by customers to …
-
## Challenges:
1) Customers wants to do index things that are outside the content-data in the content-domain, e.g "x.com-enonic-app-metafields.meta-data.seoDescription" for Posten.
2) Todays stor…
-
Hi @carsonfarmer / Textile team,
I was just playing with this database in a browser locally and trying to figure out how I would do text search. [Unless I'm missing it in the docs](https://github.…
-
## Problem
Let's consider the following model :
Post :
```
model Post {
id Int @unique
content String
title String
@@fulltext([content, title])
}
```
Actually,…