Karsten Schmidt

Results 39 issues of Karsten Schmidt

I've recently switched to @cemerick's 0.5.0-SNAPSHOT. version and using `:prep-tasks [["cljx once"] "javac" "compile"]`. When running the above lein command chain it does correctly generate cljx transforms, but the test...

Hi all, (this is hopefully a better working version of the previous attempt #109...) let's please use this issue to maintain the growing list of fine contributors to this project,...

This [temporary documentation repo](https://github.com/thi-ng/umbrella-docs-temp/blob/master/index.md) is meant for testing out the [new doc toolchain](https://api-extractor.com/) to provide better cross-package navigation and a (hopefully) generally improved experience... This doc repo consist of over...

Due to some regression in the TS compiler, [@thi.ng/atom](https://github.com/thi-ng/umbrella/tree/develop/packages/atom) (and maybe other packages too) won't compile anymore w/ TS 4.3.2 and is throwing this dreaded error now: ``` src/atom.ts(32,14): error...

This is issue is just a stub/scratchpad, collecting more info/refs (for now): - CSVW: https://www.w3.org/TR/tabular-data-primer/ - CSV: https://tools.ietf.org/html/rfc4180 - CSV fragment IDs: https://tools.ietf.org/html/rfc7111 Further reading: - https://medium.swirrl.com/how-to-publish-csv-on-the-web-csvw-4ea6cbb603b4 - https://medium.swirrl.com/publishing-5-star-open-data-with-csv-on-the-web-csvw-e706f0b5327c -...

This issue is meant as a place to propose & discuss commonly useful SIMD batch operations for various use cases from geometry, image, audio, DSP in general etc. The current...

Several packages in this repo are providing function wrappers (aka factory functions) for class constructors and their use is the preferred public API (though not enforced). E.g. ```ts const foo...

Similar blocks of code found in 2 locations. Consider refactoring. https://codeclimate.com/github/thi-ng/umbrella/packages/scenegraph/src/node2.ts#issue_5de2913605e8040001000ce0

refactor
codeclimate

The current theme system of [@thi.ng/imgui](http://thi.ng/imgui) is quite limiting. I'd like to hear from people which additional options might be useful - a wishlist of sorts. When proposing additions, please...

Currently the hiccup/hdom tree normalization stage assumes components are defined using native JS types only (arrays / objects), which precludes idiomatic usage in Clojure/ClojureScript, where one would usually use persistent...

enhancement
package:hdom
package:hiccup