Tim Kye

Results 24 issues of Tim Kye

### Lint Name `Cannot redeclare block-scoped variable '_a'.deno-ts(2451)` ### Code Snippet Place this in two files. ```ts const _a = '1' ``` ### Expected Result No error ### Actual Result...

bug

I have an otherwise working application that fails if I try to use an import map; specifically the kind of import maps generated by [trex](https://nicedoc.io/crewdevio/Trex). I have created a minimal...

Deno has a flag to run without [type-checking](https://deno.land/manual/typescript/overview#type-checking), which is useful for lambdas that have already been type-checked. There are already several `DENO` ENV VARs to configure behavior, a `DENO_NOCHECK`...

**Describe the bug** Custom directives (`use:something`) work [in the playground](https://playground.solidjs.com/?hash=1321179059&version=1.0.0), but exporting this [to codesanbox](https://codesandbox.io/s/c0tbl) produces compilation errors **To Reproduce** Create a custom directive in the playground export to codesanbox...

bug

[Standard v8](https://github.com/feross/standard/issues/564) now has a `--fix` argument that automatically fixes a bunch of errors, even in ES6/babel files (which [standard-format](https://github.com/maxogden/standard-format) still has issues with). Since this is now part of...

enhancement

When running a shadow jar on an M1 the classpath is just the jar, so the logic in [this function](https://github.com/cashapp/tempest/blob/master/tempest-testing-jvm/src/main/kotlin/app/cash/tempest/testing/JvmDynamoDbServer.kt#L42-L53) fails to find the sql class that it wants. It...

## Describe the issue with documentation A lack of examples makes it nearly impossible to figure out correct usage from the docs site itself. Usually the only way I can...

documentation

For misk users the changes to DI are non obvious, especially the retry policy ones.

# Bug report ## Describe the bug When opening a localhost:3000 password reset link using `[email protected]` I get an `AuthApiError` from `supabase.auth.initialize()`. ``` invalid JWT: unable to parse or verify...

bug

# Bug report ## Describe the bug When writing to a `daterange` column with a range like `"[2022-12-28, 2022-12-28]"` the column is modified to look like `"[2022-12-28,2022-12-29)"`. There are _two_...

bug