HyunggyuJang

Results 28 issues of HyunggyuJang

Currently, there is no option to set the text anchor in excalidraw. This is not problematic, but when it is exported to svg, excalidraw exported images are misaligned when we...

## Issue Description The code is missing the implementation for reverting shuffling in the voting process. Currently, the shuffling ensemble is implemented in https://github.com/microsoft/promptbase/blob/dcafda47c2440d52a7e2332e1ce6801f1c644a84/src/promptbase/mmlu/problem_utils.py#L63 However, I couldn't find a section...

**What this PR does / why we need it**: This PR is to support kill ring feature, and default binding to activate yanking from kill ring (`A-y`). **Which issue(s) this...

### Description Currently, versions are made upon data ingestion with the following code: https://github.com/activeloopai/deeplake/blob/2ad84c139e91fe6f81da9c8b6d4f48c9d3ee8e73/deeplake/core/vectorstore/deeplake_vectorstore.py#L294 It seems like every time the commit is made, the full dataset of current state is...

enhancement

Ref: https://www.reddit.com/r/emacs/comments/tp7el9/getting_rlwrap_to_work_in_vterm/: > I am using vterm as a terminal emulator in emacs. While running sml/nj repl in vterm rlwrap doesn't seem to work. (It works in other terminal emulators...

## Problem I'm experiencing frequently friction due to this missing feature. It would be better to track the window layout configuration history, so that we can undo/redo the layouts. ##...

enhancement

I guess the demand for translation became obsolete among d2l maintainers. It has been about 2 years from the last update; this fact discourages potential contributors to attempt to work...

Make it consistent with other toXXX variants. - Gas consumption is reduced by 30 - Simplified the implementation so that to be consistent with other toXXX functions