Jim Kring

Results 86 issues of Jim Kring

Example VI: [JSON Test ignoring single variant in a cluster.vi.zip](https://github.com/JKISoftware/JKI-JSON-Serialization/files/4199218/JSON.Test.ignoring.single.variant.in.a.cluster.vi.zip) See [original bug report on JKI forums](https://forums.jki.net/topic/3091-json-ignoring-single-variant-in-a-cluster/). Notice how the "bridge_data" (variant that's inside the cluster) does not show up...

bug

For example: 2647141 stored as a ‘single float’ becomes “2.64714E+6” in the JSON string, resulting in loss of precision. Changing the formatting of floats and fixed point types to %#g...

I've created a wiki page with this proposal and request for comments (RFC). https://github.com/JKISoftware/JKI-EasyXML/wiki/RFC:-UTF-8-Support-in-EasyXML-%236 Please feel free to discuss the RFC here in this issue/thread.

enhancement

As [requested by a user in the JKI Discussion forums](https://forums.jki.net/topic/2669-class-data-to-xml/) it would be nice if EasyXML could serialize and deserialize LVClass data, directly.

Issue #200 added support for reading timestamps as raw TDMS timestamps. However, the `TDMSWriter` `defragment` function does not preserve this raw timestamp information when writing the defragmented file. I tried...

here’s a suggestion from @colesbury: > This looks like it needs to use `Py_REFCNT(obj)` instead of `obj->ob_refcnt`. The reference count field changed (it's now two fields in "nogil Python), so...

I have tweaked the ci.yml action to use [my own fork of the cuda-toolkit github action](https://github.com/jimkring/action-install-cuda-toolkit), which adds support for all versions of cuda-tookit 11.x.x (many of which were missing...

Hi All, I would like to see fully automated build, test, and release of gpufit with github actions. I think it could help make development easier and accelerate improvements to...

Hello everyone. I'm just dipping my toe into the Sycamore waters. I have some feedback about the Docs -> https://sycamore-rs.netlify.app/docs/getting_started/hello_world The docs site is great! However, when I'm navigating it,...

C-enhancement
A-website

Hi @samuelcolvin. Do you know if the [toml-rs](https://github.com/alexcrichton/toml-rs) library supports preservation of formatting and comments? Recently, I created a shared library wrapper around the rust `toml_edit` library (which does support...