Wesley J. Landaker
Wesley J. Landaker
Just as an example of where this would be useful, here is the foldtext function I use by default. This has to make some assumptions like that the number column...
> The `textoff` field of the dictionary returned by `getwininfo()` return the sum of the widths of those columns. There is currently no way to get the widths of individual...
Now that I know about getwininfo()/textoff, I was able to easily make my foldtext function work reliably. See below for the code change I just made. This is slightly off...
Wow, I didn't realize you could already do this. That is excellent. I must have either missed this in the documentation, or possibly it's not documented. Is this documented on...
Thanks for the quick reply! I will work with the guys doing the simulation and see if we can track down more information as you described. As some additional info,...
Here is more info, although it kind of sounds like this might already have been addressed in the referenced commit! We undid our workaround(s) and ran our simulation with an...
So, I've been aware of Scala for years, but I've never seriously used it, and SBT in particular is pretty black-magical to me right now, so I'm probably not really...
Okay, here is an open-source version of a docker container build script. Each build step is documented in the file. Please feel free to do whatever you want with it!...
Here is an example of running the VexRiscv "GenFull" demo with this container. I don't know if all these warnings are normal, but in the end it spits out a...
> Thanks :D So maybe i should open a centralized with all the methods we have so far ? Something like SpinalNomad ? That seems like a good idea. It...