Tony Gravagno

Results 57 issues of Tony Gravagno

Is "weight" the same as "score" ? A symbol definition object supports both properties 'weight' and 'score', which I believe are synonyms. The terms are often used interchangeably. Is there...

[Ref](https://rspamd.com/doc/tutorials/writing_rules.html) : The section "Rule weights" implies a discussion of "weights". But the first line reads : > "Rule weights are usually defined in the metrics section and contain the...

This is just a FYI but it might require a look into your code. https://github.com/microsoft/TypeScript/issues/55673 Note in the stack trace that this extension is referenced

I originally entered locations as "Chicago" or "Los Angeles", then revised in the UI to "Chicago, Illinois, USA". After moving all references to "Chicago, Illinois, USA", both Illinois and California...

cannot reproduce

VSCode v1.85.1 over Windows 10 with AutoScroll 1.1.0 The "AS" toggle button is still in the footer of the main VSCode window: ![image](https://github.com/PejmanNik/vscode-autoScroll/assets/499473/3c315ead-fec9-407a-8ee2-cd9d7618958c) But is not yet in the footer...

enhancement

Note this type definition and assignment: ![image](https://github.com/d-kimuson/ts-type-expand/assets/499473/7cf62a7e-63fe-466f-909c-5d5fc2f0ec0c) And it's rendering: ![image](https://github.com/d-kimuson/ts-type-expand/assets/499473/1a0ae204-102c-41d3-9552-cf2baa702ecb) This seems related to #331 where in this case `"end"` is a literal type, not itself a "type". The...

These screenshots will immedaitely clarify the request. ![image](https://github.com/d-kimuson/ts-type-expand/assets/499473/47e0b597-778e-4c31-afad-216e4348b588) Note mouseover on `config` reveals the type to be AppConfigJson. Yes, the treeview shows the typename on mouseover but if there is...

Quite frequently I need to find a property within a type, and if the type is composed (a union) all of the properties are a mixed jumble. It would help...

It would help if we could do a quick search for props within an object. You can see this feature implemented in another similar project: TypeScript Explorer One difference that...

I'm completely new to NC and this app. I have ISPConfig working with Roundcube via a plugin that uses the SOAP interface. So that interface and the user/password all work....