-
As the title says, when `.select()`, `.distinct()` or such methods are used, an empty `id` field is included in the returned data.
Basemodel:
```js
class BaseModel extends authorize(hashid(Model)…
-
Is Ticks too big a number, or is there another problem? Changing the min length doesn't seem to make a difference. Many thanks for looking at this.
Ticks example: 635343802323744811
```
var h = new …
-
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…
-
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…
-
"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…
-
### Version/Branch of Dear ImGui:
Version 1.90.2 WIP
### Back-ends:
imgui_internal + imgui_stdlib + imgui_single_file + imgui_impl_glfw + imgui_impl_opengl3
### Compiler, OS:
Windows 10, VS2022
…
-
-
Sqids replace hashids , see https://sqids.org/ruby but are *not* backwards compatible
Upgrading to a v2 will require using a prefix on any new IDs to allow you to differentiate and if you have has…
-
-
Thanks to @dsincl12 for suggesting the [hashids](https://github.com/charsyam/hashids_rust) crate!