-
Come up with a ways to enable reuse between modules.
Example a Template module uses the Loader module to receive data from server, and then adds template functionality to the response.
Ping @robertv…
aolde updated
10 years ago
-
_From [k...@chromium.org](https://code.google.com/u/101260952816761938100/) on August 01, 2012 10:31:36_
Create a drop-down list and/or list-box View component that is populated from values taken fro…
-
the landing page lists reusable components ("subviews") as one of the major features, but I have been unable to find any documentation or examples
#351 suggests that's intentional because the API is s…
-
child of #6
this intentionally is a super open ticket, for tracking design discussion around code re-use
![lrgchvu](https://user-images.githubusercontent.com/629710/40162035-f0c0db84-59f5-11e8-9b0e-…
zippy updated
6 years ago
-
Each time call the main function, that will create a `canvas` using `createCanvas()`
Can set a `context` canvas as global, and re-use that one canvas for all later call?
-
`class mongo_utils():
@staticmethod
def insert_data(data_dict:dict):
conn = MongoClient('localhost', 27017)
db = conn.mydb
db.myset.insert(data_dict)
conn…
-
### Describe the bug
Cambiar la llamada a los workflow reusable en [estas lineas](https://github.com/cedeirasf/CedMT-devops-workflows/blob/b9bcdc8d6646e0d5e26b1febecbcdcb5802e16dd/.github/workflows/l…
-
If I wanted to use a resource multiple times in different questions, I would upload it multiple times, which is inefficient. Instead, if I could select a resource OR have an option to upload a new one…
-
Transformation type information is stored in two places, CLL facet schema and `TransformationInfo` class in spark integration. The class could be moved to java client so it can be used in differ…
-
[Researcher]
I would like to reuse this code to extend the experiments of the following paper: https://www.nature.com/articles/s41598-021-98439-1
What would be the steps required?