programming-language
Here are 5,111 public repositories matching this topic...
-
Updated
Feb 16, 2022 - Kotlin
-
Updated
Feb 13, 2022
-
Updated
Feb 16, 2022 - V
-
Updated
Feb 4, 2022 - JavaScript
-
Updated
Feb 8, 2022 - TypeScript
-
Updated
Jan 24, 2022 - Python
Apparently we have the assert
macro disabled in CI, even in non-release builds - at least on Windows (see ethereum/solidity#12634 (comment)). While this macro is generally discouraged in our project in favor of the solAssert()
family of macros, we still do have them in some places and I think that they should
-
Updated
Feb 7, 2022 - Perl
-
Updated
Feb 6, 2022 - Python
-
Updated
Oct 14, 2021 - OCaml
-
Updated
Feb 16, 2022 - Dart
-
Updated
Sep 25, 2021
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Feb 9, 2022
-
Updated
Jan 25, 2022 - JavaScript
-
Updated
Feb 16, 2022 - TypeScript
type Blocksize is (None | (U8, U32))
class Block[T: Blocksize]
will crash the compiler.
#4005 fixed part of the issue, but what is needed now is to take the fix code from there, move it to its own function so that we can also iterate over a typeunion as a constraint looking for any tuples in it.
ast_t* child = ast_child(constraint);
token_id cap = cap_fr
-
Updated
Jan 22, 2022 - Go
-
Updated
Feb 16, 2022 - Red
-
Updated
Feb 15, 2022 - Haxe
-
Updated
Feb 13, 2022 - Go
-
Updated
Feb 16, 2022 - Java
-
Updated
Sep 3, 2021
When the user defines an invalid top-level term, the error message should give correct info about what is permissible.
Of course, if we want to bring back the namespace functionality, disregard!
Motivation
The Non-Realtime Synthesis guide (https://doc.sccode.org/Guides/Non-Realtime-Synthesis.html) currently doesn't contain much info or examples that make use of busses and synth mapping/lfo mapping.
Description of Proposed Feature
Add info ala the examples here:
https://scsynth.org/t/how-to-allocate-busses-in-nrt-mode/
-
Updated
Sep 18, 2021 - C
-
Updated
Feb 3, 2022 - JavaScript
i) offsetLeft / offsetRight
ii) layerX / layerY
iii) offsetX / offsetY
These three things really helps in DOM manipulation. It is very cumbersome to do things without these methods. It will bring developer happiness hopefully.
Improve this page
Add a description, image, and links to the programming-language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the programming-language topic, visit your repo's landing page and select "manage topics."
When zipping with a product iterator with no arguments (which produces only one output, the empty tuple), it seems the check for zip completion does not handle this case: