Mads M. Jensen

Results 73 comments of Mads M. Jensen

I think this might be a common enough notation for binary units to add for them specifically. I am however worried if allowing upper case K for binary but not...

This might actually relate to issue #746 as well. Maybe having more options for aliasing would impact how this should be implemented or maybe this issue should be considered in...

I like this idea. I think it's feasible with the way units are handled, although I'm not familiar enough to say for sure. It definitely does make sense to me...

I’m thinking maybe a function, possibly an ffi function, and referencing that in the error. That way you could get the value in numbat without as much magic, and won't...

> Note that typically used '^' character for xor currently clashes with the power operator in numbat, so I have used the more cumbersome to type, but unique ⨁ character...

Thank you. I think the failing builds are related to #752. It should be an easy fix, which I can look into tonight.

I fixed the error, added documentation and updated the add-in. I also changed the tokenizer implementation slightly to use the keywords map instead of custom parsing for the `xor` keyword.

I’m currently experimenting with that actually. It is a challenge to be sure and ace doesn't seem to support features that makes it easy. I am however looking into some...

> Maybe we need multiple editors? One for each input? If we do that, then I think a jupyter like interface would be a better fit than the side by...

> I took a quick look at this and Ace resets lines’ `top` on every update, so you'd constantly be fighting it. That's unfortunate. I’m pretty sure they are positioned...