Software Developer

Results 14 issues of Software Developer

Could you please take a look into this line -> https://github.com/denisenkom/go-mssqldb/blob/1598eaf61e43a1bb1b66231abe49f8613b544d64/token.go#L790. Right now because of incompatible changes here -> https://github.com/golang-sql/sqlexp/commit/d42ba59f5c11011b1df5abc536ee75821c22bdac `go-mssqldb` packages just sopped working with message: ``` #5 12.59...

Im using the latest `docker-in-docker`: ``` "ghcr.io/devcontainers/features/docker-in-docker:2": { "dockerDashComposeVersion": "none" } ``` When Im trying to run my `devcontainer` I can see next error: ``` failed to solve: process "/bin/sh...

needs-more-info

What's inside the box: - old `aim` implementation removed. - `integration` tests adjusted and simplified. - removed `Regexp` statements from `integration` tests.

Right now `Chooser` and `Admin` applications are applications which is processed and rendered on `backend` side. In near future it could lear to some complexity: - it is a bit...

Right now `/server/server.go` looks a bit scary. We initialise all the dependencies and services here. Instead, each application `mlflow`, `aim`, `admi` or `chooser` has to initialise all the dependencies internally...

In AIM UI we have a tag management section, but API fully missing to support that. ![Image](https://github.com/G-Research/fasttrackml/assets/7852635/fbc46b7f-f0b4-4f6f-aa93-42eb61421f4d)

Partial support has been added for new features like string and regex matching, but the bulk of it remains to be covered.

tests

Right now we run only the latest version of MLflow + latest version of Python environment to test compatibility with original MLflow database. We need an option to run different...