Jay Wang
Jay Wang
Hello Rob! Thank you so much for the super creative and cool proxy [`worker_proxy`](https://github.com/Rob--W/chrome-api/tree/master/worker_proxy). I'm trying it in my extension that uses manifest v3. I followed the instruction in README...
Hello, I really really love this theme, and I have used it for a pretty long time. I am learning LaTeX now, and I found the syntax highlighting for LaTeX...
Hello, right now the default output format is `iife` in the rollup configuration. I am wondering if `iife` is recommended for Svelte projects comparing to the `es` module format? I...
Hello, I am a huge fan of surge! I encountered this error message today: `Error - Deployment did not succeed` when I tried to deploy my project to a `surge.sh`...
I'm interested in comparing ROC curve and Precision-Recall curve along with their summary statistics on imbalanced dataset. Therefore, I developed an [interactive website](http://jayw-www.cs.wisc.edu/metrics-vis/) that user can see how two curves...
This PR updates the TS sections in README and `user-guide.md` by replacing the legacy `eslintrc.*` configuration with the eslint flat config `eslint.config.js`.
Hello, I have the below rule settings in my VS Code's `settings.json` ``` "lit-plugin.rules.no-incompatible-property-type": "off", "lit-plugin.rules.no-incompatible-type-binding": "off", ``` However, the plugin still highlights errors with `no-incompatible-type-binding`.
When I run the code cells to plot in Jupyter, all plots are displayed correctly in my .ipynb file. Then I got the following issues: 1. If I reopen the...