Vivek Sekhar
Vivek Sekhar
Many existing websites (e.g. #455) use, and design tools emit, HTML. Would it be possible to parse HTML and generate equivalent go-app code corresponding to that initial state? `//go:generate` and...
## Expected Behavior Just like executing a command in a shell sends output to the terminal, `clasp run` should have an option to do so as well. ## Actual Behavior...
Option to leave progress bar onscreen when finished. Useful for seeing counts and rates after completing a run.
SVMs with linear kernels can be trained in O(n) time, as in [LIBLINEAR](https://www.csie.ntu.edu.tw/~cjlin/liblinear/). Can svmTrain fast-path to an O(n) solver when svm.Kernel == "linear"?
For discussion.
Is it possible to list the extension in the marketplace without associating it with the .cue extension? Searching the marketplace for just "cue" turns up 4 extensions only one of...
While casting, the time code and progress bar in the app is correct (e.g. 18.30 out of 43:00) but at the same time outside the app the notification shows an...
Add jump forward and backward buttons to playback controls (for on-device playback as well as Chromecast playback). Similar to Netflix controls. I suggest a 30 seconds forward (since it might...
**Describe the bug** SyntaxError: Unexpected token 'export' when importing to a module. **To Reproduce** Steps to reproduce the behavior: 1. Create minimal scikit.js: ```js import * as tf from '@tensorflow/tfjs';...