Lasse Rosenow

Results 28 issues of Lasse Rosenow

If you use the javascript graphql "Apollo", then you don't have do put any schema.json or schema.graphql in your project at all. Apollo automatically gets the current schema just by...

enhancement

It would be nice if the plugin could automatically generate a dart file for each query.graphql file. Also it should generate a types.dart which contains all shared types like enums....

For javascript there is a module called gqless: https://gqless.dev/ It basically generates all your queries etc. based on how you use them in your code. So you don't need any...

enhancement

I have an Actor that sets up an MQTT Server, but I only want the server to start, after I received a Message `DatabaseConnection`. What would be the recommended way...

question

**Is your feature request related to a problem? Please describe.** First of all: There was some discussion going on in: home-assistant/frontend/pull/10335. As it seems, the iOS companion App will implement...

enhancement
webview

## Package `@apollo-elements/core` ## Description Currently the ApolloElementsQuery takes its query variables as an argument. The issue here is, that an argument can not be reevaluated when the variables used...

bug

## Explanation In the new vue.js based UI, the "Write resource dialog" is very massive and feels rather unproductive and confusing. The UI of the execute dialog in comparision is...

server
demo
enhancement

## 🏗 Enhancement Proposal Since version 2.0.0 the flutter_cache_manager exports a class called `Config`. This name is very general and causes problems in all my projects because I have a...

I am on version: 3.1.0-beta.4 **Is your feature request related to a problem? Please describe.** When I turn of the network I get a `NetworkException`, but if I turn it...

### Clear and concise description of the problem Using swiper.js in webcomponent based frameworks like LIT proofs to be surprisingly difficult and janky. ### Suggested solution Exposing swiper.js as a...

feature request