-
S3 demands that all objects created in an unversioned bucket will have the "null" version id / instance after a bucket becomes versioned.
From https://docs.aws.amazon.com/AmazonS3/latest/userguide…
irq0 updated
7 months ago
-
Objects in the Redis database are currently pickled Python objects. We want to convert them to plain JSON objects for easier inter-operation with other languages and for easier debugging.
-
Hi, in https://github.com/pd-l2ork/pd-l2ork/issues/2 I pointed that some objects still need porting. While fixing them, it is also wise to consider updating the library itself.
We actually have a n…
-
This behavior can cause problems when copying complex objects, such as a DOM element (but I think also for any non-plain object?). Consider only copying plain objects. Alternatively, better document t…
-
Related to spec https://drafts.csswg.org/web-animations-1/#dom-animatable-animate
I have key frames defined in already existing CSS:
```css
@keyframes colorChange {
0% {
background-color:…
-
### Feature Description
Trying to adopt example to pretty print json
```
#!/usr/bin/env python3
from elevenlabs.client import ElevenLabs
import json
client = ElevenLabs(
# api_key="YOUR_…
gwpl updated
18 hours ago
-
### What problem are you facing?
We've been using the composition functions basically since day one. When starting with them, we had lengthy discussions how to handle the objects.
We decided t…
-
## Background
This issue was previously reported in [#6817](https://github.com/microsoft/botbuilder-dotnet/issues/6817) and [#4750](https://github.com/microsoft/botbuilder-js/issues/4750) in the BotB…
-
## 🚀 Feature request
The documentation [describes](https://jsonargparse.readthedocs.io/en/stable/index.html#dataclass-like-classes) how dataclass-like classes are "not expected to have subclasses",…
-
### Description
If you run plainToClass on a class that extends a class that has @Type-decorators for nested classes plain to class fails to transform the nested classes into class instances and just…