Iha Shin (신의하)

Results 67 issues of Iha Shin (신의하)

This fixes an issue where lower-priority language servers cannot provide contentful responses even when the first capable server returned empty responses. Most of the diffs are copypasted since the existing...

cla-signed

## Summary Fixes `createResource()` calls on SSR always caching the initially created resource instance, potentially resulting in stale closure issues on edge cases. ## How did you test this change?...

Stacked on #1637 Closes #1605 This PR adds support for semantic nullability as an opt-in feature. A field gets marked as `@semanticNonNull` when: - The `nullable-result` feature is enabled -...

Stacked on #1639 --- This PR adds a new Cargo feature, `nullable-result`. ## What does it do? When the feature is enabled, all fields that return `Result` become nullable, and...

### Is your feature request related to a problem? Please describe. Currently, it's not possible to consume TypeScript outputs from graphql-codegen in Deno, as the imports are either extensionless or...

Please check the added test suite to see the expected behavior!

- Add `encode` interface, counterpart of the existing `decode` interface - Enable usage of `encode` and `decode` with Future API

This fixes an issue where `Hover.contents` with an array of 2 strings gets deserialized into `HoverContents::Scalar(MarkedString::LanguageString { language: contents[0], value: contents[1] })` instead of `HoverContents::Array`. Tested this change through Zed...

### Environment information ```block CLI: Version: 2.0.0 Color support: true Platform: CPU Architecture: aarch64 OS: macos Environment: BIOME_LOG_PATH: unset BIOME_LOG_PREFIX_NAME: unset BIOME_CONFIG_PATH: unset BIOME_THREADS: unset NO_COLOR: unset TERM: xterm-256color JS_RUNTIME_VERSION:...

S-Bug-confirmed

**Describe the bug** The Pagination component shows a pagination item for page 0 on `showLast={false}` + `fixedItems` (regardless of `no-ellipsis`, if that helps) **To Reproduce** Reproduction: https://stackblitz.com/edit/vitejs-vite-surjowdd?file=src%2FApp.tsx **Expected behavior** The...

WIP