Joshua Koo

Results 27 issues of Joshua Koo

Filenames in examples directory should be renamed to show more proper meanings, grouping and organization.

enhancement

Would it be difficult to implement a javascript code exporter? It could be useful for embedding scene information into another, and allow the code to be further tweak modified by...

## **Problem:** Currently fuzz corpuses reside in `./tests/fuzz/corpus/` and clutters pull requests, git history and objects. ## **Proposed Solution:** Move fuzz corpuses to S3 or a separate repository. This also...

type/tls_1.3
type/fuzz_test
ops-backlog

https://www.brendangregg.com/offcpuanalysis.html Bcc tools - https://github.com/iovisor/bcc/blob/master/tools/funclatency.py - https://github.com/iovisor/bcc/blob/master/tools/offcputime.py https://github.com/iovisor/bcc/blob/master/tools/offcputime_example.txt - https://github.com/iovisor/bcc/blob/master/tools/offwaketime.py https://github.com/iovisor/bcc/blob/master/tools/offwaketime_example.txt

This would cause user stacks to not display correctly if offsets are not calculated correct. I'll need to dig a little deeper into whether that's because of .text sections or...

Some rust function names can be pretty verbose and makes it difficult to be displayed (as well as generates long stress). Consider stripping generics or even crate prefixes out of...

Related issue: [maybe](https://discourse.threejs.org/t/using-fontloader-class-in-the-three-js-editor/45474/3) **Description** Add text geometry support to three.js editor ![](https://pbs.twimg.com/media/GInDYBbaQAATuh_?format=jpg&name=medium) [](https://twitter.com/i/status/1768865606634541509) ** details ** - add support for TextGeometry in editor. currently this is linked only to a...