galli-leo

Results 16 issues of galli-leo

Hi I am developing a Hololens application and using the UWP APIs to log messages to EWT: ``` _channel = new LoggingChannel(name, null, new Guid("4bd2826e-54a1-4ba9-bf63-92b73ea1ac4a")); _channel.LogMessage(msg, level); ``` This works...

enhancement

Hi, First of all, thanks for going through all the hassle of converting the model to keras so I don't have to :) I tried to do the keras to...

These layers are used in the openface project, which I also included as a sample. Unfortunately, in the current state the model compiles fine, but the prediction is always a...

This PR aims to improve jazzy's podspec integration in a few ways: 1. Jazzy will try to build specs as few times as possible. By keeping track of what specs...

## Overview So I started working on allowing nested categories for custom categories. Currently there is no limit on the amount of nesting (i.e. levels). This is achieved through nested...

When one tries to run jazzy with a podspec that has multiple subspecs, jazzy will document all of them. This not only causes a lot of unnecessary compilation, but also...

enhancement
O:User

Opening this PR as a work in progress, so that we can discuss some aspects. Specifically, I would like to see if my performance improvements also help in the other...

The library is extremely slow when using object binding. The following code, takes several second to parse the json: ``` val string = """{"message":"This is a test message!"}""" val errorMessage...

This is very WIP and will probably change quite a bit. I decided to create this pr, since @johnfairh created a commit sketching out the implementation for jazzy :P (though...

It seems like a lot of the "cool" source kit commands (such as finding subclasses, documentation for a certain foundation type, etc.) are only implemented in /Applications/Xcode.app/Contents/SharedFrameworks/SourceKit.framework not in sourcekitd....