Tadeusz Sośnierz

Results 52 issues of Tadeusz Sośnierz

Trying installable_luap gives me the following: $ ./installable_luap Compiler Lua 5.1 on Parrot Copyright (C) 2005-2009, Parrot Foundation. > print "foo" > Null PMC access in get_string() Built on a...

I've seen it requested before (in https://github.com/mattlewis92/angular-calendar/issues/993), but I wonder how you'd feel about an official (or semi-official) support of ICalendar in angular-calendar. We've built a partial support for this...

enhancement
help wanted

Hello, Here's my quick and dirty fix for compilation issue on 2.6.34. backlight_device_register() needs some optional argument, luckily passing NULL works fine (at least for me). Patch [here](http://wklej.org/id/335841/) EDIT: New...

Whichever the bluetooth switch state is, the bluetooth led turns on on module loading. One has to switch the switch twice to put it back to the 'off' state. Kind...

Fixes https://github.com/vector-im/element-web/issues/19409 This unleashes user creativity and allows them to react in whatever shape or form they desire. Free-form reactions don't get stored in the "Recently Used" list since they...

T-Enhancement

Code: ``` my @arr := [1, 2, 3]; for @arr -> $a, $b? { say("$a, $b"); } ``` Expected result: ``` 1, 2 3, ``` Actual result: ``` 1, 2,...

The counters for unread messages on the folder list are inconsistent with the message list – and reality :) In the best case they are severely delayed – in the...

bug
P1-urgent

If, for any reason, user's Slack token expires (giving us a this error: ``` WARN SlackClientFactory Failed to auth puppeted client for user: Error: An API error occurred: token_revoked at...

S-Major
T-Defect

According to iCalendar spec, [the calendar color can be any CSS3 color name](https://icalendar.org/New-Properties-for-iCalendar-RFC-7986/5-9-color-property.html). The longest of them is "lightgoldenrodyellow", 20 characters long. Sabre's database [specifies calendarcolor column to be 10...

**Is your feature request related to a problem? Please describe.** There is currently no wrapper around https://spec.matrix.org/v1.3/client-server-api/#get_matrixclientv3roomsroomidmessages to be able to load messages from a room. **Describe the solution you'd...

enhancement