Christoffer

Results 6 issues of Christoffer

Our QA team found a bug in IE8 caused by a `parseInt` without the radix argument, which unfortunately fell through our code review. It would be great to have a...

Hi, there seems to be a limitation of 512 characters for setting a value (via JSONP). I am making a request to http://api.openkeyval.org/store/?somekey=somevalue&jsonp_callback=... When strlen(somevalue)==512, it works fine, but when...

In my continuous efforts of applying Sagui to any javascript development problem that pops up, I've now found a use case that may be interesting. I'm building a small side...

Using `.append()` (or `.html()`, which uses `.append()` internally) with a string of HTML that has a container node that holds an inline script that prepends more elements to the container...

Bug
Discuss

This PR contains a refactor of the mocks required for testing. It's a copy/paste of most parts found in #32. Unfortunately, that PR ran out of sync. Credit and thanks...

Hello! With the Zitadel v2.67.0 release, we can now query users by phone number in the v2 API: https://github.com/zitadel/zitadel/pull/9052 Is it possible to trigger a new release of this repo...