Josh Levy-Kramer

Results 11 issues of Josh Levy-Kramer

Hey, I have a source file that has a dependency and I want to force `cppimport` to recompile the source when the dependency version changes. Unfortunately the header files of...

PR that adds a decorator which parses a function's Sphinx docstring and adds type and description information to the parser. It hasn't got tests yet but wanted it out there...

enhancement
component-decorators
needs unit tests
looks-like-plugin

### Describe the bug When I execute the following using `cling` it works fine: ``` auto a = std::vector{10, 4, 3} ``` However if I do the same in a...

bug

It common to have a schema that the same name as a user in a database. By default, postgres includes such a schema in its `search_path` automatically, see "[section 5.8.3](https://www.postgresql.org/docs/9.6/static/ddl-schemas.html)"...

Implemented k-skip-n-grams. Has convenience functions for bigram, trigram, ngrams, everygrams and skipgrams. Provides the same output as the equivalent nltk functions - although nltk does generate duplicates sometimes which are...

#### Is your feature request related to a problem? With a `group.apply` the applied function acts on all columns available to provide a result. With `rolling.apply` it applies the function...

Docs
Window

Take this example whereby I set the `exponentformat="SI"` to use SI prefixes for the y-axis: ```python import plotly.express as px import pandas as pd import numpy as np df =...

bug
P3

Hi, I am testing the [nanobind-project example](https://github.com/tttapa/py-build-cmake/tree/63d1977e337e9d0835856bbe46bc7d3809a26ef2/examples/nanobind-project) with my Intel Mac with OS version 15.2 (more details below). The project builds fine, but I can't install the wheel. Pip says...

## Type of change - [X] New feature (non-breaking change which adds functionality) ## Description Add a config option for Giscus comments, which allows you to set the iframe data-loading....

## Type of change - [X] New feature (non-breaking change which adds functionality) ## Description This PR adds support for KaTeX as an alternative math rendering engine to the existing...