miryo

Results 5 issues of miryo

This way has serval benefits, for example. - IDE syncing support - support relative path than can be work everywhere - repository embeded configuration config.toml look like below. ```toml [env]...

Hello, I've noticed that IReadOnlyList is not recognized as compatible with IEnumerable in schema generation, which may limit the library's functionality in some scenarios. This PR updates the IsEnumerableGraphType(TypeInfo) method...

enhancement

Hello theres. I have some type definition like below: ```C# interface ISomeInterface { public SomeOutputType SomeProperty { get; set; } } [InputType] // actually is setted by a custom default...

### Describe the bug This bug is basically same as #12163, excepted with extra pipeline with an $in. ### How to reproduce The definition: ```nushell def recursive [c: int] {...

needs-triage

如题,项目使用expo,react-native 版本为0.77.0,为满足README的要求编写了插件 GCanvasPlugin.js ```typescript // import type { ExpoConfig } from 'expo/config' import configPlugins from '@expo/config-plugins' const { withPodfile, withMainApplication, withSettingsGradle } = configPlugins export default function GCanvasPlugin(config /*: ExpoConfig*/)...