-
Conversation moved from https://github.com/OCFL/spec/issues/525
In https://github.com/OCFL/spec/issues/522 I talked about a way we might use S3 as a backend. One point I made is that versioning wou…
-
# Python使用Dict存储结构提示unhashable type问题
在编写group-anagrams的时候,使用dict进行hash表操作时报错,类似结果如下
`
>>> d = dict()
>>> d[1] = [1,2,3,4]
>>> d[[1]] = [1,2,3]
Traceback (most recent call last):
File "", lin…
zyong updated
4 years ago
-
Hi,
I have an optional "upload image" field in my schema. If don't choose an image everything is working fine and data is saved in my db. As soon I try to pick an image and hit "open" I am getting …
-
The current `UTCDateTime` implementation does not really support hashing. While it does have an (inherited) `__hash__()` method, the hashes of two equal objects are not identical which they should be.…
-
predictabilize_uuids doesn't work with target dependencies, for example, if you want to generate a project with targets for both an iOS app and its share extension, the app target needs to depend on t…
-
### Description
The following code:
```php
-
Will elaborate later.
When digging in the code for a way to specify different prefixes for different EntityManagers (a question about prefixes was raised on slack...) I found that this used to be p…
-
### Bug description
Hi there,
When attempting to use Prisma's `$transaction` method on an extended client, I'm encountering an error related to the proxy trap not including '$use'. This occurs whe…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Very simple basic object. If I add a hole and later a fillet to the base sketch, it trigge…
-
an idea worth exploring is to move from an internal `Hash`/hierarchical event representation to a simpler flat representation. this is really some early brainstorming, please contribute ideas, thought…