Zac Pullar-Strecker

Results 49 issues of Zac Pullar-Strecker

Given a link: ```markdown [A link] ``` The callback will be given: `"a link"` and there is no way to determine the original text. This is done here: https://github.com/kivikakk/comrak/blob/660ec92260465d35e5b8f25062e36c09cb596744/src/parser/inlines.rs#L953 There...

good first issue

Windows 10 version: 1607 (Deferred updates) Gonvim version: Nightly(cba647d) [Dump](https://drive.google.com/open?id=0BxpfJO9ypsx9SlpiSUFCdmFQX1k)

Motivation: https://github.com/mvdnes/zip-rs/issues/124 (zip-rs async)

If you want to select a number of fonts of the same family this lets you write: ```rust let regularFont = system_fonts::FontPropertyBuilder::new().family("Noto Sans"); let italicFont = regularFont.clone().italic(); ``` rather than:...

This issue is left open for testing blocked.

I'm testing an application which has support for falling back to other endpoints. Because the server is known the API url never changes and isn't configurable. I want to test...

To support more complex validation I would like the ability to use a closure (probably `Fn`) as a matcher.

**Is your feature request related to a problem? Please describe.** I have a tensorflow model which utilizes multiple inputs which are of varying shape. Specifically I have a video input...

enhancement

**Is your feature request related to a problem? Please describe.** Scikitlearn SVMs can be slow on some datasets. GPU accelerated SVMs, such as the one in ThunderSVM, can perform better....

enhancement

I'd like to help with this but I think I'm to new to regex to be able to do it all myself.

help wanted
programming languages