Sam Nicholls

Results 47 comments of Sam Nicholls

Additionally I've nuked the `develop` branch with the `chitin2` branch, just to make sure nobody gets the wrong idea about where there is going

Filetype and command handlers are back

@crazyhottommy Hey Ming, this is somewhat intentional at the moment, as I'm still working on some core features that I want to pin down before letting people actually use chitin!...

we're at it again

chitin3 now talks to https://github.com/SamStudio8/majora, which is certainly something functionality wise, it does less than ever, so that will have to be rectified soon

same but different ![Screenshot from 2019-11-20 11-38-22](https://user-images.githubusercontent.com/1105722/69236118-c95e1500-0b8a-11ea-931b-08b17742336b.png) ![Screenshot from 2019-11-20 11-37-53](https://user-images.githubusercontent.com/1105722/69236119-c9f6ab80-0b8a-11ea-87f0-e79fb0dcaa0c.png)

* Downloading a dataset from a remote (could be achieved with a v.similar mechanism to uploading) * Running a dataset with different operational parameters (need a way to distinguish between...

* Destroying a dataset

Currently you can work around this by inserting a space between your field operators: ``` awk '{print $ 1"\t"$ 2"\t"$ 3; print $ 2"\t"$ 1"\t"$ 3}' ```

Currently one get around this by using quotes around paths they do not wish to be expanded. This has the negative side effect of excluding that token from being watched....