Karl Ding

Results 12 comments of Karl Ding

What is the intended behaviour for this on Windows? Is the idea that running dotbot under any Windows environment will use the ``mklink`` command (and create a symbolic link), regardless...

You essentially want the `Bus` to provide fan-out semantics, which as you have noticed, are not provided by `python-can`. However, you can implement the fan-out semantics you desire by having...

The other option is, as your code highlights, to make use of the `Notifier` instead of applying these semantics on a `Bus` like you had initially implied. So my initial...

Right, this is because `app_name` and `serial` are Vector-specific arguments in the initializer, and the script currently doesn't actually provide a way to account for those options. We might want...

Currently the following interfaces in python-can already support the `BTR0` and `BTR1` bus bit-timing registers: * slcan * systec A quick look through each seems to indicate that they both...

It looks like the issue occurs when there's less than 3 release tokens in total. The script assumes that some tokens were spent (checking for less than 3 tokens), and...

Yep! Here's a [Gist](https://gist.github.com/karlding/0c11da1c3e56e6e5b844) of an example of a page with only 1 default token. I was testing out some changes on my [branch](https://github.com/karlding/MarmoUI/tree/hotfix/release-token-calculations) earlier today, which I think should...

Do you have an example of a page where this is the case? Well, I guess the same argument could be made about both false positives and false negatives. Right...

Were you referring to the case when there hasn't been any submissions yet?

I vaguely recall at the time when I created the template repo that I'm being tagged here for, base16 had no desire for a centralized org containing templates and builders...