Alex Ong

Results 24 issues of Alex Ong

I realise I could write my own wrapper that uses win32 to identify a windows rect/monitor then call d3dshots api with the right settings, however two cases aren't handled: 1)...

enhancement

I realise that the bit-ness of python needs to match the bit-ness of the underlying Windows install. What if we're using 32-bit python in 32-bit windows?

enhancement
help wanted

### Checklist (issue will be disregarded & closed if incomplete!) - [x] I've **checked both [open and recently closed issues](https://github.com/tetrio/issues/issues?q=is%3Aissue)** to ensure this feature is not already requested. - [x]...

improvement
never-stale

Is it possible to import other shader files, for when you have a whole bunch of helper functions that are used in several shaders?

I'm writing a filter that requires the user to input UV's of certain parts of the texture. You only seem to support float4[] for now - is float2[] easily implementable?...

```py class User(DataBaseModel): uuid: str = PrimaryKey(default=generate_uuid) class Step(DataBaseModel): """ A step model, for the database Links to an owner """ uuid: int = PrimaryKey(autoincrement=True) user_uuid: str = ForeignKey(User, "uuid")...

Is there a way to generate or create database indexes in pydbantic? or do i need to create them manually/seperately using sqlalchemy afterwards?

Fully implemented, with base code from AgentBasey

https://docs.google.com/spreadsheets/d/15yisNfAOkAsnmED5vAE-d1znKicx7pKl5_-2k6Y2v0w/edit#gid=0 Some way of doing `!tetrislead ` That returns how far in front a player is in terms of tetrises, accounting for level bonus and assuming 100% trt. Used in...

enhancement

I don't have any of the listed boards so I was unable to directly test, but did a test on my own board and the debounce-api seemed to work fine....