-
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…
-
GitHub Actions supports reusing workflow across repositories:
https://github.blog/2022-02-10-using-reusable-workflows-github-actions/
-
![image.png](https://raw.githubusercontent.com/Sornsornah/pe/main/files/ce880f62-32e4-4a06-9296-77522edf6ffc.png)
Under Appendix: Instructions for Manual Testing, and section of Filter Reuse in Trans…
-
TLS 1.3 session resumption can be tested by running
`
openssl s_client -connect c2.testrun.org:443 -tls1_3 -sess_out sess.pem
`
followed by
`
openssl s_client -connect c2.testrun.org:443 -tls1_3…
-
Hi.
Is there a way one could reuse a file, containing common requests (say authentication, clean up...), to avoid duplicating requests all over files?
Thank you.
-
Allocating memory is slow. If I want to process multiple images (>1000) as quickly as possible, reusing image buffer (sufficiently large) would be a lot faster. Is this possible? (I only saw the `Read…
-
I'm seeing more than 10k connection setup and experiencing "accept4: too many open files ", besides tuning up the system (i've tried to increase the file max and ulimited to 204800, but still no luck…