biot023

Results 6 issues of biot023

Hi -- it would be nice to have a move constructor for the session object. I'm writing a wrapper around a connection pool for a project I'm working on, and...

**Description** SDK fails to parse Meilisearch success response **Expected behavior** No error **Current behavior** ERROR meilisearch_sdk::request] Request succeeded but failed to parse response Error object: `ParseError(Error("missing field `uid`", line: 0,...

enhancement

Hello -- I need to add Google Analytics to a backend written in Juniper. Could anybody advise me on the best way to do this? I notice `async-graphql` has an...

Hi. I'm using the latest emacs24 starter kit, but it seems to be broken with regard to the RET key in Ruby mode. When I type C-h k to see...

Hello -- I'm trying to use the `Turnstile` component in a Remix app, like so: ```typescript import React from 'react'; import { Form } from "@remix-run/react"; import Turnstile, { useTurnstile...

I'm working through the "Getting Started" guide and have only got this far: ```rust // ./src/main.rs use flo_draw::*; use flo_draw::canvas::*; fn main() { with_2d_graphics(|| { let canvas = create_canvas_window("Hello, world!");...