melbourne2991

Results 11 issues of melbourne2991

Currently if you do not provide options you will get "cannot get property level of undefined"

I'm seeing a number of errors related to HttpConn. Eg: ``` src/deps/deno.land/[email protected]/http/server.ts:63:38 - error TS2724: '"/dev/xrpc/npm-dist/node_modules/@deno/shim-deno/dist/index".Deno' has no exported member named 'HttpConn'. Did you mean 'TcpConn'? 63 #httpConnections: Set =...

Perhaps this is intentional but I noticed a [recent commit](https://github.com/denoland/deno_doc/pull/338) about fixing publishing? Also on 0.62 I get an OOB error calling doc (wasm) on a local file, but perhaps...

Currently if you try and import one of the *.mjs files generated by gleam into Deno directly Deno will ignore the corresponding *.d.mts file. This leads to a lot of...

help wanted
good first issue
priority:low

Addresses https://github.com/quickwit-oss/chitchat/issues/78

This addresses the panic mentioned here: https://github.com/denoland/deno/issues/20906 https://github.com/denoland/rust-urlpattern/issues/46 I don't know if some additional tests might be warranted here?

Adding this issue as a repo-local reference for https://github.com/denoland/deno/issues/20906 The issue occurs because we use a range over bytes instead of codepoints which causes a panic.

Currently pulumi defaults to assigning broad access policies to compute resources `arn:aws:iam::aws:policy/AWSLambdaFullAccess,arn:aws:iam::aws:policy/AmazonEC2ContainerServiceFullAccess` If you want to use more restrictive policies - you can, however my understanding is you have to...

kind/enhancement

Addresses (https://github.com/GlareDB/glaredb/issues/2462) Provides hive partitioning support for Parquet & Json. Missing from this PR: - Remaining formats (lance, csv, bson) - Reading hive partitioned files

I'm a bit confused about the registerOutputs call and what actually is considered an output. The current documentation says this: > Components can define their own properties using registerOutputs. The...

area/docs
kind/enhancement