Chiri Vulpes

Results 22 issues of Chiri Vulpes

I had a whole suite of test cases comparing the performance of objects & maps: https://jsperf.com/object-v-map-get/1 https://jsperf.com/object-v-map-set/1 https://jsperf.com/object-v-map-size/1 https://jsperf.com/object-v-map-iterate/1 https://jsperf.com/object-v-map-delete/1 https://jsperf.com/object-v-map-has/1 https://jsperf.com/object-v-map-iterate-keys/1 https://jsperf.com/object-v-map-iterate-values/1 They all give 404 errors now.

This icon already exists in SVG form on Braytech, it'd be cool if it could be in this repo too so others can use it! (Thanks even if not, this...

### The problem Typing any character into the Chromium developer tools console crashes the app and causes `EvalError: Possible side-effect in debug-evaluate` ### Release version 3.0.8 ### Operating system Windows...

bug
electron

### Describe the bug Diffs of images with very small widths are unreadable for 2-up mode: They cause the "Deleted" and "Added" text to overlap and the file stats to...

bug
priority-3

### The feature request When Windows Terminal is a user's primary terminal, being able to open the repository in Git Bash via the Windows Terminal is sometimes preferable than opening...

integrations

Closes #16980 ## Description This commit is the exact changes suggested in the issue except following the formatting better. ### Screenshots ![image](https://github.com/desktop/desktop/assets/6081834/1e9c297d-724c-42f1-8d5d-529914af53ab) ![image](https://github.com/desktop/desktop/assets/6081834/8309eae7-b2fb-437e-b6f0-232a9b7dcc9b) ## Release notes Notes: Added shell options...

It breaks the companion app, too: In-game: ![image](https://github.com/Bungie-net/api/assets/6081834/71496ea8-164e-48f8-bf6e-8f979e8447d7) Companion app: ![image](https://github.com/Bungie-net/api/assets/6081834/f0d5915c-5563-4005-82d9-f60d20d82e26) Using data from these API fields: **1.** `perks` from [DestinyBaseItemComponentSetOfuint32](https://bungie-net.github.io/#/components/schemas/DestinyBaseItemComponentSetOfuint32) (both `ProfileResponse` and `CharacterResponse`) - Only ever seem to...

Specifically, they use an alpha value of 178. ![image](https://www.bungie.net/common/destiny2_content/icons/d1c154469670e9a592c9d4cbdcae5764.png) Apparently they've always been that way, returning the way they do because that's how they're displayed in the inventory screen in-game....

I'm creating a set of custom tools, and would like to be able to model their attack damage based on vanilla tools. However, I don't see any support in [`mods.contenttweaker.Item`](http://crafttweaker.readthedocs.io/en/latest/#Mods/ContentTweaker/Vanilla/Creatable_Content/Item/)...

Feature

(or `@sealed`) ### Example: ```ts class Foo { /** * @final */ public bar() {} } class Bar extends Foo { /** * @override */ public bar() {} // errors,...

discussion