The Wayback Machine - https://web.archive.org/web/20220423174748/https://github.com/topics/dlang
Skip to content
#

dlang

d logo

D is a general-purpose programming language with static typing, systems-level access, and C-like syntax.

Here are 948 public repositories matching this topic...

RubenRBS
RubenRBS commented Apr 14, 2022

compiler-explorer/compiler-explorer#3515 allowed the site to load even if the long url is not deserializable, but currently the site just silently fails and displays the default config.

It would be great if a notification could be shown to the user with a helpful message when this happens.
The steps needed to implement this feature are:

  1. In the catch added by the lin
good first issue request
aduros
aduros commented Dec 13, 2021

The font bitmap has empty space reserved for ASCII characters 0x80 through 0xA0.

We should use that space for something, like icons for WASM-4 controller buttons, or generic sprites like stars/hearts/etc.

Games can then use hex string literals to easily display these:

text("Press \x80 to jump!", 0, 0);
good first issue
SingingBush
SingingBush commented Apr 22, 2022
ava.lang.NullPointerException: null
    at io.github.intellij.dlanguage.run.DlangRunAppConfiguration.getExecutablePath(DlangRunAppConfiguration.java:54)
    at io.github.intellij.dlanguage.run.DlangRunAppConfigurationEditor.resetEditorFrom(DlangRunAppConfigurationEditor.java:44)
    at io.github.intellij.dlanguage.run.DlangRunAppConfigurationEditor.resetEditorFrom(DlangRunAppConfigurationE
Drill
v0idpwn
v0idpwn commented Oct 3, 2019

Is your feature request related to a problem? Please describe.
Yes. GUI is for children and CLI doesn't give me the launching capabilities.

Describe the solution you'd like
A non-gui/non-cli frontend

Describe alternatives you've considered
Ncurses

Additional context
None

feature request good first issue hacktoberfest

Created by Walter Bright

Released December 2001

Organization
dlang
Website
dlang.org
Wikipedia
Wikipedia

Related Topics

dmd dub gdc language ldc phobos