Jannis Mattheis
Jannis Mattheis
I'm not actively working on it. I'd accept a PR for this.
You can zoom out with your browser, but otherwise this is not possible.
Not implemented, you've to use the graphql api.
Maybe readFrom shouldn't return a number higher than the buffer. Similar to the standard golang apis. But I haven't tried yet to understand why this is the case.
thanks.
@dylanahsmith Is the example at https://pkg.go.dev/rogchap.com/v8go#example-FunctionTemplate-Fetch faulty, because it uses the iso (for creating the string(body) outside of the goroutine that has created the isolate?
@dylanahsmith Have you thought about adding slice/array support to the `v8go.NewValue` method? I think this would provide the best developer experience. This was also the first place I looked at,...
You're right, but the addition of slice support for NewValue wouldn't make it worse, as the type safety problems already exist. Maybe NewValue should be deprecated and specialized methods for...
@PanderMusubi: no, my https://github.com/gotify/android/issues/29#issuecomment-1163522251 still stands. I'll close this issue, as it won't be natively supported.
When you run goverter, you can pass `-ignoreUnexportedFields`, to automatically ignore all unexported fields. I feel like globally ignoring exported fields should be a rare use-case, and can possibly lead...