Alexander Trost
Alexander Trost
@nexix I have added a workaround, which hopefully shouldn't break other cases (based on the current test cases). The workaround will be released in `v1.13.11`. *** The more I have...
Closing as we have a make rpm target now thanks to your PR #69.
> cc @galexrt are you still willing to work on this, rebase this pull request and put the functions behind a feature flag? Thanks! Oh that totally fell of my...
> You can look at the engine ops EnableNegativeOffset which used to be a feature flag So should I dynamically add the `sort_by_label` and `sort_by_label_desc` funcs to the `FunctionsList` map...
@roidelapluie I think I have found a way to check the feature flag in the evaluator. Please take another look at the latest code changes, thanks!
@roidelapluie I have updated the PR to resolve the conflicts. Any news on this?
> Thanks! I see the tests failing with this error currently: > > ``` > --- FAIL: TestEvaluations (5.87s) > --- FAIL: TestEvaluations/testdata/functions.test (1.20s) > test.go:105: > Error Trace: /__w/prometheus/prometheus/promql/test.go:105...
> If the `volumeBindingMode` is set to something other than `Immediate`, an update will fail because `volumeBindingMode` is immutable as @Madhu-1 mentioned. In my eyes it is reasonable to allow...
@alsotoes No worries, thanks for jumping in and helping!
@louia @ThimoDEV Have you tried setting the config options like this? ```js defineNuxtConfig({ [...] }, sound: { scan: './src/public/sounds/', }, }); ``` Maybe the readme is wrongly showing the `scan:...