-
**Describe the bug**
Since the update to version 3.5.2, my home network was no longer recognized as trusted and the auto-tunnel kicked in.
My home network is named
` FOOBAR (5 GHz)`
I bel…
-
### Issue
The included version of tree-sitter doesn't allow C#12 syntax with primary constructors:
```c#
class Foobar(string Name) {
}
```
So lint will keep telling aider that the file i…
-
**What happened**:
At each interval, External DNS removes and adds DNS entries.
```
time="2024-07-05T07:41:58Z" level=info msg="Removing RR: my-app.srv01.foobar.example.com 300 CNAME prod.srv…
-
Struct without flatten field serialized as struct:
```rust
use serde::{Deserialize, Serialize};
use serde_json::json;
#[derive(Debug, Deserialize, Serialize)]
struct Event {
sender: Stri…
-
-
**Describe the bug**
When running `mix help igniter.new` it clearly states that any unknown options are passed into the underlying "new task":
```
Creates a new project using mix new, and adds ig…
-
When using this project to protect against DOM Clobbering, there is a timing issue when dynamically inserting new HTML that allows attackers to temporarily clobber and thus potentially bypass the prot…
-
### Feature
We want the global search to "dynamically" include the current resource you are on
However when you invoke global search you get NO context (via the params) of where the user currently i…
-
## Description
When performing searches with quoted phrases, Typesense appears to ignore the exact matching requirement when multiple quoted strings are present in the query.
## Steps to reprodu…
-
It's common to have class that extends another:
```php
class Foobar
{
public function __construct(
private RouterInterface $router,
private RequestStack $requestStack,
…