Dany Gagnon
Dany Gagnon
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.15.0 x64 **Electron**: 1.3.13 **OS**: Microsoft Windows 10 Home **Thrown From**: [quick-editor](https://github.com/Maushundb/quick-editor) package 0.4.3 ### Stack Trace Failed to load the...
Okay, so it's a weird bug and nothing trivial, but would be nice if it was fixed. ```jsx const helloWorld = div| ``` It will expand to : ```jsx const...
Instead of dynamic hls, why isn't there options for static? It will greatly improve this package as all the parts can be served with nginx. Something like : ```php FFMpeg::fromDisk('uploads')...
I think adding upserts would be beneficial to bulk insert records. Something like : [laravel upserts](https://laravel.com/docs/11.x/eloquent#upserts).
## Add `merge` to `Arguments` Currently, there is no convenient way to merge two sets of query builder arguments. ### Why? In my use case, I need to combine arguments...
This PR extends `_find_libc_package_lib_url` to support Debian-based libc packages from the SIPWISE security mirror. It's useful for `GLIBC 2.36-9+deb12u6`.
Under systemd (or other environments with private/tmp mounts), temporary files may reside on a different device than `/etc`. Previously, `rename()` would panic with `EXDEV` and stop template writes entirely. This...