TrueBurn

Results 11 comments of TrueBurn

Hi @monovertex . I think I did have a custom extension now that I look at my version history. It was a very basic method: ` .call(this), p.alwaysOpen && t(0),...

With logstash you always have to re-install non standard plugins after the upgrade

This one query accounts for almost half the load on average on my entire LMS database server: ![image](https://user-images.githubusercontent.com/38687879/175030191-4fac9ddb-3e8c-40f4-bd50-eb6ea6ab26fb.png) Query plan shows massive table scans even when nothing is returned and...

The list of referrers is in the code `referers = ['https://search.yahoo.com/', 'https://duckduckgo.com/', 'https://www.google.com/', 'https://www.bing.com/', 'https://t.co/', '']` Would it not be more useful to be able to choose to add your...

This only seems to happen when the proxy category is 'r' or 'p', does not happen when it is 'f'

Is there the ability to set custom CA cert bundles as that is also a pattern for example with ZScaler

Can `/ui/vault/tools/api-explorer` not be updated to also include a PATCH endoint for `/kv/data/{path}` ?

`go-re2` still does not support negative lookahead assertion. Best work around I can find is: https://regex101.com/library/7lMqca

Also getting this error: ` Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/IPython/core/interactiveshell.py", line 3553, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File [""](https://localhost:8080/#), line 5, in novel, title, chapters, chapter_titles = write_fantasy_novel(prompt,...

I end up having to run q kubectl command to view my custom metric HPA values and even my normal CPU utilization when I add a custom HPA. The custom...