-
### Description
The following code:
```php
(new Hashids('', 7))->encode('09009956789098')
```
Resulted in this output:
```
gmp_mod(): Argument php/php-src#1 ($num1) is not an integer stri…
-
I use
`hashids = Hashids(salt="hello", min_length=6, alphabet='0123456789')`
But "Alphabet must contain at least 16 unique characters." execption raised.
Why Alphabet must contain at least 16…
-
When I added hashids into my Cargo.toml file and then used "extern crate hashids" in my script it did not build because it could not find the regex crate. I believe the regex version should be "0.1.55…
-
Hashids.Decode() only supports int32, the current implementation doesn't work with int64 ids. Currently we have to use Hashids.DecodeLong().
-
"No converter found for return value of type ..." pops up when trying to use the `@Hashids` annotation on a returned object's field.
Steps to reproduce:
1. Add the starter as a dependency
2. Cre…
-
The old hashids package is replaced by sqids (https://sqids.org/python).
Although this happened very recently I wanted to open this issue to discuss the path forward for the django-hashids package.…
-
I currently have a project with the Offline Mall plugin for OctoberCMS. When I try to access the checkout page I get an error. When I check the logs I the following error:
RuntimeException: Missing…
-
Assuming I have two classes:
```
Animal < ApplicationRecord
has_many :dogs
end
Dog < ApplicationRecord
belongs_to :animal
end
```
I can do
`Animal.find()`
...but not
`Dog.create(…
gopz updated
9 months ago
-
Hello,
I was trying to use hashids-spring-boot-starter in a project in order to hide auto increment id from clients.
```java
@GetMapping("/{id}")
@ResponseBody
public Order getOrder(@PathVar…
-
# Version 2.0 Proposal
This issue will be a discussion point to exchange ideas about version 2.0.
## Big picture
The community is urging for a more java idiom version, and the current versio…