Thomas Karolski
Thomas Karolski
Under what license are you providing those files?
Hi there, I can't seem to get a very simple algebra to compile, using an ammonite script: ``` import $plugin.$ivy.`org.scalameta:::paradise:3.0.0-M10` @ import $ivy.`io.frees::frees-core:0.4.1`, freestyle._ @free trait Test { } ```...
Hello grist-core team! I've built a small internal app using grist-core and I really love what you've done with this software. At the moment I am talking with our IT...
I wonder, would you be interested in markdown support? I was thinking of applying a [markdown renderer](https://github.com/markedjs/marked) to text fields if the user chooses a new „markdown“ cell format. What...
Hi there, internet connectivity in Germany is terrible, which so far has led me to avoid using grist-core for data that I require while on the move. I've been researching...
I really like what you have implemented there, but something like the following does not work: ``` (fn [a] (fn [] a)) ``` Is this due to the libraries or...
Hi there. The Library successfully compiles the files, but doesn't load them for some reason. Invoking sse.newInstance returns the old/initial Version of my class. Is there any way to debug...
Title says all: how can I evaluate an elisp function? Apparently every fn that I type in is prefixed with "shen/" so functions defined in elisp can't be found.
When passing a wrong type to a typechecked function, the resulting error simply prints "type error" without any further information, such as the stacktrace, expected type and argument number. Would...
Hi there, I'm using triplit to store around 400 rows of data, and I am seeing a client-side fetch time of around 2000ms when fetching for the first time with...