Tapple Gao
Tapple Gao
stream.group_by does not appear to set it's topic's type properly, if it's different than the source stream's key type. Here's an example program that demonstrates converting from int key to...
## Checklist - [x] I have included information about relevant versions - [x] I have verified that the issue persists when using the `master` branch of Faust. ## Steps to...
[Windows] `pid_exists()` and `Process()` disagree on whether a pid exists when ERROR_ACCESS_DENIED
## Summary * OS: Windows 11 Enterprise Version 10.0.22621 Build 22621 * Architecture: x64 11th Gen Intel(R) Core(TM) i7-1185G7 * Psutil version: 5.9.8 * Python version: 3.9.18 * Type: core...
A utility method to download asset content. There's also a v2 api to fetch assets. It also requires 2 requests, but it's a json request first, instead of a redirect....
I just heard of this today as some kind of avastar alternative, but, I can't find any documentation. closest thing I can find is this placeholder file: https://github.com/nessaki/Onigiri/blob/main/Onigiri/documentation/Readme%20-%20Instructions.txt Am I...
1. Create a project with emitLegacyScripts: true 2. create a script as an init.client.lua folder, and a meta with ignoreUnknownInstances: True 3. Add some children to the LocalScript in studio...
### Describe the bug I tried to rebase on an image with a tag (`gts`) that doesn't exist. However, the error message did not indicate that the tag does not...
quaternions print their components in a fixed format. by contrast, number printing in numpy is quite configurable via numpy.set_printoptions. quaternions should print their components the same format numpy prints other...