Brannon King

Results 48 issues of Brannon King

I'd like to request a feature. I would like to be able to preview received SVG data (image/svg+xml) if the browser supports it. I'm willing to tackle the task myself...

I attempted to write my own inheritor of IDynamicTypeSerializer for handling DataContract objects. It would be very similar to the GenericSerializer. Some things that caused me a problem: the `Serializer.Settings`...

enhancement

Is it possible to use the JWT token stuff instead of a cookie with this library? I don't understand where this package sets the cookie, either. Please help me understand...

question

Presently `nb_workers` has to be set in the initialize call. If you pass it to `parallel_map` it gives an error about the value being set twice. I would like the...

I attempted to use w.T@V@w for a quadratic objective. This gets rejected as violating DCP rules. After looking online, I replaced that with quad_form(w, V). The quad_form method runs fast...

help wanted
feature request

Without a UTF8 LANG setting, Windows paths containing unicode characters fail.

LBRY (for Windows) should be available as a package at chocolatey.org

type: new feature

Sometimes the properties returned from FastMember are read-only. This is more common now with the newer C# features for set-once properties. It would be nice to avoid the exception that...

Suppose I have a situation where I need to keep a client-side object up to date with a server-side object. The object is large (say 100KB). I intended to subscribe...

question
publisher
subscriber

I would like an interface that combines events and methods like this: ``` csharp public interface IAssetManager { public void Add(AssetDto asset); // WampMethod public event Action AssetAdded; // WampEvent...

enhancement
question
client
publisher
subscriber
caller