TheNewSound
TheNewSound
Adds option `-a` or `--autodetect` to the `php artisan lang:js` command. The autodetector searches files given by glob's set in the js-localization.php config file for `Lang.get()` / `Lang.has()` / `Lang.choice()`...
https://github.com/haruncpi/laravel-user-activity/blob/148e034aa92e02886da17c7fd6173ba960cac1af/src/Traits/Loggable.php#L16-L19 ```php $originalData = json_encode($model->getChanges()); // getChanges is available from laravel 5.5 ```
**Is your feature request related to a problem? Please describe.** I would like to have better performing AMF Compute kernels with greater flexibility provided by the HIP runtime. To achieve...
A handy feature would be GPU-utilizations via web-GL or CUDA bindings. Would mean big performance improvements on large data.
#### Describe the problem or feature request When executing` const result = tf.matMul(a,b,transposeA,transposeB);` and the following holds: `a==b && (transposeA ^ transposeB)` (where `^` is the XOR-operator) Then tf.matMul only...
**Library Affected**: workbox-strategies **Browser & Platform**: - **Issue or Feature Request Description**: This is a request to update the documentation of the Stale-While-Revalidate strategy and possibly other strategies as well...
update compiler guard
When can we expect support for cooperative groups? I see a little bit of code in the repo here, but the latest documentation says nothing is supported: https://rocmdocs.amd.com/en/latest/Programming_Guides/Kernel_language.html?highlight=cooperative#cooperative-groups-functions Cooperative groups...
When using the CKEditor component on a page, navigating to that page becomes extremely slow, causing a short UI-freeze (because Vue is setting up all components before rendering). Something like...
Allows for easy cache deletion in artisan tinker: ```php cache()->tags('notification_settings')->flush(); ```