GFHuang

Results 154 comments of GFHuang

How to do in visual studio 2019?

> What is wrong with this? I don't think we are going to change something so basic to NumPy at this stage. > > ``` > print(f"{x=}") > print(f"{x.shape=}") >...

@mhvk This is what I want to say, sometime you are hard to know the shape. ![image](https://github.com/user-attachments/assets/ffb63a79-c23d-4676-9bcb-ea56af5c835d) I had written myself version for printing, but I had to write it...

I found a solution to my needs, which is `np.set_string_function`: ```python def summary(self: NDArray, include_dtype: bool = False, include_shape: bool = True): summ = cp.array_repr(self) if hasattr(self, 'device') else np.array_repr(self)...

I remember having to set a xxxWidth property on the DataGrid for the `SelectAll` button to appear. I don't remember the full name of xxxWidth.

The issue I'm experiencing is that all Electron-based applications appear to run at only 30 FPS, such as VSCode, Unity Hub, and Windhawk. When I disable hardware acceleration for these...

> The issue I'm experiencing is that all Electron-based applications appear to run at only 30 FPS, such as VSCode, Unity Hub, and Windhawk. When I disable hardware acceleration for...

@jonsequitur Edited.

``` .NET SDK: Version: 9.0.304 Commit: f12f5f689e Workload version: 9.0.300-manifests.610a1858 MSBuild version: 17.14.16+5d8159c5f 运行时环境: OS Name: Windows OS Version: 10.0.26100 OS Platform: Windows RID: win-x64 Base Path: C:\Program Files\dotnet\sdk\9.0.304\ 已安装...