Shinn

Results 10 issues of Shinn

Codesanbox: https://codesandbox.io/s/elegant-maxwell-sjem1?file=/index.js Hello, I found that sometimes the page crashes when console.log(e) when I use a public component library like ant-design. But I don’t think this is a problem with...

https://github.com/seaswalker/tiny-os/blob/35de8ba563cb243438b27cdb6a404de7a1ecf5e0/chapter4/include/boot.inc#L19 大佬你好,想请问下,我看你说把这里改成 DESC_LIMIT_VIDEO2 equ 0000_000000000000000b 就能显示 P,我这么改了但是不太行,我这里就显示了一个闪烁的 1 MBR,也没有最下面的 “2 loader in real”。 但是我发现我把 "loader.S" 中的 “times 60 dq 0” 这一行的 60 改成循环 47(或小于 47) 的话,就都没问题了,而且也不用该那个 DESC_LIMIT_VIDEO2。不知道大佬对这个问题有啥想法么?

## Context I want to determine whether a node is a ref node by checking if its parent includes `$ref`. my schema: ```json { "type": "object", "properties": { "user": {...

Hi. In my scenario, I has a nested model of pydantic: ```python class B(BaseModel): name: str class A(BaseModel): b: B class Wrapper(BaseModel): class Config(DefaultConfig): CLI_JSON_ENABLE = True a: A ```...

**Describe the issue:** Hi, I noticed that there are two fields, `default` and `init_value`, that can be used in Field. May I ask what the difference is between these two...

**What kind of change does this PR introduce?** - [ ] Bugfix - [x] New Feature - [ ] Feature Improvement - [ ] Refactoring - [ ] Documentation -...

**Feature description:** Hello. In my scenario, I want to show a Radio UI for user. It seems that is not currently supported. I think there will be two ways to...

When I execute the function `listdir()` to get file list, if there is a path in url, the method will return an extra path name. There is a test directory...

### Ⅰ. Describe what this PR does `Dataset` CRD 增加一个 `allowEmptyMounts` 字段,如果为 `true` 的话,则 `Dataset` 的 `spec.mounts` 允许传空。 我的场景中,需要使用一个自定义的 `ThinRuntime` 去实现一些自定义挂载的功能,比如动态挂载/卸载数据集。 在卸载数据集场景中,用户有可能把 `mounts` 卸成空。但是当前的 CRD 中,虽然 `kubebuilder` 注释中写了 "允许为空": 但是目前不生效:...

needs-ok-to-test