Ali Akhtarzada

Results 11 issues of Ali Akhtarzada

Hi, Having some trouble on Mountain Lion with clang_complete. Setup is: vim 7.3 (+python but -python3) clang 4.2 I don't think I have any omnicpp stuff because I can't find...

Try and remove need for verbosity for return type. If we can get this to work we can probably do the same for Parameters

Instigated from https://forum.dlang.org/thread/[email protected] There's a working implementation of a function editor here: https://github.com/jll63/openmethods.d/blob/using-function-editor/source/openmethods.d Types can be for e.g.: * Functions * Structs * Classes * Enums? * Unions?

question

**Problem** The problem is that I want to be able to get the word under the cursor (collapsed) and the range of that word within a block element. The problem...

improvement

### Describe the bug Hey there! I'm seeing some strange behavior in a sveltekit project with typescript enabled when using createEventDispatcher. The types of a custom event only seem to...

Hey! Is it possible to add the option to specify a file ID in the `SearchRequest` and the `return_metadata`? https://beta.openai.com/docs/api-reference/searches/create#searches/create-file

### System information - **dub version**: 1.19.0 - **OS Platform and distribution**: osx catalina 10.15.3 - **compiler version** v2.090.1 ### Bug Description Running `dub -v build --single bong.d` takes way...

Hey! Just tried to install the vscode extension, on am m1 mac (so no dmd - but do have ldc and dub) Anyway, when I open a D file I...

The exception output format is e.g. `core.exception.AssertError@tests/optional.d(450): unittest failure` So vscode cannot recognize it as a file link since there's no file called `core.exception.AssertError@tests` in the cwd. I wonder if...

enhancement

Run.d file ``` /+dub.sdl: dependency "vibe-d" version="~>0.8.5" +/ import std; void main() { writeln("Hello world"); } ``` Output in error pane: ``` Error: module `eval.4B72E86E4C432848EA270813089D21F5` is in file '/tmp/.rdmd-1000/eval.4B72E86E4C432848EA270813089D21F5.d' which...