reito

Results 23 issues of reito

_obs.GetMediaState() will throw exception as the enum cannot be parsed.

Considering this block output from `pycdas`: ``` File Name: ** Object Name: Arg Count: 1 Pos Only Arg Count: 0 KW Only Arg Count: 0 Locals: 1 Stack Size: 4...

Timer object will be destructed and the thread visiting `this->clear` may cause read access violation. I implemented a interrupt based Timer to kill thread at destructor, note that my implementation...

``` void ReadWireTypeAndFieldNumber(uint8_t** current, size_t* remaining, uint8_t* wire_type, uint32_t* field_number) { const uint8_t wire_type_and_field_number = ReadFromBytes(current, remaining); *wire_type = wire_type_and_field_number & 0x07; *field_number = wire_type_and_field_number >> 3; if (*field_number >=...

Since the .NET team is not willing to bundle .NET runtime to Windows OS, I think it is a duty for the team to do better than a English only...

area-Host

如图,现在fm在40000step后就震荡上升了,但mel和fl0还是继续下降,请问还有继续训练的意义吗,或者lr需要调整吗 ![image](https://user-images.githubusercontent.com/29846655/222999848-98ce84b5-aede-40f4-97ed-53bbdcb7cd22.jpeg)

I see unicorn is inevitably strongly coupled to QEMU, so it is hard to merge upstream changes since it is completely off track. However the current version 5.0.1 is kind...

enhancement

I don't know which part of the whole process is responsible. #### Describe the bug See https://github.com/microsoft/vscode-js-debug/issues/1741

bug

> I know it could probably not be the right place to ask this common RocketChip question here, please tell me a better place if you know one. 🫶 I...