Michiel Westerbeek

Results 10 issues of Michiel Westerbeek

Hey there, I was just wondering if there is a reason why the "normalize=true" flag is not explained in the FAQ about "How to generate waveform data on the server?"...

question
documentation

Hi, really nice tool! Could you provide it with a license? I know that the code is really basic, but I'd like to use your code and want to credit...

Hey there, I'm trying to get the wasm-example working, but any build that I do gets this error in the browser: Not sure if I'm building it wrong or if...

This adds the new temporal UI as a separate service. To avoid confusion, I renamed the temporal-ui service to temporal-web, since that seems to be the actual name used in...

**Describe the bug** In the documentation to use AUL there's this line: `RollbarAulStoreMonitor.sharedInstance().configureRollbarLogger(Rollbar.currentLogger());` However, Rollbar.currentLogger() is not a function, and I can't find what it's supposed to be. I'm trying...

I was wondering if you've thought about making the updates type-safe somehow. Right now the updates are done like this: ```rust let key = OrderKeyInput { user_name, order_id, }; let...

Still need to add tests, Sprite and DisplayObject aren't imported correctly (probably need C.something?) and InteractionData needs to be linked to event##data somehow. Could you give me some hints on...

I want to be able to distinguish between "missing" and "null". I have an api endpoint that allows me to either set a value to null (null in the payload),...

Hey again! Is there a way to support pagination? (https://docs.rs/aws-sdk-dynamodb/latest/aws_sdk_dynamodb/operation/query/paginator/struct.QueryPaginator.html) I don't think I have direct access to the dynamodb query struct when using modyne's query, so thinking this will...

Added a test that shows the stuck workflow behavior from a rust workflow that listens to a sigchan. Discussion in slack: https://temporalio.slack.com/archives/C08G723SFNZ/p1747254628041319 ## What was changed Added a test that...