Jason C

Results 66 comments of Jason C

This still appears to be an issue.

Couple new points: 1. The following setup also does not work: - Change a.json's id to `"$id": "http://example.com/schema/a.json"` - Change b.json's id to `"$id": "http://example.com/schema/b.json"` - Change b.json's ref to...

> > So either Wetzel is doing something wrong on the resolution end, or it's just plain ignoring `$id`. Not sure, but whatever it is, it appears to be non-compliant....

I used to be self-conscious about my long comments, but now it's just 🤷‍♂️, haha. I actually edited it down. Anyways, I will 100% read your reply and address what...

Same issue here, I'll try the fork.

They seem to be fixed in the current alpha, except for #1956.

The OR is implemented like this, just in case it's relevant: ![image](https://user-images.githubusercontent.com/5651184/222878996-87428c10-db66-49ea-9e02-ca80ca67addf.png)

Yes, that ^^^ Also, since you mention it, fwiw I don't actually know if it's dependent on order of chip placement or order of wire placement. My only test was...

You can do them with NAND's: ![Animation](https://user-images.githubusercontent.com/5651184/220988522-cbfb1a67-7770-4a7d-90db-442e363214fc.gif) If you want to make SR flip flops you can use a falling-edge-triggered SR design, see https://github.com/SebLague/Digital-Logic-Sim/discussions/156 You might also look at D...

So it looks like there was at least some initial idea of making this happen, but for some reason it isn't working as intended or isn't fully implemented: - `EditDialog::reloadSettings()`...