Ross Anthony

Results 17 comments of Ross Anthony

@timgws thanks for the reply, `$table->setOptions(array('key' => 'value'))` works for setting the options which are looped through in the template. ``` @foreach ($options as $k => $o) {{ json_encode($k) }}:...

Same issue with strokeWidth > 6 in IE11, has anyone found a solution to this by any chance?

@fvalmeida curious if you ever tried this out? Or if you found an alternative way to log validation errors? I also require the same functionality and am willing to have...

@Kevnz how is progress going on the update to support v17? If you need help let me know, I'd been keen to lend a hand in moving this forward.

I seem to be having the same issue. Did either of you manage to figure it out?

@theaccordance - I ended up restructuring the page so that the scrolling div was no longer inside a fixed one. The design requirements I was working to called for a...

Hi @dgavey Just wondering what the status of this is? We also have a similar use case to the one mentioned by @boris-petrov, where we'd like to have a #sortable-objects...

> Lately the main blocker has been regenerating the client for Kubernetes 1.30 Oh interesting, so there are some breaking changes with the kube API in 1.30?

@brendandburns I'm curious about the value of the `KUBERNETES_BRANCH` in the settings file here: https://github.com/kubernetes-client/javascript/blob/release-1.0.0-rc6/settings#L24 Is it important that when using 1.0.0-rc6 our cluster should be running at least v1.30.1...

@tokaplan this sounds a bit different to the behavior we were seeing with 1.0.0, what we observed was the informer callback would keep on disconnecting an reconnecting. I think it...