buschco
buschco
Got this while using jscodeshift and tracked it down to this project. I was able to fix this error with this PR. I added `PropertyDefinition` in this [PR](https://github.com/benjamn/ast-types/pull/727/files) from [there](https://github.com/facebook/flow/blob/fc180af0ab01a25cf6b64ef0d803072ff5da29a0/packages/flow-parser/test/custom_ast_types.js#L74)...
Hey I did my best to implement an irrigation homekit service. It is similar to the `dynamic_services` example. Feedback is welcome 🙂
## What kind of change does this PR introduce? Add a `HEAD` Method to `getObject` route so clients can get headers without requesting whole object. ## What is the current...
#### Checklist - [x] run `npm run test` - [ ] and `npm run benchmark` (`npm ERR! Missing script: "benchmark"`) - [x] tests and/or benchmarks are included - [ ]...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...
**Is your feature request related to a problem? Please describe.** I spend like one day trying to find out how to highlight my javascript files with flow type annotations: -...
**Description:** First of all, thanks for the great work! I was wondering about what is available in the `PATH` for the `RawCommandServerDefinition`. This is my `PreloadingActivity`: ```kotlin class MyPreloadingActivity :...
**Description:** There is a `detail` and `documentation` field at Completion items. In VSCode, you the selected Completion shows these Details: https://user-images.githubusercontent.com/14929556/191585962-a9b2744f-02ee-4e74-95b6-7180fbd58e9e.mov It would be really useful to see this information...
**Description:** As you can see in this screencast, only by pressng Ctrl+SPACE suggestion are showing up. https://user-images.githubusercontent.com/14929556/191574908-f58c6e56-3739-4fff-a593-278772c9baeb.mov Here is the same LSP used in a VSCode Plugin: https://user-images.githubusercontent.com/14929556/191585659-8ca65aa4-4971-424e-a026-a2848a12801a.mov **Steps to...