Jason C
Jason C
When MMS messages are backed up, the sender and recipient seem to be swapped. Messages sent *to* me appear to come *from* me, and vice versa. Most significantly, for messages...
Hi, THANK YOU for all your work on this. Question: The RGB values on https://convertingcolors.com/list/benjamin-moore.html, what space are they in? sRGB?
I think it would be very helpful if the docs for MathJS mentioned that `math.multiply` on matrices was pre-multiplication, rather than post-multiplication. Especially given that all the language at https://mathjs.org/docs/reference/functions/multiply.html...
The export button does not seem to do anything. 1. Open APK. 2. Select AndroidManifest.xml 3. Press export button Expected: AndroidManifest.xml is exported to the file system somewhere. Actual: Nothing...
flex 2.6.4 (via winflexbison) if `%option yylineno noinput` is set, then yylineno sometimes reports incorrect values (sequentially increasing but offset by a random number). for any given full run of...
I don't think it's generally a problem to be loose with semver parsing, but I wonder if `semver_parse("", ...)` should fail instead of the current behavior of yielding 0.0.0? A...
## Issue description When I edit the Markdown file, the viewer doesn't update to show the changes. Pressing Refresh doesn't update it either. The only way to update the preview...
Windows installer, retrieved from https://nodejs.org/dist/v16.13.1/node-v16.13.1-win-x64.zip (via https://nodejs.org/en/download/), on a display with the system scaler set to 250%, truncates various labels, rendering them unreadable. For example:  Windows 10, 64-bit
Wetzel version: Whatever it is in git right now. OS: Windows 10 Node: 16.13.1 Given the following two schemas placed in a subdirectory named *schemas*: *schemas\a.json:* ``` { "$schema": "https://json-schema.org/draft/2020-12/schema",...