paulotten

Results 9 issues of paulotten

**Describe the bug** See https://github.com/emilk/egui/commit/7ba710ef05f6226883a44f54258971c312667dfc Trying to compile examples/hello_world for Android I get the following errors: ``` PS C:\coding\rust\egui\examples\hello_world> cargo apk run --lib Compiling arboard v2.1.1 Compiling glutin v0.28.0 error[E0433]:...

bug

closes #833 ## Description of change TODO ## How has this been tested? (if applicable) TODO

### Describe the feature The current `Makefile` assumes that the current user can run `docker`. This is only possible if the user is added to the `docker` group, which allows...

S-Not Planned

### What happened? https://shuttleapp.rs/ on Chrome currently yields a certificate error. The certificate appears to be for "*.shuttleapp.rs" which does not include "shuttleapp.rs". The certificate appears to be from "Let's...

T-Bug
S-Accepted

Minimal reproducible example src/main.rs ```use std::sync::Arc; use async_graphql::{ extensions::{Extension, ExtensionContext, ExtensionFactory, NextPrepareRequest}, http::GraphiQLSource, EmptyMutation, EmptySubscription, Object, Request, Schema, ServerResult }; use async_graphql_axum::{GraphQLRequest, GraphQLResponse}; use axum::{ async_trait, response::{self, IntoResponse}, routing::get, Router...

### What happens? Running `cargo test` in `./pg_search` I get ``` failures: ---- hybrid stdout ---- thread 'hybrid' panicked at /home/paul/paradedb/shared/src/fixtures/db.rs:76:53: called `Result::unwrap()` on an `Err` value: Database(PgDatabaseError { severity:...

bug
documentation
priority-2-medium
pg_search

### What happens? Split from #1497. When running `cargo test` in `./pg_search` I intermittently get ``` ---- index_size stdout ---- thread 'index_size' panicked at pg_search/tests/bm25_search.rs:1241:5: assertion failed: `(left == right)`...

bug
ci/tests
priority-3-low

# Ticket(s) Closed - Closes #1495 ## What Documents `DATABASE_URL` in `pg_search/README.md` ## Why `DATABASE_URL` is necessary. I also wasn't immediately intuitive what I should set it to. ## How...

### What feature are you requesting? Currently the "Testing" section of `pg_search/README.md` says just > We use `cargo test` as our runner for `pg_search` tests. If I run `cargo test`...

documentation
feature
priority-1-high