Sébastien Pierre
Sébastien Pierre
Hi there, I'm running Tilix version: 1.9.4 on Fedora 34 and since today (2021-07-29), I can't split the terminals anymore. Here's an example of the windows, you can note the...
I'm only using the Flatpak version, but I've noticed that the `$PATH` variable is reset, which is problematic as it's quite restrained: ``` PATH=/app/bin:/usr/bin ``` Is there a way for...
I would like to run curv with an offscreen rendering target (like `-o png`) so that it works with all curv programs. For instance: ``` curv -o png -O aa=4...
It seems that curv currently does not allow recursive function definition (see [group thread](https://groups.google.com/forum/#!topic/curv/N99KRDfcmNU)). The following code ``` rand1 = match [ (x) -> frac(sin(x)*100000.0); (x,y) -> rand1(rand1(x) + rand1(y));...
This issue was mentioned by @doug-moen in the following thread: https://groups.google.com/forum/#!topic/curv/N99KRDfcmNU The following code fails with a geometry compiler error: ``` let rand1 x = x >> match [ (x)...
I just noticed that the current builds of TWGL are featuring ES6 syntax, do you think it would be possible to generate pure ES5 files suitable for distribution? Some browsers...
I would like to open a discussion about the ability to **create an alias to a set of constraints** in Pony, for instance: ``` type Readable[A] = (Equatable[A] #read &...
Currently, there is no way to specify HTTP proxy urls for the ElasticSearch client to use when performing requests. Although issue #275 is marked as closed, there is no evidence...
Hi Jamie, Thanks a lot for the Mubi plugin! I'm currently experiencing issues with some of the movies but can't figure out exactly why. Here's an excerpt from the log...
This issue is related to #27, and aims at identifying the requirements for a monitor's state to be accessed and manipulated by another program (which could be written in Python...