Ed

Results 10 issues of Ed

Trying to use `with return` to extract a tuple element, it won't play nice as if done manually. ``` fun this-works( action : () -> e (a, b) ) :...

bug
types

### Describe the bug Specifying a bad URL when attempting to use the `http` functions causes the server to crash. ### Steps to reproduce ```sql SELECT * FROM http::get("example.com") ```...

bug

I'm trying to generate a callback that is able to update an atom, I attempted to use `getCallback` and use the `set` function it provides, but it does nothing: ```...

bug
help wanted

I have a very simple HTML with some elements such as ```html ``` I want to execute an OOB swap, but sending the following HTML ```html ``` results in the...

enhancement
help wanted

### What version of Hono are you using? 3.12.0 ### What runtime/platform is your app running on? Cloudflare Workers ### What steps can reproduce the bug? 1. Call `await getSignedCookie`...

bug

I'm trying to instrument the library for monitoring with New Relic. I'm trying to follow this guide: https://newrelic.github.io/node-newrelic/tutorial-Datastore-Simple.html The issue is I don't think the library provides any base prototypes...

SO the first thing I tried was to use `ab` to test a simple ping server from an example. Turns out each request was always taking 10 seconds to complete....

### What happens? DuckDB does not follow [XDG Base Directory Spec](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) and clutters the user's $HOME with files such as `.duckdb` and `.duckdb_history`. ### To Reproduce Just run duck db...

under review

**Describe the bug** Disposing container does not dispose singleton resolved from child container. See reproduction for details: **To Reproduce** ```typescript import "reflect-metadata"; import { container, Disposable, injectable, Lifecycle, scoped, singleton,...

awaiting triage

### Zig Version 0.12.0 ### Steps to Reproduce and Observed Behavior ```zig // main.zig (link with libcrypto) const c = @cImport({ @cInclude("openssl/evp.h"); }); pub fn main() !void { c.OpenSSL_add_all_digests(); }...

bug
translate-c