Siyris

Results 7 comments of Siyris

> @CEOSiyris, for now, instead of `InputFile.fromBuffer(buffer, 'name.png')` try this: > > ```js > new InputFile(Readable.from(buffer), "name.png", Buffer.byteLength(buffer)) > ``` This works great, thank you! Will do that for now.

> @CEOSiyris, for now, instead of `InputFile.fromBuffer(buffer, 'name.png')` try this: > > ```js > new InputFile(Readable.from(buffer), "name.png", Buffer.byteLength(buffer)) > ``` This works great, thank you! Will do that for now.

This would also be useful to set up an alert system when paying for things on a large scale to ensure the app doesn't become unusable during a massive surge...

I'm experiencing this issue on macOS on the latest stable release (2.10.5). For me when I wrap a TextField in a RawKeyboardListener I'm unable to type normal Key characters (a,b,c,d,...

@FilledStacks I'll see what I can do!