Alejandro Torrado
Alejandro Torrado
I need to blast fragments with or without spanish diacritics. Is that possible now? Any suggestion? Thanks
Hi! I have a pretty simple configuration for high traffic websites: ``` const limiter = new Bottleneck({ maxConcurrent: 2, highWater: 32, }) ``` Also, every job added is made withOptions,...
Hi, I've noticed that Bottleneck just uses the default priority any time a floating priority value, and it does not seem to be documented this behavior, or even that an...
Hi, I've added support for HLS metadata as described in #732. Please let me know if you can proceed pulling this asap or if any further change is needed. Thanks.
**Is your feature request related to a problem? Please describe.** I've noticed that just_audio supports ICY metadata for a shoutcast-like streaming, but it's not working for HLS (and probably other...
**Describe the bug** Default socket.io client and server libraries automatically appends a slash at the end of the path. Adhara should do the same to stay compatible with them. **Have...
Hey! It would be nice to add a new attribute similar to `fitToMarkers`, to fit to any kind of content such as a Poly. It may be called `fitToContent`, maybe...
Hi, I've been trying to use this with react-native-video, to keep video playing while allowing it to be rendered anywhere. When using it this way, playback is restarted every time...
Hi, I've noticed that some kind of race condition seems to happen when composing an image with another sharp instance, like this: ``` let outer = sharp(....) outer.composite([ await sharp(....)...