-
-
It should be possible to relist an expired listing without filling it out all over again. Now that Hasjob has authentication, this can be in the user's dashboard.
-
### 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…
-
Greetings all,
Thank you so much for this wonderful library. It is really helpful.
I am using a class called HashId for all ID's in my entity classes.
However, the JS client interfacing with my…
-
```
The names cache currently does not recognize duplicates. It will throw an
error if an attempt is made to add a duplicate hash key. The
whefs_hashid_list code partially handles duplicates, but dupe…
-
表中字段包含的有json字段的就报错了
错误
./mysql2pgsql -l loader_table_list.txt -d -n -j 5 -s public
ignore copy error count 0 each table
-- Adding table: userinfo
-- Reference commands to create target tables :…
-
Deck builder similar to DevPro's and YGOPro's builders. List of cards on the right, card info on the left and deck areas in the center.
Features:
- Save deck with name and description
- Manage multip…
-
Running
~~~BASH
./script/test
~~~
fails on my machine using docker version:
~~~BASH
Docker version 17.03.0-ce, build 60ccb22
~~~
~~~BASH
GLOB sdist-make: /home/belmann/projects/biob…
-
[The `exports` field in `package.json`](https://nodejs.org/api/packages.html#main-entry-point-export) - nobody knows how to configure it, which probably means that a negative number of people know how…
-
CRUD views are a recurring pattern in HasGeek apps:
1. A model exists
2. A form exists and is used for both creating and editing.
3. A `/new` handler exists that presents a blank form using `render_fo…