Results 20 issues of Max Smolens

The following property, defined in the browser.menus schema, represents an array of either integers or strings: "menuIds": { "description": "A list of IDs of the menu items that were shown.",...

## Expected behavior The `lastAccessed` field in the log is the timestamp of when the function was last accessed by a **non-warming** event. ## Actual behavior The `lastAccessed` field in...

enhancement

**What**: Update several out-of-date links to Jest configuration and matcher docs in README.md. **Why**: The original links redirect to the correct pages, but lose the anchor (e.g. `#setupfilesafterenv-array`). The updated...

Using an integrated GPU (reported as "Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2)"), transparent mesh rendering shows artifacts. With opacity set to 0.99: ![opacity](https://user-images.githubusercontent.com/7122091/42601540-f344c258-8533-11e8-9a6e-205ce10126fb.png)

Selecting the black color in the Colors panel for a mesh renders the model in flat black; there looks to be no lighting: ![bunny](https://user-images.githubusercontent.com/7122091/42601284-25af51aa-8533-11e8-8120-fe2bc2390bde.png)

With `KWStyle.xml`: m_[A-Z],0,1 and `Test.h`: ```` #ifndef Test_h #define Test_h // Forward declaration bool runTest(); class Test { public: Test() {} protected: bool result; }; #endif ```` KWStyle fails to...

With `KWStyle.xml`: m_[A-Z],0,1 and `Test.h`: ```` #ifndef Test_h #define Test_h class Test { public: Test() {} private: float score = 0.0f; }; #endif ```` KWStyle fails to show the error...

With `KWStyle.xml`: m_[A-Z],0,1 and `Outer.h`: class Outer { public: Outer() {} private: class Inner { public: Inner() {} }; Inner m_Inner; }; KWStyle shows an error: $ KWStyle -xml KWStyle.xml...

Binding data to radio inputs using Vue's `v-model` [1] is incompatible when the inputs are styled as a Bootstrap 3 radio button group [2]. This can be observed for the...

From: https://github.com/ImageMarkup/isic-archive/pull/433#discussion_r139500258. Avoid maintaining a list of all images to save after validation. See: https://github.com/ImageMarkup/isic-archive/blob/acb4dec9b7d8691139450aa201961584875310df/server/models/dataset.py#L391-L392.