Nick Paul

Results 8 comments of Nick Paul

Since, I haven't had the time to work on my Julia projects in a bit, I'd be happy to add @vchuravy (or others) as a maintainer in order to keep...

@vchuravy Sounds good. You'll need to delete your fork first. GitHub won't allow a transfer if the receiver already has a repo with the same name.

Sent a move request to @vchuravy after he deleted his fork in November but it hasn't been accepted. @vchuravy Are you still planning on moving this over to JuliaLang?

This is great, thanks for putting it together. > For the record, where do you draw the line between features that should be extra packages instead of merged into the...

Sorry for taking so long to review this! This is great, I tested everything and it looks good to me!

Thanks for always tracking down the platform & filesystem issues, I'm adding some tests on my end to check these cases as well before merging. All of the cases you...

Thanks for the PR, I added a test file `test/filesystem.test` with the cases you mention above as well as a few additional cases. The only other issue I found was...

I'm able to reproduce the issue with the dialog instructions as well. Run in editor: ``` import ::dialog "test" dialog.alert ``` Thanks for the report, I'll dig into this a...