-
__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
```
…
-
当前版本可以获取到直链, 但是链接不受控制(我找了数据库也没找到直链中间的 4 位数字存储到哪里的, 可能是自动生成的), 希望能增加一个自定义直链的功能, 并把直链存储到数据库, 方便后续进行修改。谢谢
iuxt updated
2 months ago
-
随着应用内核越发丰富,同时我们又希望 dweb 本身保持简约
1. 以 jmm 的安装不同,内核模块是无需用户授权,可以静默安装,前提是发行方在可信列表中。默认可信列表中只有 dweb 官方的签名,但允许用户自行配置第三方仓库
1. cmm 本质上和 npm、cargo、jsr 这类中心化的仓库类似,都属于面向开发者的仓库
1. 使用 dweb 的去中心特性,开发者可以在本地…
-
Only two levels are anonymized inside sequences. Potentially there could be additional levels, no example exists.
Only "hashid+PROJECTNAME" is supported on tags inside sequences, all other tags are…
-
For example if we have a permalink structure "/%hashid%/%postname%/" we should be able to make a request for example.com/lrGor8/ and get redirected to example.com/lrGor8/hello-world/
-
A random is generated? how/where can I see it? how can I set/change it? the salt it's important!
thanks!
-
Hashids won't allow for higher than PHP 7.4, so it's locking a site to 7.4. We'd like to upgrade to PHP 8.0, but can't because of this. Is it possible to update this?
-
This is related https://github.com/axnsan12/drf-yasg/issues/383
However this requires overriding the entire generator `get_path_parameters` method in its entirety just to be able to do:
```
…
-
# todo
Pagina in docs despre cum sa folosesti cusotm id's cu Avo.
Exemple cu friendlky
exemple cu prefixed ids
ex. cu hashids
exemplele sa fie cu cod si referinte la avodemo.
sectiune cu toate locu…
-
Kann es sein das die get Abfrage für Jobdetails nicht funktioniert?
Egal welche hashId ich verwende, es kommt immer ein 404 Error..
Habe auch versucht die Daten mit Postman zu ziehen, hat auch nich…