Dee
Dee
For example, here is a basic full setup main.rs ``` use actix_web::{guard, web, App, HttpResponse, HttpServer, Result}; use async_graphql::{http::GraphiQLSource, EmptyMutation, EmptySubscription, Schema}; use async_graphql_actix_web::GraphQL; mod features; use features::test::test_schema::TestSchema; async fn...
Trying in both playgrounds, nothing.
When testing the API from the console, I get 'ar-Latn' for 'Hello this is English'.. So now the API is completely broken as well?
I tried to do this myself but it fails ``` pub async fn get_mime_from_url(public_link: &str) -> Result { // Create a reqwest client let client = Client::new(); // Make a...
I've had the same issue for around a year now, I have to disable cors using a plugin for Firefox. It would seem that the CDN does not accept localhost...
For an alternative we are using https://github.com/iway1/trpc-panel which is npm hosted internally.
Yeah this is a serious problem for us too. We'd like to be able to ask permission and explain why we need it too users before it actually asks them....
@ekibun Alrighty; any reason why you can’t just include the complied version inside the library instead of us trying to compile it? (I can’t figure that out seems to be...
@ekibun thanks but you're comments don't work, don't know any who is using MVS2019 to build flutter apps? You've not explained what ```msys2`` and how to use it etc. Do...
@ekibun yeah we only need it for Windows, seems that this is only viable video player plugin at the moment. The Dart VLC Kit plugin has so many bugs.