Wolfgang Schreurs

Results 9 issues of Wolfgang Schreurs

#### What are you trying to achieve or the steps to reproduce? I'm trying to take a picture on an Acer Iconia A1-830 device. I don't own the device myself,...

bug

#### What are you trying to achieve or the steps to reproduce? Trying to make a photo on a OnePlus 6T device with Android 9. I am testing this device...

I see many icons with skulls, but not really an icon that I think fits the "Turn Undead" spell well. "Turn Undead" as in D&D is a spell cast by...

request

Seems assignments of setActive and setHovered were kinda wrong. For my use-case this was problematic. I wanted to set hovered property programmatically for control input in menus. When using a...

Can't find any documentation on the above error. In a project I work on I see the above error. I am not sure what the error is supposed to mean....

A bit like classic, which includes a `instance:is(T)` method. The implementation in classic is as follows: ```lua function Object:is(T) local mt = getmetatable(self) while mt do if mt == T...

Simple test: ```lua local t = lume.format("{1} is {2} is {3}", { true, false, true }) print(t) -- true is {2} is true ``` I guess this is of the...

I'm trying to achieve the following: - Get all text objects in a page - Replace each text object for a new text object with same text but using a...

Right now I don't see any way to edit metadata, such as Title, Author, Subject, Keywords, Creator & Producer through the API, but perhaps I am missing something. Is it...