David

Results 13 issues of David

It would be great if there were examples showing how to implement multi-threading, and just running code in a new thread. I am having trouble figuring it out.

documentation
c: examples

I want to batch import a bunch of user properties without having to iterate and call `people.set` for each one, since it looks like that would generate many network requests...

From the [2024 release notes](https://www.usps.com/business/web-tools-apis/2024-web-tools-release-notes.pdf) found on [this page](https://www.usps.com/business/web-tools-apis/documentation-updates.htm): ### 2.1.3 Web Tools API Access Updates 1. Summary: Effective January 31, 2024, Web Tools will require the password be provided...

URL you wish to be added: cdn.iads.unity3d.com Why you believe this should be added: Blocking this stops full-screen video ads I was getting in an app. Add to list: ads

Add Request

Every log message has a "context" object that's supposed to contain info about where the log was called from. But it seems to always be the same value, so it...

Pino allows you to customize the log levels, like: ```ts const additionalLevels = { notice: 35, // Between info and warn critical: 55, // Between error and fatal }; const...

I want to format the log messages like this (colored level label surrounded by brackets): ``` [22:37:36.893] [INFO]: Some log message ``` Previously I was doing it by specifying a...

Resolves #213 and #222. This replaces the static route image that was being generated by the mapbox API and replaces it with an interactive Leaflet map. It adds pan and...

enhancement

Old connect would show the location of the vehicle during replays and move the map to follow the location. ![Image](https://github.com/user-attachments/assets/5e68721e-3283-4f9a-9f92-596f8b220e5b) Currently in the demo it just shows the entire route...

enhancement