Steve Fan

Results 196 issues of Steve Fan

## Issue Description Ditto to title ### Expected Behavior The database objects are manifested successfully ### Actual Behavior This is an example code to replicate the issue (workaround also included)...

bug
requires triage

**Describe the bug** You cannot use index.d.ts to declare your components. It loads but nothing is shown afterwards **To Reproduce** 1. Use webpack/rollup to generate index.js & index.d.ts. 2. Connect...

## Symptoms There is an annoying error message warning about relative import not in import map. ## Environment OS: Windows 11 Deno: ``` deno 1.22.2 (release, x86_64-pc-windows-msvc) v8 10.3.174.6 typescript...

bug

The bug is fixed in upstream but is yet released. This is needed to try to build AST explorer on Windows, in particular VS2022 and MSVC, this is so far...

blocked
pending release

So that we no longer has to write cancerous `module.exports`!!

enhancement
reproduce

Fixes #8 This could benefit some hypothetical cloud-to-cloud situation that had to be communicated though internet, e.g. interconnect from AWS to GCP without using their overpriced VPN service. By default...

Reproduction: https://github.com/stevefan1999-personal/vite-plugin-node/tree/repo-graphql-failure/examples/nest Log: ``` > [email protected] dev > vite vite v2.9.14 dev server running at: > Local: http://localhost:3000/ > Network: use `--host` to expose ready in 238ms. reflect-metadata doesn't appear...

I want to know the average case of getting the desired vanity address on various CPUs, compilers, OS, etc. I compiled my mkp224o with clang 7 and march=native, in Debian...

cool issue

This patch will replace the use of `std` crate to their `no_std` equivalent. One notable change is that `peg_runtime::error::ExpectedSet` would use BTreeSet instead of HashSet before, as I observed that...

```js { '$$typeof': Symbol(react.element), type: // notice here { '$$typeof': Symbol(react.context), _calculateChangedBits: null, _defaultValue: { color: undefined, size: undefined, className: undefined, style: undefined, attr: undefined }, _currentValue: { color: undefined,...