Alexandre Faria
Alexandre Faria
You are kidding right? You did an awesome work! Do you have any idea of how much you helped me out? Besides, this is a minor thing!
Hi, welcome back! I hope your holidays were awesome! You are quite right! I'm so sorry! I'm guessing you mean something like this instead: ```javascript env.MY_BUCKET.put(key, request.body); ``` I was...
@daxpedda I gave a look to nextest, it's indeed relevant and in end I would like to support it also, but the missing piece seems to be in nextest. I...
@daxpedda Well if the problem is with wasm-bindgen-test that isn't providing the proper test list, I can start with that, no problem. I need to learn that part anyway. ---...
@daxpedda Regarding supporting cargo nextest, its still work in progress but I created PR #3920, so that we can discuss current status and address some issues I'm having. Thanks!
@crestonbunch It was not supposed to work that way, but you can use the axum-cloudflare-adapter https://github.com/logankeenan/axum-cloudflare-adapter There you have instructions on how to do it. That's why we are maintaining...
To be honest, I don't want to barge in, because you are having a very deep discussion on this already, and I simply don't know the best approach. But I...
That's okay! I still have one missing piece ahead to get it working with cargo nextest, so its fine.
Well its working, actually its my second version working, the fist one used locks. But according to the the library documentation it shouldn't work (at least cross-platform): > See the...
I was waiting for your review, because as I do more tests, I end up finding more stuff to fix, making the review harder on you. Sorry. I ended up...