Thomas

Results 19 comments of Thomas

Hi, I don't really understand how to configure the part with `CNAME`: ``` # Configure your DNS, e.g.: # CNAME stag ec2-...amazonaws.com. # CNAME traefik stag.foo.com ``` I am running...

I guess it's a problem with DNS records. Did you enter `A` rules properly where you bought your domain name? It should look like: - type of DNS record `A`...

I think you can create a new record with the same rule as `stag.mudahbangun.com` but instead of `stag.mudahbangun.com` change it by `*.stag.mudahbangun.com` (keep the rule with ``stag.mudahbangun.com`). If you can't...

I didn't see it at first sight but I think you can remove the rediction from `traefik.mudahbangun.com` to `stag.mudahbangun.com`. I don't think the issue come from here but it could...

Can you try to change your table code with: ```python tumbling_window_table = ( app.Table( 'tumbling_window_table', default=list, on_window_close=process_window_function, ) .tumbling(size=timedelta(seconds=60), expires=timedelta(seconds=60+10)) .relative_to_field(InputClass.timestamp) ) ``` It means that expires is `size+10`. As...

I can confirm this behavior. I tried different way to pass the topic as string or topic but wihtout success.

Yes, it works well in the "normal" case. The case where I cannot see the correct `last_closed_window` and it stays at 0 is when we run in `test_context` in unit...

Any news on it ? Thanks!

Ok thanks! I'll give a try with the `on-click` event and this blogpost on [three.js annotation](https://manu.ninja/webgl-three-js-annotations/). I'll keep you posted

Yes! This is really good to lightweight TeX installation 👍 @yihui is it ok to use this for a github-action? I make a github action to compile LaTeX doc into...