Sam Lendle
Sam Lendle
Comments
I'm not even sure that this would make sense to do, but would it be possible to optionally keep comments in a parsed expression? I'm thinking a comment could be...
#3 and #4 are about regression problems specifically, but risk minimization is much more general. For example, density estimation can be formulated as minimizing the negative log density over a...
First, thanks for Docile and Lexicon! I'm not sure if this issue belongs here or with Docile, or somewhere in the middle. Suppose I have ``` julia module M module...
### Validations - [X] I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [X] I'm not able to find an [open...
### Describe the bug I'm using `getCurrentWebview().onDragDropEvent()` and `event.payload.position`. I'm using `HTMLDivElement.getBoundingClientRect()` to check if the pointer is over a div. It's possible I'm doing this incorrectly. It does appear...
**Describe the feature you'd like** Allow the user to configure the compresslevel parameter in tarfile.open, used by repack_model. tarfile, which is [used in repack_model](https://github.com/aws/sagemaker-python-sdk/blob/9ede83e51adc2e0a73c7701cd5aa40183f3768df/src/sagemaker/utils.py#L563) uses compresslevel=9 by default, which is...
**Describe the bug** [is_repack](https://github.com/aws/sagemaker-python-sdk/blob/9ede83e51adc2e0a73c7701cd5aa40183f3768df/src/sagemaker/model.py#L737-L743) is implemented as `return self.source_dir and self.entry_point and not self.git_config` and the return type hint is bool. If `source_dir` or `entry_point` is None, is_repack will return...
In https://tauri.app/reference/javascript/sql/#close the doc for the `db?` arg to close is "Optionally state the name of a database if you are managing more than one. Otherwise, all database pools will...
### Link to the Page _No response_ ### Describe the Issue (screenshots encouraged!) See #2096 and related issues. Unless I missed it, the docs don’t mention this. It would be...
### Summary Example: ```pyproject.toml [project] name = "example" version = "0.1.0" requires-python = ">=3.10" dependencies = [ "torch", ] [dependency-groups] torch1 = ["torch=2"] [tool.uv] conflicts = [[{ "group" = "torch1"...