Pascal Quach

Results 15 issues of Pascal Quach

Hello, Currently, we cannot sample from a GroupedDataFrame directly. ```julia julia> df = DataFrame(rand(100000, 100), :auto); gdf = groupby(df, :x1); # Code above from #3102 rand(gdf) # MethodError ``` Stacktrace...

question

## Summary of the Pull Request Add a new PTRun third-party plugin to open Microsoft Edge workspaces: https://github.com/quachpas/PowerToys-Run-EdgeWorkspaces/ ## Detailed Description of the Pull Request / Additional comments The plugin...

### Description Hello there, Thanks for all the work on the compiler! Following #229's conversion to a feature request, I'm opening a new issue to track cases where the compiler...

bug
styling
math
crash

**Describe the bug** LSP command "go to definition" for labels dereferences to original object instead of the latest indirection. ```typ // No indirection #set heading(numbering: "1") #heading("test") @h1 ``` Go...

**Motivation** Being able to rename labels would make it easier to work on long documents without resorting to search and replace to change figures/equations labels. **Description** Implement LSP rename capability...

enhancement

This fixes references to manually numbered theorems.

### Description Hi! Currently, querying labeled content with labels inside the body results in duplicate labels. Then, we cannot reference it without raising an error "label occurs multiple times". Preferably,...

feature request
introspection

When the CSL requires author-date sorting, e.g., gb-7714-2015-author-date, then characters need to be romanized before sorting, otherwise the default is sorting by code points. ```rust let p8 = Person::from_strings(vec!["王", "一"]).unwrap();...

i18n

### Description of the new feature / enhancement Hello, I am the developper of a third-party PTRun plugin for [Edge Workspaces](https://www.microsoft.com/edge/features/workspaces). I am creating this as there seems to be...

Needs-Triage
Product-Command Palette
CmdPal-3p Extensions
cmdpal-Extension Request