Adam Hellberg

Results 45 comments of Adam Hellberg

Yeah the target framework is 3.1, I was wondering if perhaps there's something that happens based on the version of the installed SDK, if there are 3.1 versions other than...

@rakatyal Seeing how the issues page has been disabled(?) I'll ask here: How are we supposed to report bugs/feature requests on this library now? The links in the README for...

Setting `QT_QPA_PLATFORM=xcb` seems to make it work with multiple monitors, but makes it unable to handle keyboard shortcuts it seems. (Ctrl+C or Ctrl+S no longer work for copying to clipboard...

It seems the help message in the dev version has changed, but the actual check still looks for `--`. Here's the help message from dev version of `moonc` (`luarocks install...

Using `--` makes it work as expected yeah. So it's either the docs being wrong, or the code parsing wrong. A single dash is what I would expect, since that's...

Yeah, anything can be done with `Raw` functions of course. But this foregoes the reason you'd be using SqlKata in the first place rather than writing raw SQL queries: automatically...

I seem to be experiencing this issue as well, on version 0.11.3+dev.[e3a067c2](https://github.com/mautrix/telegram/commit/e3a067c27aa3d9dd5e82db307218cc66c8356ddd) (via docker). The last message to be printed in the log is: ``` [2022-08-20 14:24:53,265] [[email protected]] Starting direct...

@Querz Any input on this? It seems impossible to get mcaselector working with the standard JRE/JDK solutions on various distros, and not bundling JavaFX is as mentioned above not standard...

On 2017.2.2 (build 50909) I am able to see it by going to my profile (My Settings & Tools) -> Notification rules -> Slack notifier.

Any RRULE string where data comes before the FREQ property will have that data stripped. ![image](https://user-images.githubusercontent.com/551094/53252508-5be68c00-36bf-11e9-978e-5c2abf6cab77.png) In the first one where FREQ is first, COUNT is parsed correctly. In the...