Radhakrishna Sanka

Results 62 comments of Radhakrishna Sanka

So, the live version of it is working - to this extent. ![oct-17-2018 13-38-52](https://user-images.githubusercontent.com/855696/47105465-0599a600-d212-11e8-9539-9b48c0248130.gif) I haven't yet implemented the move tool for the connections, I need to figure out how...

Whoops, I forgot the unit conversion! I'll fix that

@dosco I know this took a long time but I basically undid all the public structs and helped rename a lot of the variables to get a better idea about...

@stephenafamo let me know if this makes sense. It'll definitely solve my be issue of an assumption that you can easily miss in the config

Well I guess its a reasonable alternative. I'm personally a fan of explicit specifications rather than navigating default behavior, but I understand where you might be coming from. However, you...

Yeah I figured it out shortly after commenting. I missed the link for bob executors. I'll do a PR once I'm done implementing stuff.

Is there a discord for this ? I feel like its better to get some direct feedback. The query parameters are confusing. For example: ``` queuesView := psql.NewView[*models.Queue]("core", "queues") //...

@jacobmolby So turns out that there are a couple more errors happening here that made this complicated #187 . so thats why I've just been dealing with bugs.

Here's the command I use ```sh go run github.com/stephenafamo/bob/gen/bobgen-psql@latest -c ./config/bobgen.yaml ``` Here's the config ``` psql: dsn: "postgres://postgres:@localhost:5432/postgres?sslmode=disable" schemas: ["application","core"] shared_schema: "public" ```