-
I propose adding an interactive shell feature to ldeep using the [prompt_toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) library. This feature aims to enable users to run LDAP querie…
-
### Describe what you were doing
I set the SFX Volume and Music Volume to 0 since the audio was pure ear rape. (This did also happen when I closed the skin database after browsing for a while, and …
-
http://192.168.90.191:8080/metrics?instance=192.168.90.23&port=9089 is the metrics path - as mentioned, Prometheus doesn't natively support the inclusion of dynamic query parameters directly within th…
-
**Describe the bug**
getUriLinksStream().listen((Uri uri) {
}, onError: (err) {
});
} on PlatformException {
// Handle exception by warning the user their action did not suc…
-
some times i want add own query parameter to action,like edit,delete,new actions on index page,for now i didn`t see function to add it.
hope add it.
**Example of how to use this feature**
```
Ac…
-
auto-reduced (treereduce-rust):
````rust
pub trait TraitCat {}
pub trait TraitDog {}
pub fn gamma(t: [TraitDog; 32]) {}
````
original:
````rust
pub struct P;
pub struct R(T);
pub…
-
### Describe the bug
I am attempting to execute multiple SQL statements on various hooks and seem to be unable to execute multiple statements separated by `;` within one entry.
I am generating mu…
-
Could probably be reduced further, but, this code:
```rust
struct Heap {
activity: Vec,
heap: Vec,
indices: Vec,
num_vars: usize,
}
impl Heap {
pub(crate) fn new(n: us…
-
### Code
```Rust
let _abort_handler = set.spawn(async move {
let span = span!(Level::TRACE, HANDLER);
let _ = span.enter();
let _ = start_module(handler, listener, token)
.instr…
-
### Describe the highlighting problem
It seems as though TypeScript grammar is being incorrectly applied onto JavaScript files, strangely, even when the TypeScript grammar isn't even installed (thoug…