-
Prior proposals introduced seller-controlled timeouts for bidding and scoring logic ([#293](https://github.com/WICG/turtledove/issues/293)). It appears that Chrome applies a different, hardcoded 50ms …
-
Actually the entire check could possibly be replaced with.
```
previousTimeEntryMapping.at !== timeEntryMapping.at
```
-
I'm having trouble getting the package working with Laravel 11
We recently did a Laravel 9 => 10 upgrade and the package worked fine, however with Laravel 11, some of my queries are failing with
`I…
-
Would prob work best in Web App
-
Same as with Time Tracking, our focus should be to make sure we store all data in flexible Gauzy DB structures and provide basic CRUD, while real project management most probably will be done outside …
-
We need to make a generic system that will allow us to enable/disable and select type of notifications (e.g. Email / SMS / etc) for different events in the system.
Requirements:
- there should be…
-
We need a way to track whether we are re-couping our monthly cloud costs from individual communities. The closest to the "source of truth" for this is to have **dedicated accounting codes for pass-thr…
-
Note: This was originally [issue 127 in the TLC repo](https://github.com/18F/TLC-crew/issues/127). Because issues can't move from private to public repos, it's being recreated here.
### A descript…
-
### Lemon Squeezy for Laravel Version
1.6.2
### Laravel Version
11.19.0
### PHP Version
8.3.11
### Description
When using Jetstream and the Billable feature on the Team model for …
-
using my custom algorithm for model training and After running
`estimator.fit({'training':'s3://abc/xxx/train.csv','validation':'s3://abc/xxx/val.csv'})`
i get the below message:-
```
2020-05…