fox

Results 8 issues of fox

In my default.project.json file, when I explicitly specify the tree, Roblox LSP is able to provide intellisense ![image](https://user-images.githubusercontent.com/12120644/181796227-df80a832-2e56-4bda-bd5e-180424bdfdb4.png) ![Code_2022-07-29_11-42-57](https://user-images.githubusercontent.com/12120644/181795691-0306bfce-266b-48b8-b172-9cb190cecafb.png) ![image](https://user-images.githubusercontent.com/12120644/181798929-bbc074e1-b587-4da7-bfaf-b5f55a5df277.png) However, when I use a reference to a separate project...

bug

Closes #233 Fixes issue where component's state does not update with `:setState({})` when `shouldUpdate` returns false. Checklist before submitting: * [x] Added entry to `CHANGELOG.md` * [ ] Added/updated relevant...

Closes #376 This makes PureComponent perform a shallow equality check on state in `shouldUpdate()`. This is the same behavior as React and is what PureComponent was documented as actually supposed...

The implementation of PureComponent doesn't actually compare state as documented in https://roblox.github.io/roact/performance/reduce-reconciliation/#purecomponent and https://roblox.github.io/roact/api-reference/#roactpurecomponent https://github.com/Roblox/roact/blob/956891b70fdc5410e44e9664719cd0a9f7e6fabd/src/PureComponent.lua#L16-L20

Can't open the project in v4.0.dev.custom_build [9dd1debaf] Errors in console when trying to open: ``` SCRIPT ERROR: Parse Error: Identifier "BUTTON_LEFT" not declared in the current scope. at: GDScript::reload (res://camera.gd:37)...

bug

**Is your feature request related to a problem? Please describe.** Middle clicking/ctrl clicking to open a post in a new tab is a very very useful shortcut, available on most...

feature-request
x:planned

I created a GCP api key and put it in the options, and it does not work with this error `Test failed: Failed to fetch https://texttospeech.googleapis.com/v1beta1/voices?key=xxxxxxxxxx` ![image](https://user-images.githubusercontent.com/12120644/226097739-48f424c3-1d4d-412c-99bf-e31da111e47b.png)

## Question I have a module that creates a cluster and installs a helm release onto using this provider. However, when I use the module with `count` or `for_each`, I...

question
upstream-terraform