Pascal Quach
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...
## 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...
**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...
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,...