-
**Submitting author:** @wangyji (Yongji Wang)
**Repository:** https://github.com/YaoGroup/DIFFICE_jax
**Branch with paper.md** (empty if default branch):
**Version:** v1.0.0
**Editor:** @AnjaliSandip…
-
Central point to discuss functions to deprecate, if any?
- [x] `process_text` - `transform_columns` covers this very well
- [x] `impute` vs `fill_empty` - `impute` has the advantage of extra stat…
-
- [ ] Add MGC and Adaptive Hsic (https://projecteuclid.org/journals/annals-of-statistics/volume-50/issue-2/Adaptive-test-of-independence-based-on-HSIC-measures/10.1214/21-AOS2129.short), and http://dx…
-
## Summary
The plugins from remark and rehype have been great to add in features and functionality, however I think MDX-specific plugins can take advantage of features more inline with the MDX lang…
-
**Issue type:**
[ ] question
[x ] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[x ] `mysql` / `mariadb`
[ …
-
The README recommends running shortcodes after markdown, but given
```
[flickr src="https://www.flickr.com/photos/curlywurly1st/14438479793/in/explore-2014-06-14"]
```
metalsmith-markdown produces
…
-
### Version/Branch of Dear ImGui:
-
### Back-ends:
-
### Compiler, OS:
-
### Full config/build information:
-
### Details:
**request a feature**
I hope to enhance the functionality of ImDr…
-
## Search Terms
serialize deserialize ast node
Ref #26871
Ref #28365
## Suggestion
Implement/expose an API that can serialize/deserialize AST nodes, in particular a way to serialize a sou…
-
I've noticed that constructing and modifying IR is needlessly complicated. The structure of `mypyc.irbuild` is also still not very clean. Here are some things that I think would be nice to clean up.
…
-
# Why implement Promise/Future
`Promise` enables more functionalities for chaining and perpetuating operations than a simple `(Result) -> Void` callback by allowing
- Multiple transformations: `…