aspecky

Results 11 issues of aspecky

Lot of times I have these inevitable if-else ladders and it gets a bit hard finding my way through them which is why I leave an blank line before my...

enhancement
rfc/in discussion
requires option

Sometimes we use a local variable inside an anonymous function like so: ```lua local connection connection = ...(function() connection:Disconnect() end) ``` And doing this makes it look better imo: ```lua...

enhancement
rfc/in discussion
requires option

The part inside a tool called `Handle` is always going to be a `BasePart`, but the LSP gives it the `any` designation.

I am trying to run the app locally with the provided script: https://github.com/nateraw/stable-diffusion-videos#run-the-app-locally Upon running the code, i get missing `torch`, `torchvision` and `cv2` (opencv-python), then when i install them...

It would be very helpful if `GetPropertyChangedSignal()` would suggest all available properties on intellisense something like `Instance.new()` shows you all available instances.

The `.` operator gives proper autocompletes about the children of an instance when the companion studio plugin is on, but when getting the children using `:FindFirstChild` or similar, the type...

bug

`start` field goes from `() -> any` to `() -> ()`

winget is the package manager that comes with windows, it would be pretty nice to have aftman in there like rojo. https://learn.microsoft.com/en-us/windows/package-manager/package/

I've re-implemented the sequence hotkey to add support for modifier keys even when `useKey` is `true`. I've also added a `caps` and `ctl` to the modifier keys map for greater...

## Environment ```zsh % typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace typeset VENDOR=apple typeset OSTYPE=darwin19.0 typeset ZSH_PATCHLEVEL=zsh-5.7.1-0-g8b89d0d typeset -a _autocomplete__funcfiletrace=( /Users/aspecky/opt/homebrew/share/zsh-autocomplete/zsh-autocomplete.plugin.zsh:4 .zshrc:109 zsh:6 ) % git -C ~autocomplete log --oneline -n1...

type::bug report