Moritz Weber

Results 48 comments of Moritz Weber

I've been thinking about this for a few hours now and can't really find a satisfying solution. I think, I get the general idea behind this architecture, but getting information...

I encounter the same error as moda20 in a specific scenario in src/frames/id3v2/comm_frame.dart `decodeBody`: - `enc` is not UTF16 - first 4 bytes of the frame are 0x00 - therefore...

I'd love to see this feature. One way to clarify the source of the match could be to display the number of matches in the text right next to the...

This would be great. Even just having a list of methods that need to be implemented would be helpful. Currently, I have no idea what I need to implement for...

@24spiders pygad tries to maximize fitness values. Does your fitness function result in positive dist values? You could try to multiply the output of your fitness function with -1 and...

Not really an explanation for this weird behavior, but maybe a workaround. In the multi-objective example (https://pygad.readthedocs.io/en/latest/pygad_more.html#multi-objective-optimization), they use: solution, solution_fitness, solution_idx = ga_instance.best_solution(ga_instance.last_generation_fitness) This works well for me and...

I have the same problem, and I'm pretty sure that the missing author is the reason. After changing the publisher field in Zotero to author, I could find the entry...

Thanks for your suggestions. There is a lot to unpack here, so I'd like you to create individual issues for the independent suggestions. While you're at it, you can also...

Yeah, this looks ridiculous 😅 Allowing landscape mode actually is the default behavior. It doesn't look good though, and getting it to a satisfying point will be a lot of...

mucke is developed with Flutter: https://flutter.dev/ It uses no CSS at all. The whole thing is based on a widget tree that I actually find quite intuitive to work with....