-
Using DRF and changing the lookup field is easy
```python
class ProductViewSet(viewsets.ModelViewSet):
lookup_field = "hashid"
# ...
```
How do I do the same within admin so that htt…
-
# 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…
-
Right now max value is `Number.MAX_SAFE_INTEGER`, with no support for bigints. This is an issue for tracking this feature. Hashids has support for it here (for reference): https://github.com/niieani/h…
-
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…
-
## The dependency [hashids](https://github.com/ivanakimov/hashids.js) was updated from `1.1.4` to `1.2.0`.
🚨 [View failing branch](https://github.com/carlsonorozco/adonis-hashids/compare/master...ca…
-
Testing the "default" regex search method takes over 30s against the IDN triplestore for the following query:
`http://localhost:8000/search?term=open&method=default&limit=10&focus-to-filter[rdf:typ…
-
## The dependency [hashids](https://github.com/ivanakimov/hashids.js) was updated from `1.1.4` to `1.2.0`.
🚨 [View failing branch](https://github.com/doughsay/room.js/compare/master...doughsay:green…
-
Currently the URL shortener generates a random ID until it finds one that is unused. It might be better to use the [unique _id](https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-…
-
__Steps to reproduce:__
List the minimal actions needed to reproduce the behavior.
1. Singleton InfluxDBClient instance used for all writes. Single writeApi used for all calls throughout
```
…
-
Hello.
I use Yesod + Persistent to build my application, and I'm planning to use [hashids](http://hackage.haskell.org/package/hashids) for primary key representations, since I've thought it would b…