Levi Roberts

Results 60 comments of Levi Roberts

Your response was music to my ears. I fully back your idea to have a plugin type architecture as most of our projects have something similar. It makes it very...

This issue is due to https://github.com/stephen/nodetunes/issues/40 I believe the issue comes down to one or more of the following: 1. nodetunes not parsing the `rtptime` from `RTP-Info` header 2. The...

> What do people think about this: > > 1. We allow you to pass an instance of `URLSearchParams` that will be **appended** to the URL (after concatenation if you’re...

A potential fix could be to maybe check if it has `#StartQuotation` or `#EndQuotation` tags and remove the quotes? I was thinking the `.normalize` function would do this but I'm...

I'd like to add my support for this request. Overall less boilerplate in Node-land. Less code, less bugs, easier maintainability.

> I'll investigate some more and come back to you asap. You can't find anything strange in the log file? Maybe an error in the end so that the sync...

[log20220806.txt](https://github.com/mregni/EmbyStat/files/9275852/log20220806.txt) Here you go. Unfortunately not much information there to work with.

Just ran into this issue myself. Only my error was slightly different. Glad Google brought me here. On iOS screen: > Metro Bundler has encountered an internal error, please check...

I don't understand what this issue is. Could you clarify? The red box shows a preview of the CSS color being used (not an error). Is the issue the box...

Came here to ask this exact question. I have a custom iife expression to expose a `global` object cross-platform. It looks like this: ``` (function (globalThis, factory) { if (typeof...