Michael Nutt

Results 28 issues of Michael Nutt

Look into adding an additional `davs://` url, to make it easy to paste into a file manager.

It can't actually open the grain, due to the grain not having knowledge of its own URL. And I'm not sure that it's even something configurable within the desktop client,...

When syncing for the first time, davros reports the entire disk usage as preparing to sync. When you're expecting to sync 1MB of files and it tells you you're about...

This library works great but there were a few gotchas in using it to render gifs on the web with canvas and support most gif files. I thought this example...

I was curious if you had considered exposing something like `DOMParser`, or some other HTML parsing interface. I think in edge computing people often use it for rewriting outgoing HTML,...

enhancement

Now that we have support for building node.js addons again (https://github.com/maplibre/maplibre-gl-native/pull/217) it would be nice to publish it to npm so that others can use it. `maplibre-gl-native` builds its node...

This exposes hitCount and hitLineCount from v8's cpuprofile node. It's useful in order to be able to see relative percentages of time spent in a v8 function and its descendants,...

This is the simplest reproduction of an issue I'm seeing in a larger project, where my app is leaking memory even after the context is closed and the isolate is...

I was reading through how to use the CPUProfiler, but didn't quite understand how to interpret the output from the sample `printTree` method. It seems like it produces a call...

Fixes #532. Using handlebars within javascript is pretty difficult to protect against, so this sidesteps it by using javascript to pull the query param off the page location and append...