mvarendorff
mvarendorff
Do you have any guidance on where to start? While poking around in the codebase I believe I found the code editor but I couldn't find the place where the...
@stnguyen90 I could write a testcase in one of two ways: 1) Mock Redis (I would need a little guidance on that, I don't daily drive PHP; I also couldn't...
Oh perfect, I will see what I can do then, thanks!
I fiddled around with this for a while but I am not really sure what to do with this, to be honest. With the scenario described in the linked issue,...
Right @stnguyen90, and there is one testcase that runs what I understood to be the problematic call in #3916: https://github.com/appwrite/appwrite/blob/4942ba99518acdf6a51f99674e548b0932408c85/tests/e2e/Services/Realtime/RealtimeCustomClientTest.php#L501-L528 However in that testcase, there is an explicit assertion against...
@stnguyen90 How about this approach then to make this tested in a bit more isolation (before I go about and more or less randomly throw PHP around): I move the...
@stnguyen90 I'm super sorry but I am getting more and more confused 😅 The API you linked appears to be the one used in the test I referred to (targeting...
They ran through at least but a failure on a method I didn't touch 😕 I don't know if that's something that is looking familiar or if I should give...
Just a guess: Are you using the "correct" DateAdapter? The code below works fine for me and also appears to work when the locale is changed outside of the constructor...
I do not have `use_frameworks!` in my Podfile but `use_native_modules!`. It seems you have to use `Icon.loadFont()` as well in that case.