Stefan Streichsbier
Stefan Streichsbier
Thanks for sharing your thoughts @rwese. I agree that we should reference the lists back to the original one. Once the [30 day period](https://github.com/sindresorhus/awesome/blob/94c5231b49fbb467a648be9a12bc3ccb6671da15/create-list.md) required for a list to mature...
I was also looking for the Azure OpenAI option, but it's not yet supported. @danielmiessler, I'd be happy to create a PR for that feature. Let me know.
I am happy to create the JSON. How do you want the structure to look like?
After a further iteration the proposed JSON structure looks like this: ``` { "source-schema": "bsimm", "target-schema": "samm", "activities": { "SM.1.1": [ { "key": "SM.1.A", "percentage": 100 } ], "AM.1.1": [...
**Feature Request: Ability to Name Sessions** When many sessions run in parallel, it becomes difficult to quickly identify the right one. Claude’s early experience highlighted this problem, though summaries improved...
+1 still one of the most annoying bugs in claude code.
I stumbled over this issue today as well. In Version 0.4.0 everything works as per docs, but in later versions it throws this error. This solved it for me: ```...
I just came here to report the same issue. Found a few errors in the spring-framework repo, for example, the third parameter in this method causes an ERROR. https://github.com/spring-projects/spring-framework/blob/main/spring-core/src/main/java/org/springframework/util/ClassUtils.java#L1277-L1290 It...