cps
Here are 78 public repositories matching this topic...
-
Updated
Feb 10, 2022 - C#
-
Updated
Feb 13, 2019 - JavaScript
Track documentation from the point of novice and rewrite parts, which are hard to follow.
// And not forget about experienced developers' paths, who will not want to read 'Monad-101' intro for documentation on each library. Maybe write in addition a separate introduction to the library?
-
Updated
Feb 7, 2022 - Clojure
-
Updated
Dec 1, 2018 - C
-
Updated
Dec 30, 2021
-
Updated
Sep 3, 2021 - Jupyter Notebook
-
Updated
Mar 25, 2021 - Python
-
Updated
Jan 4, 2021 - PowerShell
In that regard, the crate currently only supports:
#[with]
let ... = <call>?...?as well as:
#[with]
let ... = match <call> { ... }
// rest *after* match (same scope)which unsugar(s) to:
with_<call>(..., |__anon__| {
let ... = match __anon__ { ... };
// rest *after* match (same scope)
})But it would be really nice i
In init.ts there are many almost copy paste of creating a new configuration. This should be harmonised.
e.g. https://github.com/INTO-CPS-Association/into-cps-application/blob/development/src/init.ts#L402-L432 and https://github.com/INTO-CPS-Association/into-cps-application/blob/development/src/init.ts#L371-L397
-
Updated
Feb 10, 2022 - Python
-
Updated
Jul 6, 2018 - Python
-
Updated
Feb 9, 2022 - JavaScript
-
Updated
Nov 15, 2021 - Python
-
Updated
Sep 21, 2018 - C++
-
Updated
Nov 19, 2018 - Python
-
Updated
Sep 16, 2018 - HTML
-
Updated
Jan 15, 2021 - Python
Improve this page
Add a description, image, and links to the cps topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cps topic, visit your repo's landing page and select "manage topics."
In #193 we hid these so as not to annoy anyone. We should track them down and see if we cannot avoid them outright, and if not, why that is.