cadence
Here are 86 public repositories matching this topic...
-
Updated
Apr 20, 2021 - Go
Issue To Be Solved
Currently the for-in loop is only supported for struct arrays, not resource arrays.
Enable for-in loops to iterate over arrays of resources, binding an authorized reference:
pub resource R {
pub let name: String
init(name: String) {
self.name = name
}
}
let rs <- [
<-create R(name: "bar"),
<-create R(name: "foo")-
Updated
Apr 20, 2021 - Java
-
Updated
Jul 29, 2020 - PHP
-
Updated
Jan 25, 2021 - Python
-
Updated
Dec 22, 2016 - Python
-
Updated
Mar 29, 2019 - Dockerfile
-
Updated
Mar 15, 2021
-
Updated
Aug 10, 2019 - Verilog
-
Updated
Mar 5, 2021 - C++
-
Updated
Mar 4, 2021 - Go
-
Updated
Apr 19, 2021 - JavaScript
-
Updated
Mar 18, 2021 - Python
-
Updated
Mar 22, 2020 - Java
Add more cells
The code provides some basic drawing functions such as rectangles, but it relies on the existance of cell generators. These need to be written. Anything that is needed for layout (inductors, capacitors, optical components, diodes, transistors, text etc.) is welcome.
If any drawing functions are missing I can add them.
-
Updated
Jul 6, 2020 - CSS
Improve this page
Add a description, image, and links to the cadence topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cadence topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
It will make uber/cadence-web#281 possible
Proposed Solution
Return the data from this value: https://github.com/uber/cadence/blob/d0a8f7e6a9297bd898ea5b10ded20f0277a8980f/service/frontend/adminHandler.go#L190
add this to the existing API “describeCluster”
follow these two PRs:
https://gi