maor1993

Results 11 comments of maor1993

What's the plan? Maybe I can help? Get Outlook for Android ________________________________ From: Carlos Alberto Ruiz Naranjo ***@***.***> Sent: Sunday, April 10, 2022 9:08:34 PM To: TerosTechnology/vscode-terosHDL ***@***.***> Cc: maor1993...

Hey, any chance of someone merging this? Working on a cdc-ncm implementation and got stuck on the same issue.

Thanks Ryan!, I hope it will be merged soon :)

sure, ```rust #[derive(Clone, Serialize, Deserialize, Component)] pub struct EnemySprite { pub texture_path: HandlePath, } ``` regarding the error, `insert_self` panics at the ```rust let texture: Handle = commands .get_handle(self, &self.texture_path)...

I ended up not using bevy_proto.

Thanks for the quick reply. the list is as follows: ![image](https://user-images.githubusercontent.com/23733173/210785669-965a8aea-0ffc-47ff-bafe-a2cdd09f487c.png) I think I might have a moment to check the programming manuals, will update.

Okay done: | device | link | supports exp? | Notes | |---------------- |----------------------------------------------------------------------------------------------------------------------- |--------------- |------------------------------- | | AWG401x | ? | ? | Can't find programming manual | |...

I'll try this tomorrow :) > Thank you for your contribution! I forgot the detailed usage of nom, could you use nested `alt` to avoid the element limit like below?...

Yup, cascading alts worked 🥳 I added back `delay_mode_unit` and `delay_mode_zero` I will mention this commit misses support for `default_trireg_strength` and `default_decay_time` as they might need a new literal? (default...