Skip to content
#

mariadb

Here are 1,653 public repositories matching this topic...

DanCardin
DanCardin commented Sep 29, 2020

Full Error:

thread 'main' panicked at 'can call blocking only when running on the multi-threaded runtime', /rustc/04488afe34512aa4c33566eb16d8c912a3ae04f9/src/libstd/macros.rs:13:23

Minimal app:

use actix_web::{App, HttpServer};
use sqlx::sqlite::SqlitePool;

#[actix_web::main]
async fn main() -> std::io::Result<()> {
    SqlitePool::connect("sqlite://foo").await.unwrap();
Sequel-Ace
xingmungwa
xingmungwa commented Oct 24, 2020
  • Sequel Ace Version: 2.2.2 Build 2104
  • macOS Version: 10.15.7
  • MySQL Version: 8.0

Description
While trying to export a table or procedure, there is an option to customize the filename, while typing in the field, after every character the cursor jumps to the end of line. So one needs to drag it back to the position one intends to type at.

Steps To Reproduce

  1. Right click on an

VPSToolBox is a bash script that helps you setup Trojan-gfw Nginx Hexo Netdata and other powerful applications on a Linux server really quickly(超级Linux VPS脚本工具箱,一键安装Trojan-GFW代理,Hexo博客,RSS,邮件,Qbittorrent,Aria2,Netdata等應用程式。).

  • Updated Oct 22, 2020
  • Shell

Improve this page

Add a description, image, and links to the mariadb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mariadb topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.