-
### Overview
We need to go through our shared drive and determine what existing research material we have so we can prepare to organize it for our revised Wiki UXR section
### Action Items
- [ ] …
-
Please view the [Milestone](https://github.com/department-of-veterans-affairs/va.gov-team/milestone/1348) for all feedback and findings tickets associated with this Collaboration Cycle initiative.
…
-
Show CAPE (and maybe Scorecards) to council officers, and get a sense of whether what’s there is useful / what we’re missing.
**Next steps**
- [x] @sequencefree to scrape Slack chat with Emily Kippa…
-
### Overview
Looking to create a survey to learn more about the HfLA volunteer experience. Looking to ask volunteers for their thoughts on areas of improvement for the organization and things that …
-
## assumptions
- [ ] We have gotten a prototype to a level of doneness that represents technical feasibility and MVP design direction (as was determined initial rounds of research and by product own…
-
### Summary
Create design for the Transaction builder:
- Create a new tx
- Create a tx from the library
### Resources
https://docs.google.com/document/d/1vunGg7Ecgx5bydHiAmeL7YTvOZaToStUR…
-
Given two sorted arrays A and B of sizes n, m respectively. Find the median of these two arrays in O(1) space i.e. find the median without actually merging the two arrays.
Input Format
First line …
-
Do you think after doing all these questions one will be able to crack tcs digital?
Are there any more resources?
were you able to crack tcs digital?
-
If things are nontrivial, move them from here into their own issue. This is not a complete list from any of these packages, but things that jumped out as being needed. More to add probably. Some of…
-
In claude_api.py => send_message(self, prompt, conversation_id, attachment=None, timeout=500):
1.
original:
payload = json.dumps({
"completion": {
"prompt": f"{prompt}",
…