greggu

Results 34 comments of greggu

@SteveL-MSFT Following command will be broken due to this issue. docker save microsoft/windowsservercore:ltsc2016 > msft_wsc_ltsc2016.tar You have to use docker save -o instead.

I am trying to build Blender 2.93 on Nvidia Jetson Nano, it's simply failed when missing SSE2. It's not an easy task for porting blender to ARM for myself. And...

Downgraded to `ipywidgets==7.7.1` to workaround this issue.

> Hi @krzysztofstelmaszczyk, you can do the following > > ```python > fig.update_xaxes( > rangebreaks=[ > dict(bounds=["sat", "mon"]), #hide weekends > dict(values=["2015-12-25", "2016-01-01"]) # hide Christmas and New Year's >...

@UmarIgan Greetings, After trying vectorpro, just use data class for migrating to the pro version easily! Before (_edited_) After playing with vectorbt for several weeks, I may give you two...

> @pissang Was taking a deeper look. The format of the JSON schema seems inconsistent with the [specifications](https://json-schema.org/understanding-json-schema/reference/schema.html#id4). > > For example, the value of the first property `$schema` seems...

Greetings, I can confirm that I have a successful call to the cost management rest API endpoint directly. Personally speaking, it will not be a block issue for me to...

Hello @Wzb123456789, I can confirm the 4.0.0b1 package is working, thanks for updating the package. Let me keep on playing with the azure-mgmt-costmanagement package. ```bash D:\repos\[a python project]\src (main ->...

Greetings, Just come from this PR, https://github.com/rancher/k3d/pull/734. I am trying to challenge myself for setting up a simulated cross-region deployment with limited resouces, a Dell T3431 workstation with 4 cores...

加油吧,我也是摸索了好多天 1. 用项目里 `docker` 文件夹下的Dockerfile制作镜像,避免包之间的版本冲突 2. Windows下配置好 vcXsrv, 启动时取消勾选 `Native opengl` ![image](https://github.com/open-mmlab/mmdetection3d/assets/14121694/469c9d9d-6b71-4fc3-8433-527b00fdf502)