Martin Coll

Results 62 comments of Martin Coll

Podría haber un bug en `$.mouseleave`. Dado que estamos usando jQuery 1.11.2, podríamos intentar actualizando a una versión más moderna.

Vi que actualizaste jQuery y que https://manuporto.github.io/organizador-fiuba/ anda bien. Se arregló tu problema en Chrome OS?

There is an exception unpacking a tuple that is suppressed during this rewrite. ``` File "/home/mcoll/.local/lib/python3.11/site-packages/pyzx/graph/multigraph.py", line 240, in remove_edge s,t,ty = edge ^^^^^^ ValueError: not enough values to unpack...

some debugging points at https://github.com/zxcalc/pyzx/blob/d81356b656ace618f4112266595d63415ac35dee/pyzx/rules.py#L683 check `bialgebra`

Hi @jvdwetering! I just took another look at the issue. I changed the rule so that it uses `simplify.pivot_simp` with `auto_simplify_parallel_edges=True` and I got the following result: ![image](https://github.com/user-attachments/assets/665355a6-7ee5-4af3-bb79-c7b71a40dfb8) Does it...

1. Open repro file [repro-256.zxg.json](https://github.com/user-attachments/files/18621071/repro-256.zxg.json) 2. Start derivation 3. Select top two nodes 4. Click Graph-like rules / pivot

I'll close this for now and hopefully find some time in the future

WebAssembly seems like a good target being a Lisp- (or at least S-expression-) based language. * https://developer.mozilla.org/en-US/docs/WebAssembly/Understanding_the_text_format Unachieved goals become simple in this system: * https://github.com/WebAssembly/spec/blob/master/proposals/multi-value/Overview.md

I think it's nice because it works with any box and nesting level. I'll send a PR.

Thank you for your interest and quick reply 🙏🏻 1. I will update the tutorial and get back to you. 2. Every integrated library has their own interesting features! I'm...