Dee

Results 74 issues of Dee

### Describe the feature you'd like to request We currently use tRPC with a few different services and platforms, working great. We also use tRPC with Flutter apps. Right now...

✨ enhancement

``Flutter 3.3.10``` Working on other browsers Chrome, Firefox, Edge etc. On Safari we get the following effect: https://user-images.githubusercontent.com/6940726/209938894-391d0292-56e3-48b8-9ca8-6a16f865bb60.mov

waiting for customer response
in triage

### Describe the problem I have a SvelteKit app, working great. I want to be able to export the app to Capacitor, so need static assets and code. Would be...

### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Steps to...

waiting for customer response
in triage

After upgrading to Alfred 5 the plugin does not work anymore. Tried reinstalling and resetting up. Dropbox v166 also have some issues with Alfred configuration. Any ideas? Have to switch...

In most of the APIs I've used the past 15 years, we always get 'some-status-text' so we know the reaction on the UI. For example, 'user-blocked', 'user-not-found', 'cannot-add-to-shopping-card-full', etc. Using...

enhancement

```"@google-cloud/storage": "^7.7.0",``` This code has been working for 4+ years without change. And now all of a sudden it doesn't work. Very simple example ``` const imageFile = await storage.bucket(env.gcloudCloudStorage).file(fileUpload.fileLocation);...

type: bug
triage me
priority: p2
samples

When I go to https://async-graphql.github.io/async-graphql/en/quickstart.html I don't get a simple full example of a working server. Instead I have to go though and try to find pages of docs in...

enhancement

`"error": "Could not connect to websocket endpoint ws://localhost:8000/ws. Please check if the endpoint url is correct."` main.rs ``` use actix_web::{guard, web, App, HttpRequest, HttpResponse, HttpServer, Result}; use async_graphql_actix_web::GraphQLSubscription; // use...

bug

### Describe the bug When using a bind with open the drop-down doesn't work on Safari (mobile and desktop) ### Reproduction **Works on everything** ``` Some button Drop down test...