Roman Heinrich

Results 68 comments of Roman Heinrich

The most up-to-date and maintained LUA bridge is this gem: https://github.com/jmettraux/rufus-lua Alternatives: - https://github.com/whitequark/rlua - https://github.com/glejeune/ruby-lua I have little experience working with C bindings /FFI Interface, but if you explain...

it seems that this issue is stalled.... any new info on this?

Sorry, this really looks dead... Sad, it could be a nice OSS software in Elixir that would set an example. 😞

Hey @jakob, here is a detailed instruction from timescaledb about how to install it on OSX: - https://docs.timescale.com/latest/getting-started/installation/macos/installation-source It does not look too crazy, maybe we could add this to...

this is what typescript compiles down to: ``` $ mkdir ztypescripttest && cd ztypescripttest $ yarn init -y $ yarn add z typescript $ vim index.ts # paste the example...

Yes, this would be a great addition, snapshot testing when done properly keeps your tests really maintainable.

Interesting, I might try the custom parse function option and see if that helps! Thanks a lot for the quick response!

test case: ```javascript import { expect } from "@jest/globals"; import { parse, serialize } from "@cortex-js/math-json"; function roundtrip(input: string) { return serialize(parse(input)); } describe("parse", () => { it("changes input on...

I see. Maybe this could be a configurable element. A placeholder has already different meaning and might be used for other purposes. Or - the missing operand could serialize to...