Maros Hluska

Results 48 issues of Maros Hluska

Looks like support for this died and the subsequent Bernie A.I. shut down as well. But.. does this still work today? Or is there a more recent fork that does?

[See here](https://github.com/crockpotveggies/tinderbox/blob/8fe6b4023b63106dbe8cfa94de350a0e4b0faa17/app/models/bot/tasks/message/MessageTree.scala#L34) @crockpotveggies . We have: ``` case Right => this.left case Left => this.right ``` Shouldn't it actually be: ``` case Left => this.left case Right => this.right ```...

Bundle install gives: ``` Parsing Error: 5876: cannot parse cv.DescriptorMatcher.Ptr < DescriptorMatcher > clone CV_NODISCARD_STD /C /PV bool emptyTrainData false Line 5876: -------------------------------------------------- cv.DescriptorMatcher.Ptr < DescriptorMatcher > clone CV_NODISCARD_STD /C;/PV...

This is lightly tested on my local machine. I think we need to add this because the initial FastBoot request is missing a content-type header. See my issue here: https://github.com/ember-fastboot/fastboot-app-server/issues/78...

I was having trouble using this with Bootstrap since Bootstrap relies on nested form elements. This fixes it.

Currently when loading a compressed solution file, it takes very long because zstd doesn't support multi-threaded decompression. Only compression. One way around this would be to instead serialize into multiple...

This script is way out of date. I had to update a bunch of selectors etc. to get it to run only to realize DMV has added some anti-automation measures...