tf42src

Results 7 issues of tf42src

I assume this [documentation](https://developer.chrome.com/docs/extensions/reference/webRequest/) is for Manifest v3. It does mention `webRequestBlocking` which when added to the manifest file results in `'webRequestBlocking' requires manifest version of 2 or lower.` ![Screen...

bug
P2
extensions

[Here](https://www.elastic.co/guide/en/logstash/current/plugins-filters-ruby.html) is a bit of information and [here](https://www.elastic.co/guide/en/logstash/current/event-api.html) too. Is there a full documentation for the _event_ object (showing **all** properties, functions etc.)?

docs

I have installed [lazyvim](https://www.lazyvim.org/plugins/ui) and as far as I understand, it comes with [nvim-notify](https://github.com/rcarriga/nvim-notify). How do I keep the popups open longer? Sometimes they disappear too quick and I can't...

I am trying to figure out how configure an eks_managed_node_group (especially how to use a launch_configuration) I found this link: https://github.com/terraform-aws-modules/terraform-aws-eks?tab=readme-ov-file#input_eks_managed_node_groups which links to itself. That's not useful at all....

Trying to run FastAPI over http2. [This](https://github.com/fastapi/fastapi/issues/2907) lead me here. The [http2 documentation page](https://hypercorn.readthedocs.io/en/latest/discussion/http2.html#) has no example. Would be great to add one. [This topic](https://community.render.com/t/http-2-support-with-hypercorn/17580) does not help either.

I generated an all access token for my org via the UI and created a config. backup fails with permission issues, listing buckets works. > influx config ``` Active Name...

``` for datapoint in lots_of_datapoints: point = Point(measurement).field("value", datapoint[0]).time(datapoint[1]) await write_api.write(bucket=BUCKET, record=points) ``` _(I am aware of batching, this is a test)_ Trying to increase `storage-wal-fsync-delay` to `60s` results in...