Martin Mauch

Results 253 comments of Martin Mauch

I fixed the incorrect JVM `chmod` implementation and rebased on the latest master. @edwinb from my side this is good to merge :smiley:

Yes, I'd need to rebase my branch in order to make it mergeable again. @edwinb from your Twitter feed it looks like you are investigating a different approach. If successful,...

As a side note: Scala allowed Unicode operators, but deprecated and now forbid them. The problem is that if person A starts with Unicode, but person B working on the...

I added a small section in the README, from my side this is good to merge. Another great thing would be to add an automated build to Docker Hub. That...

@edwinb any thoughts on this? For the impatient: I pushed my Blowden Docker image to https://hub.docker.com/r/nightscape/blodwen/

@Hipfox that might be a nice contribution to https://github.com/nushell/nu_scripts 👍

[Peritext](https://github.com/inkandswitch/peritext) might also be interesting in that regard. It's a JS implementation of a rich-text CRDT. There's currently also some ideas floating around how to handle tables and lists. Given...

@lolilolicon I like your suggestion, but if implemented like that it could break interop with other org implementations or at least make it hard to type this on a PC....

Does it change anything if you specify a full `dataAddress` like this? ```scala .option("dataAddress", "'My Sheet'!B3:C35") ```