-
### System details
RStudio Edition : Desktop
RStudio Version : v1.3.957
OS Version : macOS 10.15.4
R Version : 4.0.0
### Steps to reproduce the problem
Create …
-
## Why We Are Moving To Sidekiq
Because DelayedJob relies on your database to process jobs, when you get a large volume of jobs it can be very slow. For this reason we are switching to Sidekiq to hel…
-
Hi, this is the first time I open an issue on GitHub, so forgive me if I am missing some conventions. First of all, thank you for this package.
When running "php artisan:love recount" in the comman…
-
There is some method to erase all the reactions that a reacter has reacted to.
example something like unreactTo but all would be unreactAll
wimil updated
4 years ago
-
Hi there, great package! I'm curious if you'll offer support for cross-referencing tables in RMarkdown documents rendered in HTML. Something like this perhaps:
````
Here's a cross-reference for …
-
Documenting design efforts here.
*Editor’s note:* Comments before 2018-08-10 describe older ideas of how the system might be designed, and were never implemented. Discussion of the design that we u…
-
"process name" in table header -> name
sorting by category -> add secondary sort by name
last modification -> use relative time (momentjs?)
-
I noticed that using mapview over a "proxy" stars object currently fails:
```
f
-
I am uprading from v5 to v8 and previously I was using `$user->toggleLike($article)`
Which would like it if it wasn't already liked, and unlike otherwise
I notice that toggleLike is not mentione…
-
document has no example , diffcult to get error reason
code:
```
class Comments extends Model implements ReactableContract
{
use Reactable;
}
```
```
class User extends Authentica…