Alex McCabe

Results 9 issues of Alex McCabe

I am getting inconsistent tooltip sizes, for example the following is for `console.log( ... )` ![screenshot 2017-08-04 11 51 42](https://user-images.githubusercontent.com/2529110/28965927-7519cd72-790b-11e7-989e-c1b850172717.png) _(The description is actually incorrect, but that's a different issue)._...

Improve the generated typescript file to include optional params on `KnownRouteParams` object, instead of marking everything as optional ![CleanShot 2023-12-19 at 16 30 11](https://github.com/tighten/ziggy/assets/2529110/d40c8cc9-d61d-47d3-806b-3bf2bfe932cc) ![CleanShot 2023-12-19 at 16 29 54](https://github.com/tighten/ziggy/assets/2529110/3f5ccb2b-79ae-4139-8ed2-02763147b1c1)

#### Description The generated TS file marks all params as optional, where really only routes containing `?` should be marked as optional in the generated types. #### Suggestion [Line 68...

enhancement

Anyone manage to get this to run on an M-Series Mac? I keep getting a mismatch in expected architecture error. I can run it on an old Mac Pro, but...

I like the idea of this, but how do I use it?

Device: Retina MacBook Pro Late 2013 OS: MacOS 10.12.5 VSCode: 1.14.2 After running for just a few minutes the extension uses 99%+ CPU and makes the fans go crazy. Disable...

I am not getting the auto-complete box appear with fuzzy search while typing css properties. Is this supposed to appear?

It parses all other HTML tags fine, but converts HTML comments to < and > symbols. Is there anyway around this?

When trying to text expand using Emmet and supplying class names, it disables Emmets tab-completion and just shows a list of classnames. I'm not sure if I am missing something...