Salvador E. Tropea

Results 180 comments of Salvador E. Tropea

I dropped the action and I'm just using coveralls reporter 0.6.9, which works for Python. I couldn't get 0.6.10 working, I tried using the recommended XML export and also installing...

> Hi @set-soft. It looks like the issue might be with your last line. > > That is to say, there is an issue with your last line that will...

Hi @afinetooth ! Take a look at the *Upload Coverage optional (requisite)* step, it does `rm .coverage`. So *.coverage* was a file, not a directory, and was removed to avoid...

> Right you are. And I found the issue [already exists](https://gitlab.com/kicad/code/kicad/-/issues/14505). > > Cheers. Yes, and I'll suggest to @30350n to upvote it, I reported it for KiCad 7 and...

Hi @ltdrdata ! Are you sure this is not solved by setuptools? Are you sure the module is actually loaded and not quickly parsed? At the current state the use...

> This is a huge problem, as its basically made PcbDraw unusable for the past year. I used to have it render images as part of my KiKit processing, but...

Hi @Steudio Current behavior is quite confusing, I guess the main advantage is that the size of the stuff is constant, no matters if the widget is used as input...

> I'm not sure the size of things being consistent is really that much of an advantage either, since I'd previously been converting things to inputs so I could set...

Yes, in particular SPDX, which is the recommended mechanism. If I use the file mechanism in a regular Python package, I get a deprecation warning asking to use it.

Oh, BTW! Adding this kind of information to the safetensors metadata will be great! (dataset used, epoch, URL, dtype, etc.)