Stanislav Lapata
Stanislav Lapata
react-relay: **8.0.0** @absinthe/socket-relay: **0.2.1** environment.js ```js import { Environment, Network, RecordSource, Store } from 'relay-runtime'; import { createFetcher, createSubscriber } from "@absinthe/socket-relay"; import * as withAbsintheSocket from "@absinthe/socket"; import {Socket...
I use https://github.com/skevy/graphiql-app request with params ``` query IntrospectionQuery { __schema { queryType { name } mutationType { name } subscriptionType { name } types { ...FullType } directives {...
## Is your feature request related to a problem? Please describe. Lapce has join lines feature but it doesn't work with selection. ## Describe the solution you'd like When I...
## Lapce Version https://github.com/lapce/lapce/commit/9f0cc1ba9c7f5052584f442ba33b61828a78962e ## System information MacOS Ventura 13.1 ## Describe the bug When I try to use elixir-ls I get unhandled snippets from lsp server ## Additional information...
This PR adds configuration ```ruby OjSerializers.configure do |config| config.cache = SomeCacheModule.new end ``` and adds cache_options ```ruby class SomeSerializer < Oj::Serializer attributes :id, :name end class CachedSomeSerializer < SomeSerializer cached(cache_key:...
Some of LSP support only [pull diagnostics](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_pullDiagnostics) source here https://github.com/helix-editor/helix/discussions/7725