Jesse Jafa

Results 19 issues of Jesse Jafa

## This PR contains: An improvement on the Creative.vue template ## Describe the problem you have without this PR The Creative.vue template forces uppercase on the last name of the...

### Case IS IT A: - ENHANCEMENT ## Issue - Hyperlinks to Purple.vue Noticed Purple.vue doesn't support hyperlinks. I think it's a good idea for the resume to support it....

enhancement
help wanted

It seems that you changed your github username but forgot to update the README.md file. Specifically, I'm referring to the following line of code which contains a broken link: ```...

An examples directory which some implementations of common usages would be great. For example, I was trying to implement get a basic api fetch to give the library a test-ride...

hacktoberfest

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: darwin Arch: arm64 Version: Darwin...

kind: bug
area: Routing

### What is the improvement or update you wish to see? In https://beta.nextjs.org/docs/getting-started , accessing "internal links" (as in links with `#`) leads to a `404`. This **does not** happen...

template: documentation

```ts function f4(s: string, n: number, b: boolean, t: T) { let x: `*${number}*`; x = `*${b}*` as const; // Error } ``` Reports the required error for the above...

Given this input ```ts type A = A2; type A2 = A; ``` stc will print ![image](https://user-images.githubusercontent.com/12380586/232412564-2390cf09-55fb-400b-8021-3563e4b56fc1.png) Log ERROR (1) Failed to find type: A2#2 at crates/stc_ts_file_analyzer/src/analyzer/scope/mod.rs:2261 in Expander::expand_ref in...

For some errors you may want to have the span of only the interface's identifier ```ts interface A {} _ ``` instead of the whole interface ```ts interface A {}...

```ts type A = T; function fn(a: Uppercase, b: A) {} // no errors reported ``` https://tsplay.dev/NnlPaW It should report an error for each param. Not sure if params are...