Leonard Thieu

Results 3 issues of Leonard Thieu

SteamKit doesn't seem to offer any options for testing of consuming code. Given that this library hits the network, it's important to be able to mock away that behavior. I'm...

enhancement

From the [Types page](http://api.jquery.com/Types/#Selector): > If Selector is specified as the type of an argument, it accepts everything that the jQuery constructor accepts, eg. Strings, Elements, Lists of Elements. The...

I'm trying to get a custom Data Extractor working. When following the [example](https://github.com/hediet/vscode-debug-visualizer/blob/2453c8bf9c4a6fb46459737e8165ce5a961167c2/data-extraction/README.md), the code runs to register the Data Extractor but the actual extractor code never runs. ![image](https://user-images.githubusercontent.com/5265970/199791087-a3117bc0-2463-45d9-a3f7-65c6cc4f4eb8.png) ---...