Eric Yoon

Results 3 issues of Eric Yoon

In Sequelize, the model key/class name can be different than the table name. ```js export default class SessionModel extends Model { declare sid: string; declare expires: Date; declare data: string;...

I have a MakerDiary nrf52840, flashed with the BLE sniffer firmware, connected to Wireshark with the extcap plugin. I am on macOS Tahoe, Wireshark version 4.4.0 When I start the...

LaTeX symbol $\neq$ appears to render as a $=$ in the outputted PDF. I have `markdownConverter.Parser.SystemParserEnabled` set to `true`. Steps to reproduce: 1. Create a markdown file: ```md a \neq...

bug