Scott Johnson

Results 28 issues of Scott Johnson

(This issue was imported from Gitea) **soma** on September 5, 2021: Depending on setup (e.g., with greylisting), this may not be relevant. If incoming e-mails can be dropped before delivery...

(This issue was imported from Gitea) **someone** on July 3, 2021:

(This issue was imported from Gitea) **Scott** on February 28, 2019: A seamless way to transfer/backup large volumes of mail, configurable via web interface. Proposed feature set: - [x] One-off...

**Describe the bug** After creating the CEF browser, attempts to call setUrl() may silently fail if done before the browser has actually been loaded. My code is a bit tangled...

bug

(This issue was imported from Gitea) **Scott** on February 28, 2019: A more robust version of #9. - Generate plausible email addresses that route back to an actual user -...

**Is your feature request related to a problem? Please describe.** F3D doesn't appear to support "EXT_texture_webp" in GLTF files, which just allows loading webp textures. **Describe the solution you'd like**...

help wanted

**Describe the bug** Attempting to encode value classes with default generated serializers fails using Protocol Buffers. **To Reproduce** ```kotlin fun main(){ ProtoBuf {}.encodeToByteArray(Example(1)) } @Serializable @JvmInline value class Example(val raw...

bug

The method contract of InputStream.skipBytes() is: `Makes an attempt to skip over n bytes of data from the input stream, discarding the skipped bytes. However, it may skip over some...

bug