Oskar Hahn

Results 11 comments of Oskar Hahn

I really like you app. It might be the most used app on my phone. It would also be nice if the files would have better names. Currently, the names...

I really would like this feature. But it seems it is already there (but undocumented). Instead of using `foreignKey` in a `hasMany` context, you can use `localKeys`. As far as...

I am not sure, if I use the term many-to-many correctly. I have a user model and a motion model. Each motion can have supporters and each user can support...

Like I said before, you support it already. It would be nice if you added to your documentation, that `hasMany` can be used without `foreignKey` but with `localKeys` instead. https://github.com/js-data/js-data/blob/1d4882bc1059ee0504d88976656d7bf3013bfd00/src/utils.js#L656

I hope a solution for this problem will be found soon. But the solution has to consider, that a stream entry is not a map. It can contain the same...

I ran into this problem and I really did not expect the current behavior. I have code like this one: https://play.golang.org/p/8-HkG0HkXeN Maybe you could at least document the current behavior,...

This is a problem, but can not be solved with `CGO_ENABLED=0` cgo is needed for the go - roc combination. We have to find another way for a static build....

This sound wonderful. When you are implementing this, could you also consider changing the signature of `roc_free` to have an `size` argument?

In this case, you could remove the `_old_size` argument from `realloc`.

Here is the output with zig 0.11.0 and the current master. ``` $ zig version 0.11.0 $ GOOS=darwin GOARCH=amd64 CC='zig cc -target x86_64-macos' CGO_ENABLED=1 go build -buildmode c-archive -x WORK=/tmp/go-build1775909776...