Shawn Tabai

Results 28 issues of Shawn Tabai

In lots of TypeScript interface .d.ts files around the internet, you see this sort of pattern: ```typescript import _ = require("../index"); ``` Unfortunately, Deno is unable to read these because...

This may sound like an odd request, but it would be nice to be able to disable remote module imports in script files. If using either an [import map](https://deno.land/manual/linking_to_external_code/import_maps) or...

help wanted
new-rule

Deno already has support for [integrity checking](https://deno.land/manual/linking_to_external_code/integrity_checking) via lock files. It would be nice to be able to enforce that these are always used for remote imports that might have...

suggestion

The Rust documentation site has info on [how to install `protoc-gen-rust`](https://docs.rs/protobuf-codegen/latest/protobuf_codegen/#how-to-use-protoc-gen-rust). Essentially, looks like it can be done like this: ```shell cargo install protobuf-codegen ``` I'm not certain if this...

Feature
Wishlist

**Category:** Kubernetes apps **Type:** - [X] Bug - [ ] Feature Request - [ ] Process --- When using Click to Deploy's installer for [Cert Manager](https://console.cloud.google.com/marketplace/product/google/cert-manager), one of the components...

kind/k8s
needs-triage

The `TemplateVariableInfo` provider allows a toolchain to provide [custom make variables](https://bazel.build/reference/be/make-variables#custom_variables) that can be used easily by other targets. The rules_go repository doesn't currently provide one of these for the...

There doesn't appear to be any feasible way to use lodash in deno and get typescript interfaces. As a result, lots of functionality is broken. For example, the compiler won't...

The documentation on [.helmignore files](https://helm.sh/docs/chart_template_guide/helm_ignore_file/) doesn't mention what happens when a chart's parent folder has a .helmignore file. Is the parent file ignored? Do they get merged?

### Description Vite uses [production replacement](https://vitejs.dev/guide/env-and-mode.html#production-replacement) when handling the environment variables for an application being built in production mode. However, this means that it's impossible to alter the values after...

enhancement: pending triage

Using Deno inside of an Alpine docker image is currently not super easy because you need to manually install it and add it to the path. If there were an...

enhancement