LEON CHAN
LEON CHAN
Please rebase master first ☺️
Please rebase the master first ☺️
Sorry for taking a long time to make a response. What you mention here is a large topic so that i have to make a deep research about it. And...
@laurenkt @juanpablocs This reason why this doesn't work is that acorn-jsx is upgraded to 4.x.x. The Literal type of child node is changed to JSXText. Thus, you should make a...
I am also doing the same thing, but it's hard for developer to create complex blots, including how to handler events(like pressing enter at the end of caption or pressing...
must be >= 7.2
And I finally turn out that this, "m.2 to pcie adapter", will never work. Because M.2 NVMe of DS918+ is only for SSD. 
@Galaxy-ht Change `perMinute` in `app/Providers/RouteServiceProvider.php`. This affects all `api`: ```php protected function configureRateLimiting() { RateLimiter::for('api', function (Request $request) { return Limit::perMinute(60)->by($request->user()?->id ?: $request->ip()); }); } ``` Especially for lsky-pro, change...