gresm

Results 58 comments of gresm
trafficstars

This PR warnings system can be summarized as (omitting code for formatting warning message to include warning level): ```c static int pgWarn(PyObject *category, const char *message, Py_ssize_t stack_level, int urgency)...

Fair point, I'd like to hear your opinion on the warnings level I set for them (I've split warnings between 0, 1 and 2, where 0 and 1 are by...

Example of implementing this in action: [falcosecurity/libs#978](https://www.github.com/falcosecurity/libs/pull/978).

Well, if the wheel size matters, then not every binary has to bundle them and also removing these files from distribution should also be trivial (android/wasm/pyinstaller are quite advanced use-cases...

> I think it would be much simpler to implement as much as possible in pure python code, and having minimal C code changes. event.c is pretty messy as it...

@Starbuck5 this looks interesting, but isn't a good measure for speed comparison in this case. I assume that python version could probably have similar speed as this C implementation, in...

@ankith26 Understandable, this is another reason why splitting event logic between ``_event`` and ``event`` would be useful, as it would decrease logic in ``_event.c`` and would make transitions easier. That's...

Events as types in python is ready for review (#3121).

Using Vulkan no longer freezes the studio, but the view port no longer shows anything from the place and the error ``[FLog::Graphics] VULKAN ERROR: vkAcquireNextImageKHR(device, windowData->swapChain, UINT64_MAX, acquireSemaphore, VK_NULL_HANDLE, &windowData->imageIndex)...

I did a bit more testing and: - D3D11 + dxvk - freezes on opening a place with ``Simulate crash with reason: RBXCRASH-ANRDetected`` - D3D11 - dxvk - opens a...