Quang Trung Ta

Results 35 issues of Quang Trung Ta

**Describe the Bug** I'm implementing the function to find the predecessor blocks of a basic block by looking through the terminator instructions that use the current block. However, when getting...

question

Hi, ## Description In this PR, I expose the `set_name` function to several LLVM Values, like InstructionValule, IntValue, etc. This feature is important when inkwell is used to optimize or...

Hi, Is it possible to change the purpose of the compilation buffer `*compilation*` to become non-popup? I'm using two Emacs frames in two monitors, and I want to fix the...

Hi, When I compile my Latex project in Emacs, `helm-bibtex` always displays a message `Done (re)loading bibliography.`, event when the bib file isn't changed. Could you advise how to prevent...

Hi, I have this simple LaTeX code and see that when putting the cursor at the last `$` sign (of `b`), that `$` is matched with the first `$` (of...

Hi, **Describe the bug** When I run Emacs in full-screen mode and open a webpage by EAF browser, the mode-line disappear **To Reproduce** Run Emacs on macOS, press F11 to...

help wanted

Hi, I created this PR to enable users to select file name pattern and extension when performing `projectile-replace` with `C-u`. This is to prevent `projectile-replace` from searching on very large...

Hi, I'm currently working on a PR in helm-imenu (https://github.com/emacs-helm/helm/pull/2516) to display icons for source code item (methods, function, variables, etc). However, there are many source code item icons, like...

Hi, As described in the title of this issue, I believe it is caused by this code segment in the module `converter.rb`. ``` @@truthy_regexps = [/enabled/, /yes/, /true/] @@falsy_regexps =...

Hi, **Describe the Bug** I'm currenlty implement a function `get_parent` for the `GlobalValule` in `global_value.rs`: Here is my implementation: ```rust pub fn get_parent(self) -> Module { data_layout: RefCell, pub(crate) module:...

feature request