liblaf
liblaf
According to [Web APIs | MDN](https://developer.mozilla.org/en-US/docs/Web/API/Window/setTimeout#return_value), `setTimeout()` method returns a positive integer, rather than a `Timeout` object as in [Node.js](https://nodejs.org/api/timers.html#settimeoutcallback-delay-args).
> 请问这么做是要实现什么功能? @geekdada 我希望在 serverless (例如 cf worker) 上部署代理规则生成器, 我希望能够复用 surgio 部分代码.
> It's definitely already possible, by making the recipe a bit more complex 😉 I'll see if I can provide an example in the docs. @pawamoy Any hints on how...
Here is a simple example of parsing annotations, as described by @lebrice: ```python import inspect import typing import warp as wp def my_kernel(arr: wp.array[wp.float32], scalar: float) -> None: ... sig:...
@SiddhantSadangi Yes. Everything works well! Sorry for the late reply.
@dongwoonhyun I believe this is not a Warp issue. [Unlike NumPy arrays, JAX arrays are always immutable.](https://docs.jax.dev/en/latest/notebooks/thinking_in_jax.html) Modifying `a_sum` in warp kernel **breaks the immutability** of JAX arrays. I think...
I can reproduce the same error.
A list of more emojis without `symbol-map`:
same bug with Arch Linux / GNOME / Wayland / Nvidia. Here is my environment: ```console gnome-shell 1:47.2-1 linux-lts 6.6.63-1 nvidia-lts 1:565.57.01-6 wayland 1.23.1-1 ``` Here is my log: env...
@FlysoftBeta @scgm0 @xymeng16 Have you tried to launch Pot via Xwayland? This works for me: `env GDK_BACKEND=x11 pot`