ryuukk

Results 116 issues of ryuukk

### Description of the bug In build 4127 was added: - Files opened in Sublime Text are now added to the system recent file list (see the "update_system_recent_files" setting) But...

C: OS Integration

I get the following error: ```json { "statusMessage": "Failed to lookup host 'api.github.com'.", "statusDebugMessage": "object.Exception@../../../.dub/packages/vibe-core-1.8.1/vibe-core/source/vibe/core/net.d(71): Failed to lookup host 'api.github.com'.\n----------------\n??:? [0x8d5335]\n??:? [0x8fa47a]\n??:? [0x8e08fd]\nexception.d:516 [0x46e2d5]\nexception.d:436 [0x417145]\nnet.d:71 [0x71796d]\nnet.d:32 [0x7174f5]\nclient.d:693 [0x60eb7c]\nclient.d:610 [0x60c9b8]\nclient.d:582 [0x60a78f]\nclient.d:85...

Try the following code: https://gist.github.com/ryuukk/e6e02960496c491b3370ddbd8841979f And it'll give the error: ``onlineapp.d(680): Error: `writeln` is not defined, perhaps `import std.stdio;``

According to: https://microsoft.github.io/language-server-protocol/specifications/specification-3-16/#textDocument_completion

This significantly reduce the executable file size And this is what LDC is doing: https://github.com/ldc-developers/ldc/blob/3b9665bac69df0c27bc1888cca8a442df656d948/driver/linker-msvc.cpp#L130 Discussion: https://forum.dlang.org/post/[email protected]

Let's take this dub: ```json { "name": "my_project", "targetPath": "bin", "workingDirectory": "bin", "stringImportPaths": [ "bin/" ], "configurations": [ { "name": "app", "targetType": "executable", "targetName": "app", "sourcePaths": [ "app/src", ], "importPaths":...

bug

### System information - **dub version**: 1.29.1 - **OS Platform and distribution**: Windows 10 - **compiler version** v2.100.1 ### Bug Description Compilation doesn't work, dmd will not report problems ###...

### Check version - [X] I'm running the latest version of Path of Building and I've verified this by checking the [changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/blob/master/CHANGELOG.md) ### Check for duplicates - [X] I've checked...

bug:behaviour

### Check for duplicates - [X] I've checked for duplicate issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues) ### Is your feature request related to a problem? Sometimes...

enhancement