Gerard Sequeira

Results 8 comments of Gerard Sequeira

Hello, I'm unsure what the rules are for usernames. I found [this](https://support.google.com/a/answer/9193374?hl=en#:~:text=Letters%20in%20usernames%20must%20be,%2C%20or%20commas%20(%2C).). Some options: 1. Usernames should be all lowercase(or converted to lower case when parsed) 2. An option is...

Top of my head... one possible solution is to check the current version installed and manage it. Lower versions allow it, higher versions do not. Although I'm not sure if...

Could work: Instead of randomizing, postfix them, so they still know what the user is Say we have: username Username userName becomes: username username_1 username_2 The downside, is the admin...

We would appreciate any comment on this.

@chmorgan I had asked this question [some time ago](https://github.com/micro-ROS/micro_ros_zephyr_module/issues/81) 1. Treated this repo as a submodule 2. We placed it in a folder called libraries, where all our external submodules...

Hi Nathan, Definitely understand there is the VM layer. That could be the issue. As a data point: we have joysticks and other USB peripherals connected and they all seem...

I see. Thanks for the update. For our application, we do need 3, which requires buffer support. We will revisit the stack when 3 is implemented. For now, we will...