-
It would be good if 'sensible' values are suggested when matching (e.g. use Levenshtein distance instead of exact matching on the literals)
-
audit2allow is pretty dumb, and for better or worse many users and developers rely on it to produce policy. Enhance it to support automatic generation/suggestion of new domains/types rather than only…
-
I think it'd be nice to map a struct field named
FooBarId to a column foo_bar_id
Would you be open to either a) changing the default mapping scheme or b) opening this up via some flag/api/configurat…
-
Caching current assumes that there is only ONE version of an article, however depending on the logged in user, there may be several versions. The list of article clear showcases the problem by recursi…
-
Header parsing is based on `string * string`. Use the known general, request, and response headers intelligently to provide a type-safe approach for working with HTTP headers.
-
To produce a tidy plot, frequently an analyst has to go in & change lots of label locations - to ensure they're not obscured by the track.
Where a track is travelling North/South it's clear that LEFT…
-
Currently, common.ConfigurationProviderEnvironmentVariables takes a private key path.
Also, the default option looks for the .oci file under a specific folder
Would it be possible to add an option t…
-
-
I try to train the model with hopsize=1024, shout 23 tokens per second, I only change the upsample_rates to [8,8,4,4] and num_samples to 71680. The trainning is running now, but the results seems not…
-
Update the wallet selection used to make deals, based on **datacap remaining**.
Algorithm will go roughly like this, when deciding which wallet to use:
- Pick the wallet with the **least available…