David Taylor

Results 12 issues of David Taylor

Please see [this forum question](https://discourse.joplinapp.org/t/insert-a-screenshot-image-taken-on-a-hidpi-display/16728) for the background to this feature request. I'm already using your plug-in because this allows me to see an image in the markdown. With most...

I have a 3840x2160 display and **Stacer** looks really bad. Here is a screenshot of the **Services** page: ![image](https://user-images.githubusercontent.com/5648989/109860857-8c6e4280-7c56-11eb-8438-77026d901709.png) And here is the Resources page: ![image](https://user-images.githubusercontent.com/5648989/109861176-ea028f00-7c56-11eb-904f-e8d642a987df.png) As well as the...

When I first start **Stacer**, the **Processes** page shows that **Stacer** is using over 90% of CPU. This slowly declines over a minute to around 17% and continues to decline...

I would like to handle a JavaScript custom event in Bolero using `on.event`. Here is the JavaScript code for my custom `throttlescroll` event: ```javascript MyCode = function () { const...

question

Take the standard HelloWorld app. (1) Change the base href in **_Host.cshtml** ``` ``` (2) Change **HelloWorld.Client.fsproj** so that static resources will be found under `/myrepo` ``` net5.0 myrepo ```...

The type that `XmlProvider` generates has an `XElement` property on every node, but this means I can't serialize it. I am using [Bolero](https://fsbolero.io/docs/Remoting) and want to create a remote service...

Devices are listed as **Last Seen** = _Today_ and then again as **Last Seen** = _n days ago_. Also, I have edited the **Device Name** and **Device Manufacturer** fields for...

An animation has a `duration`, a `startValue` and an `endValue`. Here is [Anim.Run](https://github.com/intellifactory/websharper.ui.next/blob/master/WebSharper.UI.Next/Animation.fs#L183): ``` fsharp static member Run k anim = let dur = anim.Duration Async.FromContinuations let rec loop start...

I'm trying to control update propagation of views so that update only occurs when the value has changed. Here is an example. I am dragging the mouse and I want...

According to the [Dropbox for HTTP Developers](https://www.dropbox.com/developers/documentation/http/documentation) documentation: > These endpoints also support HTTP GET along with ETag-based caching (If-None-Match) ... ETags are returned for certain calls, and **DownloadAsync** is...

question