Quijx

Results 20 comments of Quijx

I tried both and restarted my pc. Did not work. Still the same errors as before.

Without console, just nothing happens when i click the file. I just used the console so that I at least get an error. I'll try a system upgrade next. Maybe...

So I have tried Blender Launcher again after quite some while and the issue seems to be gone. So I'm closing this for now.

I wrapped the `Portal` with a `LayoutBuilder`, which should to exactly that, since the builder is rerun every time the incoming constraints change. However that did not fix the bug....

I had this issue too. For me it was caused by `` in the svg file that was there for some reason in addition to the path containing the icon....

I don't think adding a `copyWith` method is a good idea. One of the things that everyone would assume for such a copy method is that `dateTime.copyWith() == dateTime`. However...

I'll say it here in a separate comment again for visibility: @spydon The PR seems to be missing microseconds. Just in case my previous comment is not convincing enough to...

@aytunch No, but I didn't really have this problem on any project of mine, but just stumbled across it while investigating something else. So I didn't try to find a...

@jakemac53 I agree that the solution adds quite a bit of work that is perceived as boilerplate code, but at least in only requires the work to be done by...

@lrhn After the "Refactor -> Rename", the macros would rerun again anyway, right? So the renaming would only be very temporary and basically only affect the use sites. If the...