Vlad Johnson

Results 13 comments of Vlad Johnson

Same issue. Can we please get help? Thanks!

Can we please integrate this fix into Ray? Thanks ``` device_name = device_name.decode("utf-8") # Change to try: device_name = device_name.decode('utf-16be') except UnicodeDecodeError as e: device_name = device_name.decode("utf-8") ```

It would be helpful to include information about drivers to provide some context; Ray definitely should be more developer-friendly. My concern with the drivers is that we are dependent on...

@deepyaman would really appreciate it if you could please look into this issue. Thank you!

Hey @bluss thanks for the help. Can you please help me understand how to use local packages through Rye workspaces? A simple example would be highly appreciated. Thanks!

Fantastic. Thank you so much for providing the example. How would I go about building the core package with the dependencies included? I assume that's handled automatically in the background....

@mitsuhiko, could you please look into this? Thank you so much :)