Jens Axel Søgaard

Results 201 comments of Jens Axel Søgaard

Den fre. 3. jan. 2020 kl. 16.03 skrev Stephen De Gabrielle < [email protected]>: > if you have scrolled at all you lose you place. > I agree that this could...

FWIW I am getting the same error as yminsky. This is on macOS Sierra, the graphics card is a "Intel Iris Graphics 6100 1536 MB".

Without knowing anything about GLSL, I have attempted the following: - Replaced #version 130 with #version 120 - replaced all occurrences of uint with int (uint appeared in 130) -...

@zen3d Thanks! I can confirm that the changes work on macOS.

@harshit82 That's a kind offer, but when it comes to Gihub Actions I prefer to set it up myself. I have done it a couple of times before with Racket...

What is the right way to think of a transformation of a layer? Is it transformed as a whole? If so, special care is needed for brushes which has their...

Would it be possible to use a layer for filling? Currently `draw` can fill a path using a brush. The current brushes are either single color, bitmaps, gradients or one...

@lexi-lambda I like your proposal and would hate to see it forgotten. Do you remember what's needs to be done to finish it?

Den fre. 30. aug. 2019 kl. 23.06 skrev E. Comer : > Using (require math), we can compute (median < data), where data is a list > of numbers. >...

Wait. Isn't `(factorize 0) = '()` simply an mistake? The empty product is 1, so an empty list of factors represents 1.