-
https://github.com/sqids/sqids-lua/blob/be93915248057ed6bc514fd575c5ee8d0ef93c09/sqids.lua#L259
-
Generally as a good security thing, avoid enumeration, etc. Could use [CoolID](https://github.com/schpet/cool_id?tab=readme-ov-file), a NanoID implementation, or we could use [Sqids](https://sqids.org…
-
I followed the instructions in the [intro documentation](https://github.com/sqids/sqids-elixir?tab=readme-ov-file#convenience-place-context-under-your-supervision-tree) to add Sqids as a part of my su…
dcrck updated
3 weeks ago
-
https://sqids.org/bash
this'll be a breaking change because the IDs (used in the RSS feed) will change, but it'll also simply it all slightly by removing the `SALT` envar
-
Is this package safe for running in multiple goroutine?
ceeji updated
2 months ago
-
First up, love sqids, been using them at work for a Ruby GraphQL where the first int represents the model (having given each a unique number) and the second the row. With that we have global ID in nic…
-
Since this library is fully programmed on Scala, could it be possible to add support for Native and JS targets?
-
When the PUT call is made, a 201 is returned and includes the expected location header. However, the body is just `{}`
```cs
public sealed class CreateProducerEndpoint(IDatabaseWrapper database,…
-
Unbound variable causes the script to fail if invoked without arguments:
```shell
$ sqids
sqids: line 1026: mode: unbound variable
```
To fix this add `=` on line [986](https://github.com/sqi…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Project symbol search (`cmd+T`) returns no symbol at all.
Outline and outline panel of the curren…