sondalex

Results 12 issues of sondalex

## Description Adds `vscode-ltex` start up on `.Rmd` or `rmd` files viewing. Linked to https://github.com/valentjn/ltex-ls/pull/170#issue-1276609881 (Server side R Markdown support) ## Checklist * [x] Have you read the [guidelines on...

This Pull Request adds Quarto `.qmd` partial support, requested by @JamesM131 in PR #170. [Pandoc's extensions](https://quarto.org/about.html#project) are not added to the Markdown parser. I wonder whether Quarto's functionality requiring those...

This Pull Request adds support for R Markdown files (extension `.rmd` and `.Rmd`). R Markdown is parsed using the existing Markdown parser.

This PR adds a `skim_with` argument to summary function which allows user to pass a [skimr::skim_with](https://docs.ropensci.org/skimr/reference/skim_with.html) function in order to customize the summary output.

**Describe the bug** kableExtra plots do not work when knitting from different directory than the main `.Rmd` file and using `root.dir` option in `knitr::opts_knit$set` **To Reproduce** Assume the following project...

# Feature request It could be useful to keep track of transformations in formulas fed to `fixest` models in the form of a map (origin-transformed), in order to simplify renaming...

Hello, Thank you for this great package ! I was wondering whether `fitstat(x, type='lr')` provided the LR test of poolability? The documentation did not help me understand which hypothesis are...

I have added unit test for duplicate_ngram_fraction on my fork's branch [add_quality_unittest](https://github.com/sondalex/TextDescriptives/tree/add_quality_unittest ) . The test fails which makes wonder whether my test expected values are wrong or whether the...

bug

### What's the problem this feature will solve? Setuptools supports dynamically specifying dependencies through `pyproject.toml` using the following syntax: ```toml [tool.setuptools.dynamic] dependencies = { file = ["requirements.txt"] } ``` The...

enhancement
Needs Triage

This pull request implements two zero-shot classification examples: - A native implementation - A WebAssembly implementation Additionally, this PR modifies the `ModernBertClassifier`, removing the softmax function call in its forward...