-
## Description
Currently, the user can download WPK files in any folder. As long as it's downloaded inside `/var/ossec`, it can be used for the [PUT /agents/upgrade_custom](https://documentation.w…
-
Today, dynamic templates can contain multiple template names with the same name. This can be the result of either adding the same template multiple times in error (like the case described in #28988 or…
-
Nicotine+ version: 3.3.6
Operating System/Distribution: EndeavourOS
### Describe the bug
Despite having UPnP enabled in my router's settings, and UPnP rules being created by Nicotine+, I get th…
-
Kudu version 1.15.0 now supports varchar and date types but reading these types from trino is unsupported.
Currently writing trino varchar/date types is possible but they get converted to strings …
-
My config is:
```lua
local cmp = require("cmp")
cmp.setup({
snippet = {
expand = function(args)
require("luasnip").lsp_expand(args.body)
end,
},
mappin…
-
I have the following example config in Gruntfile.js:
```
sass: {
dev_dartsass: {
options: {
implementation: require('sass'),
sourceMap: true,
},
…
ghost updated
2 years ago
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
_No …
-
### Report
Keda version: keda:2.14.0
ghcr.io/kedacore/keda:2.14.0
kubenetes version: 1.29
keda TriggerAuth is unable to read the Secrets from AWS secretsManager though provided the correct sec…
-
Color is missed when hovering inside the cmp box.
I'm using the minimal configuration for this plugin.
nvim version: `0.9.4`
os: macOs Sonoma
iTerm2
https://github.com/roobert/tailwindcss-col…
-
To remove unreferenced nodes should be fairly easy, and can be based on the existing `sample_resolve()` function. All we need to do is to either
* adjust `sample_resolve` to output a list of nodes …