-
`owner:rcross@amsl.com` `type_cleanup` | by rcross@amsl.com
___
- help page
- admin guide
- index files
- cron scripts
- code
___
_Issue migrated from trac:2596 at 2022-03-03 10:51:22 +0000_
-
-
For the features `storage-service`, `scylladb` and `dynamodb` if there is no matching storage then the test will fail.
We would like to mark the test as ignored if such event were to happen.
-
After upgrading to .Net 9 with EF 9 the global query filter code throws a runtime exception. Could be enum translation issue.
```C#
modelBuilder.Entity().HasQueryFilter(e => _dbSession.AoaSessionType…
-
For a user to be able to train their own datasets:
1. Training scripts (user friendly) for all models.
2. Additions to `attr_standardizer` to be able to fetch the users' models from HuggingFace.
3.…
-
JforD has a lot of toggle settings and startup preferences. I don't find a compelling need for any of them currently... there are a lot more important things.
However, we probably eventually will …
-
-
In order to avoid too many ifdefs in the main code, there should be a header that maps common tracing calls to explicit ones (currently VT and Score-P, but potentially also Caliper and others). Likewi…
-
https://github.com/FOME-Tech/fome-fw/actions/runs/11429642779/job/31796252856
-
Switch to Makefile.PL instead of Build.PL
Add Test::Warnings to all the tests to check for regressions. (Test::Warnings is what I use at work, but if there's a reason to use Test::NoWarnings inste…