Kuba Sunderland-Ober

Results 39 comments of Kuba Sunderland-Ober

KiCad embeds CPython and adding external "prepackaged" dependencies is more pain than it's worth, since those dependencies have a tendency to break the builds. A lot of time was spent...

There's quite a bit of code in KiCad that calls "into" Python interpreter from code that itself was not invoked from Python code. > What are the other situations in...

Thank you so much! For what it’s worth, with very few exceptions I’ve got awk’s test suite to pass when built natively on Windows using gcc-Mingw64, Visual Studio, and clang....

That’s ok of course. I’ll put my stuff in a fork and sync it with upstream. It’s a nice code base - tiny for what it does!- Kuba27. des. 2023...

In any case, the only portable assumption is of length=1. The exact platform details matter not, the C standard does… At least as far as I understand it, the OTG...

> Can we do "pull ups" in Digital? That's an analog function right? or would it suffice to just connect a line to a +ve terminal? Yes. See Wires->Pull-Up Resistor....

There's a generalization of this idea. I'll provisionally call it embedded types. Below is a rough proposal-by-example. ## TL;DR All key features shown. Embedded types evolve just like non-embedded ones....

- Segments can have both the array and structure part, with caveats. The segment's length is the array length. The width is the number of used structure fields and is...

Thank you @kentonv for linking those. I need to give it all a good look.

In implementing this, the fact that the lexer is not context aware is a bummer of sorts. The parsing framework could of course trivially deal with integrating the lexer in...