Hob Den

Results 4 issues of Hob Den

On python3.9.5, simply `pip install webssh` won't work. I had to manually `pip install cffi`. Maybe we should put that into requirements.txt? ``` $ python3.9 -m pip install webssh Looking...

Hi Theseus community, I would like to report a potential bug. The [following lines of code](https://github.com/theseus-os/Theseus/blob/40805a7934710f16f90000f65497d3a61bb7b681/kernel/ixgbe/src/lib.rs#L852) contains a potential infinite loop bug. ```rust // kernel/ixgbe/src/lib.rs: IxgbeNic::rx_init while rxq.rxdctl.read() & RX_Q_ENABLE...

# Summary The `jedi.Script.goto()` function occasionally fails with an **`AttributeError: 'NoneType' object has no attribute 'type'`** when analyzing a method decorated by a dynamically chosen decorator. This exception is inconsistent...

在章节【1.2.1 循环神经网络 RNN】,页码【9】的公式 1.21 写作了 ``` \frac { \partial L } { W_H } = ... ``` 应为 ``` \frac { \partial L } { \partial W_H } = ......