-
Odd problem...
I've modified GetUserData to retrieve permissions from Active Directory as below
```
public ScriptUserDefinition GetUserData()
{
PrincipalContext yourDomain = new…
-
Set up minimal example db:
``` clojure
(def uuid1 #uuid"57abca79-11ff-46cc-884d-3fb72d51d1d4")
(def uuid2 #uuid"57abca79-fd2a-49a6-8437-d9ce80a61c49")
(def db (d/db-with
(d/empty-db {:entit…
-
Lookup refs are resolved prior to insertion, by running a `SELECT` query.
That's fine for 'unit transacts', but for bulk insertions it's cripplingly slow: 10-50msec per query multiplied by the number…
-
Trying to picture using this but, not sure where the "worker" lives. For example, how would I poll an endpoint in the work and send that data to the app?
-
Sorry for maybe a dumb question - I'm new to datalog. My particular interest is in complete and fast destroy of whole database - for now I iteratively delete all keys but thats too long. I need that b…
-
Since Google are gradually disabling client log in access for the remote API (I've seen a few instances recently where it hasn't worked, but some times it does), we should update the RemoteAPI class f…
rumca updated
8 years ago
-
In the console however this message appears:
Uncaught Invalid match arg:
/]*)\/>/i
I am using Chromium 48 on Linux, although this shouldn't matter.
-
Would it be possible to remove the valueType validation? I wouldn't mind being able to define some other valueTypes.
https://github.com/tonsky/datascript/blob/a8da9eb9ae61ad31f68a51493ba03b3782d51602…
-
The following example does not work with datascript:
``` clojure
(d/transact! conn
[{:db/id -1 :title "A"}
{:db/id -2 :title "B"}
{:db/id -3 :name "ABC" :tags [-1 -2]}])
```
Is this intended behavio…
zilti updated
8 years ago
-
Currently the :om.next/queries is being stored in [:config :state :om.next/queries], which is the application state. I think it should be moved into the reconciler state, which currently holds the fo…