Kaveh Shahbazian

Results 20 comments of Kaveh Shahbazian

In case somebody needs this functionality, I've implemented a [dir-watch](https://github.com/dc0d/dirwatch) which can be used. It essentially walks all the children and adds them.

Any updates on this?

In this specific app (my current project), another round of going to database (with same constraints) solves the problem - though not desirable - and it is needed AFTER the...

When we execute a command like this in a database: ``` UPDATE "product" SET "created_at" = $1, "depth" = $2, "description" = $3, "height" = $4, "id" = $5, "meta"...

Thanks! Most databases we use in our day to day tasks are RDBMSes and the only exception for upper.io/db is MongoDB - not the other four. Yes; I think `RowsAffected`...

@xiam after some time using the sql builder, I could say, I can live with that; though it's not as nice as the collection based DSL. I think you should...

Facing the same issue. Manged to solve it using `Nx.as_type(df, :f32)` (but the original problem still remains): ``` ... def df_to_tensor(df) do df |> Explorer.DataFrame.names() |> Enum.map(&(df[&1] |> Explorer.Series.to_tensor() |>...

This is closed. But for some reason it is listed under open issues (GitHub shows it).

Context: `xstate`/statecharts noob + used state machines in different context / wanted to try `xstate` on server-side inside some domain service (not UI facing) > ♥️ I believe that the...