Christian G. Warden

Results 26 issues of Christian G. Warden

Return a promise from each RemoteTK function for compatibility with ForceTK. Passing a callback is now optional as callbacks can be attached to the promise returned instead. Uses jQuery's Deferred...

If an uncaught exception occurs in RemoteTKController, pass the error returned by the javascript remoting call to the error callback. _My change from #31 is included as well._

Include the createable/updateable flags with the fields returned by the describe call so fields that should not be sent to create/update/upsert calls can be filtered out.

Add "buffer" attribute to RemoteTK component to allow batching of javascript remoting calls to be disabled.

Make formatting consistent: - Use tabs for indentation rather than mixed tabs and spaces - Make use of whitespace and braces in if/else statements consistent

It looks like the SQLite database isn't getting checkpointed during a run of `gb backup`. The WAL is growing to many times the ultimate size of the database, and the...

When a List is rerendered, the first listitem is replaced. If it has focus, it loses focus. The other listitems don't have this problem. Here's an [example](https://github.com/hexops/vecty/commit/9cf6eecb02dfac1320d992c08d0f647e597251a5) using the todomvc...

If GOPATH contains multiple colon-separated paths, xgo fails because the bind mount is invalid. For example, the default GOPATH in CircleCI's ubuntu-2204:2023.07.2 machine image is `/home/circleci/.go_workspace:/usr/local/go_workspace`. xgo generates a parameter...