Grey Patterson

Results 8 comments of Grey Patterson

@emilythefan and I are going to start working on some wireframes for the filetree. We're planning to do a bit of exploration of how best to handle multiple file systems/views...

Ran into something similar - for me, I was able to fix it by doing a `.replacingOccurrences(of: "\r\n", with: "\n")` on the input string before passing it to the decoder....

But for those of us pressing the "initialize" button in the app, a preference to set the `TZ` value it uses when calling `initdb` sure would be nice.

The opposite - I want an empty string to be decoded as `nil`, as that’s how Safari, at least, transfers “this field was not touched by the user prior to...

Yes, but now I go from “implement `Codable` by adding `: Codable` to my type” to “I have to implement `init(from: Decoder)` and fill it with boilerplate for *everything that...

If my read of the gist is correct, it’s doing the opposite of what I want - i.e., given a `String?` as the thing to decode, if it encounters a...

I think I could do that, yes, but I'm still of the opinion that a web server framework should support "`POST`ing a `` from a web browser" without boilerplate in...

Been learning to use `conda` while we're doing this; on my machine, I was mostly using: ``` JupyterLab v2.1.0 Known labextensions: app dir: /Users/greypatterson/opt/miniconda3/envs/jupyter-fs/share/jupyter/lab jupyterlab_filetree v0.2.2 enabled OK multicontentsmanager v0.0.1...