juneidy

Results 10 issues of juneidy

Hi there, first of all, I'd like to thank you for creating such an awesome linux application. I have some slight issue with my IR emitter, specifically the [Lenovo 510...

I have done some debugging and it is due to _.each prioritising array. Reference: jashkenas/underscore#2407

Hi there, awesome repo btw! Just found this minor issue under webdev JavaScript Basics - Arrays: ![image](https://user-images.githubusercontent.com/13762553/203878467-8f3b838d-38d3-4257-8b80-9f3179313a1d.png) The while-loop condition should probably say "The loop will stop will stop when...

- [ x] Used appropriate template for the issue type - [ x] Searched both open and closed issues for duplicates of this issue - [ x] Title adequately and...

An example schema: ```json { "openapi": "3.0.1", "info": { "title": "Blah", "version": "1" }, "paths": {}, "components": { "schemas": { "Clazz": { "type": "object", "properties": { "parentProps": { "type": "string"...

bug

It seems that if the query is badly written and error occured, the `handleError` does not clean up the listener for the said events.

The original schema: ``` { "title": "Request", "type": "object", "additionalProperties": true, "properties": { "requestBody": { "type": "object", "additionalProperties": false, "properties": { "active": { "description": "Active style.", "type": "object", "additionalProperties": false,...

Firstly, I am unsure if this is specific to `coc-tsserver` or whether it's an issue with `typescript`. I am using solution style `tsconfig.json` (see https://devblogs.microsoft.com/typescript/announcing-typescript-3-9/#support-for-%E2%80%9Csolution-style%E2%80%9D-tsconfig.json-files). But it seems that the...