Mr. Lance E Sloan «UMich»

Results 26 issues of Mr. Lance E Sloan «UMich»

Does this font support italics? If so, does it use different glyphs for some letters in their italic form? I hope it **_DOES NOT_**. Some fonts use different glyphs, claiming...

Is there a way to configure jsonpickle or extend/override its code to use a different name for the `"py/object"` key? Specifically, I'd like to name the key `"type"` instead. I...

enhancement
not-a-bug

MAny APIs that I work that produce JSON output also include a "Link" header with values like… ```txt ; rel="current",; rel="first",; rel="next",; rel="last" ``` That lets the API user know...

I have this plugin installed in IntelliJ IDEA, but I wasn't using it in my current project. It threw an exception anyway. The Dialog box for this error wouldn't let...

Using other latex viewers, when I enter the code `9.\overline{123}`, I get the result "9.1̅2̅3̅". However unicodeit gives "9.1̅3}". It seems to be a parsing mistake. I tried shorter strings...

The `ToolConfJsonFile` class includes support for reading the public and private key files based on the contents of the `public_key_file` and `private_key_file` config properties. The `ToolConfDict` class, on which it...

feature request

Add commands to delete specific messages from and to save messages to an IMAP directory.

### Description I'm working on a project where the contents of a field must **_NOT_** match a regular expression. Making a negative regular expression to use with `Matches()` would be...

type: feature
flag: needs discussion

The `SubRipItem` class supports two properties for getting the text of subtitles, `text` and `text_without_tags`. The latter conveniently returns the text with formatting tags removed. The `SubRipFile` class supports the...

When debugging programs that use data from Canvas, it can be extremely valuable to see that data in a handy human-readable format. For example, JSON. This module converts the JSON...