dlang
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...
-
Updated
Apr 11, 2022 - D
-
Updated
Apr 23, 2022 - D
-
Updated
Dec 8, 2021 - D
-
Updated
Apr 22, 2022 - D
std.math was split into a package with v2.097. This might imply that some little helpers (isNaN etc.) aren't inlined any longer without LTO (incl. Phobos), thus reducing performance of some math functions.
-
Updated
Apr 23, 2022 - D
-
Updated
Feb 7, 2022 - D
Dart-lang
Language request for Dart.
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);-
Updated
Feb 7, 2022 - D
-
Updated
Apr 22, 2022 - D
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
-
Updated
Mar 3, 2022 - D
Ncurses frontend
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
-
Updated
Mar 17, 2022 - D
To prevent it accepting too many types.
It should only accept types that have a handle that decays to a JsHandle.
Hello,
I am trying to call the fftw3 library using dpp however there is an issue with type translation in particular with function definitions. Within the C library mentioned, consider the function fftw_plan_dft_1d, within the library documentation the type signature is:
fftw_plan fftw_plan_
-
Updated
Apr 2, 2022 - D
-
Updated
Mar 31, 2020 - D
-
Updated
Mar 1, 2022 - TeX
-
Updated
Apr 15, 2022 - D


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: