-
![screen shot 2014-07-25 at 2 37 50 pm](https://cloud.githubusercontent.com/assets/6162422/3699117/d43900de-13ce-11e4-93b3-0c7d2812e761.png)
Back in mid 2013, I had an idea that Hive would actually b…
ghost updated
10 years ago
-
**Describe your task**
I have a delete user wallet method :
```
public function delete(Request $request, User $supervisor)
{
$wallet = $supervisor->getWallet(User::getSupervisorW…
-
QueryLoggerServiceProvider.php
```php
DB::listen(function (QueryExecuted $query) {
if ($query->time < $this->app['config']->get('logging.query.slower_than', 0)) {
return;
}
$sqlWithPlace…
-
表白 https://github.com/pexcn/Love
wiki Confluence https://www.domoticz.cn/wiki/Domoticz%E6%89%8B%E5%86%8C dokuwiki mediawiki
目前已分配 IPv6 的公网地址都是 2XXX: 开头的,非常好辨别。
其中 2002: 开头的是 6to4 地址,由用户端设备自动建…
-
Hi, I found your article about fast database tests and then this package, pgsql driver is in your plans?
-
The balance attribute in the modelInstance is returning 0 when accessed via modelInstance->balance, even though querying the associated Wallet model directly returns the correct balance
**To Repr…
-
I am using Float balances on my laravel app and when i use Wallet action on my filamentphp table then it only saves in integer
I am using HasWalletFloat on my User model and also implements WalletF…
-
Hi,
piWallet uses an insecure hashing algorithm to store user passwords, plain MD5. It's weakened by the fact `strip_tags()` is being run on the plaintext password (why?).
```
$password = md5(…
-
As part of the onboarding process for OSC, we used to fork the project's repositories to add widgets to their READMEs (if I remember correctly). We stopped doing that around a year ago, I believe?
…
-
**Describe your task**
When I try to delete a transaction that is not confirmed i get below error
Bavix\Wallet\Exceptions\UnconfirmedInvalid
Confirmation has already been reset
**To Reproduce*…