Tristan Germain

Results 3 issues of Tristan Germain

Hi, For gameplay reason I would like to be able to change layer of VaFogBlockingVolume. I added this peace of code locally: ``` AVaFogLayer* AVaFogBlockingVolume::SetLayer(AVaFogLayer* InLayer) { Layer = InLayer;...

Below an example showing the issue: ```rust use biscuit_auth::{macros::*, KeyPair}; fn main() { let mut authorizer = biscuit!(r#"fact("foo");"#) .build(&KeyPair::new()) .unwrap() .authorizer() .unwrap(); authorizer_merge!(&mut authorizer, r#"fact("bar");"#); let query_facts: Vec = authorizer.query(rule!("x($n)

Hi, first thank you for publishing this crate. As mentioned in the title would you agree to make the RequestId generation optional (with feature flag or configuration)?