Colin Frick

Results 4 issues of Colin Frick

I'd like to use the AbstractPageableView outside of an InMethod Grid, because I could reuse the datasources from my InMethod grid, seamlessly switching between an InMethod Grid and an alternative...

I'm currently evaluating different wysiwyg editor projects (Slate, Quill, Tiptap) and I wanted to check mobile doc out. Sadly I get following errors when trying to use it: ``` Error:...

# Pull Request ## Related issue Fixes #716 ## What does this PR do? This PR adds the timeout property to the config. The AbortController is then used to abort...

enhancement

Currently the Client Response is typed as: ```typescript export default class ClientResponse { public statusCode: number; public response: T; public exception: Error; wasSuccessful() { return this.statusCode >= 200 && this.statusCode...