-
MPEG DASH spec Annex I details support for the flexible Insertion of URL Parameters. Basically, query args can be passed to a manifest and they can be inherited for a selectable set of sub-requests fo…
wilaw updated
2 weeks ago
-
Latest release fails for us with `cannot call JSONField for static queries`. The query is using a mapper that looks something like this:
```
func mapper(r *sq.Row) json.RawMessage {
var pref json.…
recht updated
2 months ago
-
Reduce the complexity of prepared statement parameters by everything but the variables that come from the body in the request. Doing this as they are not actually needed unless it is a function that a…
-
auto-reduced (treereduce-rust):
````rust
trait IntFactory {
fn stream(&self) -> impl IntFactory;
}
````
original:
````rust
#![feature(return_position_impl_trait_in_trait, return_type_notation…
-
-
Hello :) @LikeTheSalad
Based on the guidance given in issue #625, my understanding is that the `OtelRumConfig().setGlobalAttributes {}` should query the `Supplier` on every span or log creation & …
-
### Code
```Rust
#[derive(Copy, Clone)]
struct Wide {}
struct VTable {
bar: dyn Cap,
}
trait Bar {
fn bar(&self) -> u32;
}
struct Foo {
foo: u32,
bar: bool,
}
impl Bar for Foo {…
-
https://github.com/veracode-repository-ruleset/verademo/blob/d748a0a9152d4b5d46af8a433b2863d9f0ed7211/com/veracode/verademo/controller/UserController.java#L379-L389
**Filename:** com/veracode/veradem…
-
Hi,
Not sure if this is a client or server issue, but I thought I would start here.
Using client version 0.3.0 (also happens in current master) and server version 2.1.2-1, I'm unable to call sto…
-
Currently Strapi doesn't support deep filtering with dynamic zones. To [quote the documentation](https://docs.strapi.io/developer-docs/latest/developer-resources/database-apis-reference/rest/filtering…