Finn Andersen
Finn Andersen
It seems like it would make sense for the _receive() thread to call sub_handler.handle(record) instead of emit(), so that filters on the sub_handler are applied?
Im getting: `CompileError: Type 'EpsHI2Operations' not found in module 'LI-PS-PDU'` When trying to compile below ASN.1 file: https://drive.google.com/file/d/1HbkTxjBDlNqFd1Q_gCaT8wIDz8u0zPyw/view?usp=sharing Even though the EpsHI2Operations definition is in there. Other ASN.1 viewer application...
I believe BER codec allows for fields to be encoded/decoded in any order, but it looks like asn1tools only supports decoding when fields are encoded in same order as fields...
Cachalot appears to impact fixture loading (for test cases) somehow, I think perhaps for fixtures with no PK specified, or with "pk": null. Fixture loading works as expected with cachalot...
I'm generating profile stats data using a custom class that measures execution time of operations. It's produced in same format as Profile.stats data (dictionary with function details as key, values...
It turns out that `boto_client.upload_fileobj()` causes a provided file handle/object to be closed after upload. This is an [unexpected and undocumented behaviour](https://github.com/boto/s3transfer/issues/80), which just caused an error in production because...
Nice work! How effective do you find the Filesystem tools are for codebase awareness and editing capability compared to say Aider or Cursor? There are some improvements to `search_files` tool...
### Issue Gemini 1206 is routinely failing to adhere to the edit format. It seems to be stopping output early, maybe some issue with the streaming approach? Example: > Here...