goyalyashpal

Results 133 issues of goyalyashpal

### titles/summaries: non-root file getting auto-build & resultant invalid log errors cached in extensions memory ### details the build command is somehow getting auto-triggered on the title.tex file in my...

Thanks a lot for such a wonderful package. - While doing Sentimental-Credit (credit in python) - I realised several scope of performance oriented improvements in how I can implement that....

### Summary Show `style50` being used with a pager (like `less`) early on to ease its usage and uplift the UX. I have been using this for quite some time...

In the "CS50 2021/2022 - Lecture 3 - Algorithms" , in section of "Sort Race" at the end, Order of running time came out to be: Merge sort < Selection...

this seems to be only majorly crucial thing missing from here. i know that for tangling purpose, this ain't very useful, but otherwise it can come in handy various places...

Problem: No newlines after `@o` output file reference Solution: Make it to match the correctly working ones i.e. `@m`macro reference. In other words, add a newline before the end tag...

PR template taking from [newpipe](https://github.com/TeamNewPipe/NewPipe/blob/1d8850d1b24a2874f10bafc7e3f2f856edb5a684/.github/PULL_REQUEST_TEMPLATE.md) Thanks a lot for doing https://github.com/slott56/py-web-tool/pull/15 super properly in such a thorough way 😃 🙏 😇 This wouldn't even be remotely possible without that one...

* the `@f` (index of `@o` files) ones are faulty here, * the `@m` (index of `@d` macros) ones are correct. **Actual:** ```rst :tests/correct_data.yaml: → `tests/correct_data.yaml (2)`_:tests/faulty_data.yaml: → `tests/faulty_data.yaml (3)`_:inventory/datafile.yaml:...

hi again! ### summary & titles pyweb only lists a sinlge "used by" entry even when there are lots & lots of it. ### details it seems that it only...

mwe: ## 0. spaces (correct) ### input (spaces) ``` @o src/attempt.py @{ @< att load data @> @} @d data schema@{ data_schema = sml.Seq( sml.Map({ "ques": sml.Str(), }) ) @}...