Ferran Pujol Camins
Ferran Pujol Camins
When a function has an enum parameter, I need to type the leading dot on the command line for it to work. e.g: ".none" instead of "none" for an optional...
How can I create a goal that depends on the value of two or more variables?
This is a proof of concept I've been working on. Sometimes you want to activate several CO at once but it's just not possible because the controls are far away...
In the move input text box, I'd like tot be able to write UCI notation using numbers instead of letters. For example, I'd like to be able to write '2133'...
It would be great to add an encoder for the dot language of https://www.graphviz.org/ This way applications can export the graphs they build with SwiftGraph for human visualization.
[I've written an integer partition generator](https://github.com/bow-swift/bow/blob/master/Tests/BowGenerators/Data/Tree%2BGen.swift#L31). For example, I have used it to write a generator for a tree: ```swift class Tree { let root: A let subForest: [Tree] }...
I regenerated the xcodeproj. Currently you can't build the xcodeproj and you cannot install through Carthage in master.
I usually write my docs on a swift playground while previewing the generated jekyll site in my browser. I use `jekyll serve`, but I still to run `nef jekyll` manually...