Philip Kahn

Results 27 issues of Philip Kahn

e.g, it'll correct `a:hover` to `a: hover` (incorrect and does not work) instead of `a :hover`.

If a file is named `*.min.js` or `*-min.js`, perhaps the beautify should not happen unless something like `web-beautify-js-force` is called? Then the auto-beautify on save would still work without poking...

Issue Type: Bug 1. Have a variable used in many cells 2. Rename the variable with the "rename symbol" refactor option expected: all instances renamed reality: only changes instances in...

bug
fixed in next version

**Problem Statement** [Reverse Polish Notation / RPN / Postfix](https://en.wikipedia.org/wiki/Reverse_Polish_notation) mode is an alternate calculator entry mode that is very powerful (leveraging a stack does this!) and should be simple enough...

help wanted
Enhancement
Pri: 2
needs spec

Like these Microsoft plots available: https://docs.microsoft.com/en-us/power-bi/visuals/desktop-ribbon-charts Literally just an implementation of the chart type with the options described in the Microsoft docs :-)

**Parquet Viewer Version** 2.3.1.41849 **Where was the parquet file created?** Pandas -> pyarrow `dfStore.to_parquet(BUILDINGS_OUTPUT_FILE, partition_cols= ["type"])` **Sample File** [pv_bugdemo.parquet.zip](https://github.com/mukunku/ParquetViewer/files/6594608/pv_bugdemo.parquet.zip) **Describe the bug** A partitioned file that is actually a folder...

enhancement

**please complete the following information:** - OS version: Windows 10 - Editor version [e.g. 1.45.0-insider]: ``` Version: 1.53.2 (user setup) Commit: 622cb03f7e070a9670c94bae1a45d78d7181fbd4 Date: 2021-02-11T11:48:04.245Z Electron: 11.2.1 Chrome: 87.0.4280.141 Node.js: 12.18.3...

On the addresses page, one of the overflow options should be to sign a message with your private key. It's possible to then take text strings as share targets for...

enhancement

for a map `m`, calling `map.clear()` does remove the markers from the screen, but it doesn't clear the element's internal memory. Therefore, if after calling `map.clear()` I run ``` coffee...