David Horner

Results 45 issues of David Horner

I am testing on windows node.js v0.6.14 & npm v1.1.12. You can't install 2.3.5 of express on windows v0.6.14. You have to move it to a later release. v2.5.0 works....

# docker-compose up --build Building frontend Step 1/3 : FROM node:10-alpine ---> 947b2561f403 Step 2/3 : RUN apk add --no-cache git ---> Running in fa89055619cb fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz (1/6)...

Below is the code I am using to test oxide. ``` let baseurl = "http://www.google.com".to_owned(); let (browser, mut handler) = Browser::launch(BrowserConfig::builder().with_head().build()?).await?; let handle = tokio::task::spawn(async move { loop { let...

I'm not sure when --all was an option for cargo, but --all is not an option today. ``` c:\working\rust\termusic>make run cargo run --all error: unexpected argument '--all' found tip: a...

I have an app that works fine in debug mode. When run in release the application can not find the provider from the context. I can see that the MultiProvider...

bug
question

flutter run will not work with the latest flutter. I used android studio to upgrade the android project. It now builds and runs fine.

### Description ``` git clone https://github.com/svix/svix-webhooks cd svix-webhooks\bridge cargo run ``` produces ``` Compiling svix-bridge v1.12.0 (C:\working\rust\svix-webhooks\bridge\svix-bridge) error: jemalloc cannot be enabled on msvc --> svix-bridge\src\main.rs:33:1 | 33 | compile_error!("jemalloc...

server

## Bug Report `cargo run --no-default-features --features gcp-pubsub,rabbitmq,redis,sqs` ``` Compiling swc_ecma_utils v0.120.19 Compiling aws-smithy-client v0.55.3 Compiling libffi-sys v2.3.0 Compiling utf8parse v0.2.1 Compiling trust-dns-resolver v0.22.0 Compiling dynasm v1.2.3 Compiling ghash v0.5.0...

I'd like to use rusqlite/libsqlite3-sys from an arm64 AWS lambda. rusqlite works fine locally using x86 lambda. I'm using the bundled feature. ``` rusqlite = { version="0.27.0", features=["bundled"] } tokio-rusqlite...

help wanted