Jarrod Smith

Results 9 issues of Jarrod Smith

**Is this a totally new sample, an addition to an existing sample page, or a modification of an existing sample page?** - [ ] New sample - [ ] Addition...

WinUI 3 Desktop

### Environment flatbuffers v2.0.4 node v16.13.0 Debian GNU/Linux 11 (bullseye) tsc version 4.5.2 ### Repro This is in Typescript: ``` const flex_in = { test_number: 72.6 // Change this to...

**Is your feature request related to a problem? Please describe.** Note: I'm using vcpkg in **manifest mode**. When building on a CentOS box, the flatbuffers port is selecting an old...

category:port-bug

With `#define USE_FENSTER`: ~170fps Without: ~215fps Fullscreen on my attached monitor (1680x1050) with `#define USE_FENSTER`: ~72fps Fullscreen on my attached monitor (1680x1050) without: ~120fps Any ideas why this is the...

I am pasting the sketch code from these examples into the latest version of Processing: http://igeo.jp/tutorial/50.html IFieldVisualizer doesn't render anything for the early simple examples such as: import processing.opengl._; import...

How to I access the field strength of an IAttractorField? Using the get() method doesn't seem to work. It is zero strength at every point. import processing.opengl._; import igeo._; IAttractor...

*Note: This currently requires Stingray source access due to the dependency on Adoc which resides in the Stingray repo. Perhaps Adoc could in the future be separated into a public...

`spdlog.pc` has `CFlags: "-I${includedir}" -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL`. Perhaps there should be a separate `spdlog_header_only.pc`?

The `source_loc` struct holds `const char *filename` and `const char *funcname` which need buffering for the same reason the logger name and payload `string_view` do. I encountered this issue when...